document.write( "Question 678327: a basketball team has a probability of 0.7 of making each free throw. If they shoot 5 free throws at the end of a game determine the probability that they make all 5 shots and atleast 4 shots......help please im stuck \n" ); document.write( "
Algebra.Com's Answer #421293 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a basketball team has a probability of 0.7 of making each free throw. If they shoot 5 free throws at the end of a game determine the probability that they make all 5 shots \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 5 : p(score) = 0.7 ; p(miss)= 0.3 \n" ); document.write( "--------- \n" ); document.write( "P(x = 5) = 0.7^5 = 0.1681 \n" ); document.write( "----------------------------------\r \n" ); document.write( "\n" ); document.write( "make at least 4 shots \n" ); document.write( "P(at least 4 shots) = P(x = 4) + P(x = 5) \n" ); document.write( "------ \n" ); document.write( "= 5C4(0.7)^4(0.3) + 0.1681 \n" ); document.write( "------ \n" ); document.write( "= 0.5282 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================\r \n" ); document.write( "\n" ); document.write( "---------------------- \n" ); document.write( " \n" ); document.write( " |