If I have a $ 5\times5$ board that in each cell could have one of two numbers; $ 0, 1 $. What is the probability that there will be at least one row of only zeros?
So the sample space is $\ 2^{25} $ (?) and at first I tried to think of each event. Like $\ A_i $ will be the event that the row $\ i $ will be zeros but there are $5$ different events and it's getting to complicated to calculate it.
Any hints how could I make this problem easier?
You want that the probability that it's not the case that every row has at least one nonzero.
For any given row to have at least one nonzero, you want that it's not all zeroes. The probability of that's $1-(\frac12)^5$.
Then that the above is untrue for at least one row you want to take away from certainty, the probability it's true for every row:
$$1-\left(1-\left(\frac12\right)^5\right)^5=\frac{4925281}{33554432}$$