document.write( "Question 339239: A basketball player has a 70% free throw shooting average, which can be interpreted to mean that the probability of his hitting any single free throw is 0.7 or 7/10. Assume that free throws are independent events, so that what happens on one free throw doesn't affect the outcome of the next.
\n" );
document.write( "What is the probability that in shooting five free throws he hist at least one? \n" );
document.write( "
Algebra.Com's Answer #243141 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A basketball player has a 70% free throw shooting average, which can be interpreted to mean that the probability of his hitting any single free throw is 0.7 or 7/10. \n" ); document.write( "Assume that free throws are independent events, so that what happens on one free throw doesn't affect the outcome of the next. \n" ); document.write( "What is the probability that in shooting five free throws he hits at least one? \n" ); document.write( "----- \n" ); document.write( "P(hits at least one) = 1 - P(misses all five) \n" ); document.write( "= 1 - 0.3^5 \n" ); document.write( "= 1 - 0.0024 \n" ); document.write( "= 0.9976 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |