document.write( "Question 342008: if your free-throw percentage from the foul line is 60%, what is the probability of you missing 2 out of your next 3 free throws? \n" ); document.write( "
| Algebra.Com's Answer #244885 by stanbon(75887)      You can put this solution on YOUR website! if your free-throw percentage from the foul line is 60%, what is the probability of you missing 2 out of your next 3 free throws? \n" ); document.write( "------------------- \n" ); document.write( "Binomial Problem with n=3 and p=0.6 \n" ); document.write( "---------------- \n" ); document.write( "P(x=2) = 3C2(0.6)^2*0.4 = binompdf(3,0.6,2) = 0.4320 \n" ); document.write( "========================================================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |