document.write( "Question 1135728: the probability that I successfully land a bottle flip is 62%. If I make 20 attempts what is the probability I will successfully land exactly 12 of the attempts? \n" ); document.write( "
Algebra.Com's Answer #753389 by Edwin McCravy(20065) You can put this solution on YOUR website! On your TI-84 or TI-83 it's 20 trials, p=0.62, x value=12\r\n" ); document.write( "\r\n" ); document.write( "binompdf(20,0.62,12) <--find that @ 2ND VARS, scroll down to A:binompdf(\r\n" ); document.write( "\r\n" ); document.write( "Press ENTER\r\n" ); document.write( "\r\n" ); document.write( "0.1766998481\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |