Let's say there is a certain basketball player who has an accuracy of 50% for shooting his shots. Let's imagine he plays games where his average shots taken is 20. What's the probability he hits AT LEAST 5 out of 20 of those shots in a row?
I know that hitting 5 shots in a row is simply 0.5^5, but the difference here is that the player is shooting out of a certain number of shots total. How would you solve this? Would it be relatively easy math?
I'm taking a Statistics class and a problem similar to this popped up. We are trying to do simulations of random numbers to estimate the percentage, but I wanted to find out the exact value. Any tips to get started? Please explain all reasoning :) Thanks!