In many wireless communication systems, each receiver listens on a specific frequency. The bit $b(t)$ sentat time $t$ is represented by a 1 or $-1$. Unfortunately, noise from other nearby communications can affect the receiver's signal. A simplified model of this noise is as follows. There are $n$ other senders, and the $i$ th has strength $p_{i} \leq 1$. At any time $t$, the $i$ th sender is also trying to send a bit $b_{i}(t)$ that is represented by $l$ or $-1$. The receiver obtains the signal $s(t)$ given by
$$
s(t)=b(t)+\sum_{i=1}^{n} p_{i} b_{i}(t)
$$
If $s(t)$ is closer to 1 than $-1$, the receiver assumes that the bit sent at time $t$ was a 1 ; otherwise, the receiver assumes that it was a $-1$.
Assume that all the bits $b_{i}(t)$ can be considered independent, uniform random variables. Give a Chernoff bound to estimate the probability that the receiver makes an error in determining $b(t)$.