document.write( "Question 765027: If a coin is flipped three times, what is the probability of the coin landing on TAILS fewer than 2 times? Express your answer as a reduced fraction in the form \"A/B\"
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #465907 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a coin is flipped three times, what is the probability of the coin landing on TAILS fewer than 2 times? Express your answer as a reduced fraction in the form \"A/B\" \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 3 and p(tail) = 1/2 \n" ); document.write( "----------------------------- \n" ); document.write( "P(0<=x<=1) = binomcdf(3,0.5,1) = 1/2 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |