A boy is throwing stones at a target. Probability of him hitting the target is $\frac{1}{2}$ . Then the probability of him hitting the target for the 5th time in 10 throws is ?
The answer given is 1/2 .
Now ,the reason given is that no matter how many throws he takes or no matter how many times he hits (be it 10 times in 10 throws or 6 times in 7 throws or all initial 5 throws hitting the target out of 10 throws ) since the probability of him hitting the target is always 1/2 therefore the net probability will always be 1/2.
But while putting it into the binomial distribution formula the answer coming is different.
Presumably each throw is independent of one another (something which is critical to note in order to continue the problem because without this assumption there is not enough information to answer).
Now... the event we are interested in calculating the probability of as I understand your question to be is that among the first nine throws, exactly four of the throws were hits and also the tenth throw is a hit.
The results of the first nine throws is going to be independent of the result of the tenth throw, so we can find the probabilities of each and multiply the results. To calculate each, we can use a binomial distribution.
This gives:
$$\binom{9}{4}0.5^4\times 0.5^{9-4} ~~~\times ~~~0.5$$
Or simplified:
$$\binom{9}{4}\times 0.5^{10}=\dfrac{63}{512}$$
If your question is instead, what is the probability that within ten throws, at least five of the throws are hits, then this will be
$$\sum\limits_{k=5}^{10}\binom{10}{k}0.5^k\times 0.5^{10-k}$$
or simplified
$$\dfrac{319}{512}\approx 0.623$$
It is equally likely that there are strictly more hits than misses versus having strictly more misses than hits here. It is also possible that there are an equal number of hits and misses, and so the probability that we have at least as many hits as misses (i.e. 5 or more) will be strictly more than $0.5$.
Compare this to if there are an odd number of throws, where it is no longer possible to have an equal number of hits and misses. If we throw nine times, we find that since it is just as likely to hit as to miss, then the probability to get more hits than misses will be $0.5$ without needing to run the calculations manually.