Marvin is a born sniper. Due to aging, he hits 80% of all his targets. His next mission is to shoot 8 persons. What is the probability (in percentage) that he will hit exactly 5 persons in his next mission?
Give your answer to the nearest integer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
His chance of hitting people is binomially distributed. So let X be the amount of people hit, then:
P(X=5)=8 nCr 5 x 0.8^5 x 0.2^3 = 0.147.
So the nearest percentage is 15%