document.write( "Question 328788: A rifleman can achieve a \"marksman\" award if he passes a test. He is allowed to fire six shots at a target's bull's eye.If he hits the bull;s eye with at least 5 of his 6 shots he wins a set. He becomes a marksman only if he can repeat the feat 3 times straight,that is,if he can wins three straight sets. If his probability is 0.8 of hitting a bull's eye on any one shot, find the probabilities of his: a) winning a set, and
\n" );
document.write( " b)becoming a marksman\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #235581 by stanbon(75887) ![]() You can put this solution on YOUR website! A rifleman can achieve a \"marksman\" award if he passes a test. \n" ); document.write( "He is allowed to fire six shots at a target's bull's eye. \n" ); document.write( "If he hits the bullseye with at least 5 of his 6 shots he wins a set. \n" ); document.write( "--- \n" ); document.write( "P(win a set) = 1 - binomcdf(6,0.8,4) = 6554 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "He becomes a marksman only if he can repeat the feat 3 times straight,that is,if he can wins three straight sets. If his probability is 0.8 of hitting a bull's eye on any one shot, find the probabilities of his: a) winning a set, and \n" ); document.write( "b)becoming a marksman \n" ); document.write( "--- \n" ); document.write( "P(be marksman) = 0.6554^3 = 0.2815 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " \n" ); document.write( " |