document.write( "Question 1022186: The probability of a shooter hitting a target is 2/3. How many minimum numbers of times must he fire so that the probability of hitting the target at least is more than 0.98? \n" ); document.write( "
Algebra.Com's Answer #637933 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
if the probability of hitting the target is 2/3, then the probability of missing the target is 1/3.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability missing one time is 1/3.
\n" ); document.write( "the probability of missing two times is 1/3 * 1/3 = 1/9
\n" ); document.write( "the probability of missing three times is 1/3 * 1/3 * 1/3 = 1/27
\n" ); document.write( "etc.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you want the probability of hitting the target to be at least .98, then the probability of missing the target has to be at most .02.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you are therefore looking for a probaiblity of missing that is less than .02.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "it looks like he would have to shoot at least 4 times.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's because 1/3 * 1/3 * 1/3 = 1/27 which is equal to .037...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply that by 1/3 again and you get .012... which is less than .02.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of hitting the target at least one of those times has to be greater than .98.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "what is the probability of hitting the target at least one out of 4 times?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that would be based on the binomial probability equation of p(x) = c(n,x) * p^x * q^(n-x).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n is the total amount of trials which is 4.
\n" ); document.write( "x is the number of times you want success.
\n" ); document.write( "n-x is the number of time you don't get success (you fail).
\n" ); document.write( "c(n,x) is the number of ways you can get sets of x out of n elements.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the following chart shows the calculations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );