I am practicing problem about binomial probability before the semester starts. The problem is like this:
You flip a coin 10 times. You get 4 heads and 6 tails. What is the probability of getting a head on your next flip.
If I understand this right, I just need to multiply p(4 heads and 6 tails) x probability of getting head on a single trial.
Which is:
10C4 x (1/2)^4 x (1/2)^6 x (1/2).
Is there any way to make sure the probability model I make is correct?
Thank you for your time.
Assuming your coin is fair, the answer is 50%. It has nothing to do with previous result.
Consider a different question: you flip a coin 11 times, what is the probability you have 5 heads and 6 tails. Here you should use the binomial distribution.