document.write( "Question 76116: A coin is tossed 9 times. What is the probability that the coin will land heads at least 7 times? \n" ); document.write( "
Algebra.Com's Answer #54645 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A coin is tossed 9 times. What is the probability that the coin will land heads at least 7 times? \n" ); document.write( "It's a binomial problem with n=9, p=1/2, 7<=x<=9 \n" ); document.write( "Use\"1- binomcdf(9,0.5,6)\" on your TI calculator. \n" ); document.write( "Ans:0.08984375... \n" ); document.write( "======== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |