Five darts are thrown at a dart board, and each has an equal probability of hitting any point on the board, what is the probability that all of the darts land on the same half of the board (that is, we could draw a line through the center of the bullseye such that all of the darts are on one side of the line)?
My thought process was as follows, P(of landing in one specific half of the board) = (0.5 * πr^2)/(πr^2) = half circle's area/the full circle's area = 1/2. And to calculate the probability that all of the 5 darts land on that half = (1/2)^5 = 1/32.
I think my solution is wrong, would anyone please tell me what is it wrong and what would be the correct way to solve it?