document.write( "Question 1078703: if a coin is flipped 29 times with the expectancy of 89% to be heads what is the probability 23 will be heads \n" ); document.write( "
Algebra.Com's Answer #693164 by stanbon(75887) ![]() You can put this solution on YOUR website! if a coin is flipped 29 times with the expectancy of 89% to be heads what is the probability 23 will be heads \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 29 and p = 0.89 \n" ); document.write( "--- \n" ); document.write( "P(x = 23) = 29C23*0.89^23*0.11*6 = binompdf(29,0.89,23) = 0.0577 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |