document.write( "Question 272155: You flip a fair coin 10 times. What is the probability that it lands on heads exactly 7 times? \r
\n" );
document.write( "\n" );
document.write( "What is the probability that it lands on heads at least 7 times? \n" );
document.write( "
Algebra.Com's Answer #199164 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You flip a fair coin 10 times. What is the probability that it lands on heads exactly 7 times? \n" ); document.write( "P(x = 7) = 10C7(1/2)^7(1/2)^3 = 0.1172 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "What is the probability that it lands on heads at least 7 times? \n" ); document.write( "P(7<= x <=10) = 1 - binomcdf(10,0.5,6) = 0.1719 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |