document.write( "Question 394210: Please! help me understand mean ,exactly,atmost,neither, thank you so much
\n" );
document.write( "Find probability if a coin is tossed 5 time
\n" );
document.write( "P(0 tails)
\n" );
document.write( "P(exactly 1 tail)
\n" );
document.write( "P(at most 2 tails)
\n" );
document.write( "P(at least 4 tails) \n" );
document.write( "
Algebra.Com's Answer #279695 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find probability if a coin is tossed 5 time \n" ); document.write( "P(0 tails) = P(5 heads) = (1/2)^5 = 1/32 \n" ); document.write( "-------------------------- \n" ); document.write( "P(exactly 1 tail) = 5C1(1/2)(1/2)^4 = 5(1/32) = 5/32 \n" ); document.write( "-------------------------- \n" ); document.write( "P(at most 2 tails) = P(0,or 1, or 2 tails) = (1/32) + (5/32) + 5C2(1/2)^5 \n" ); document.write( "= 6/32 + 10/32 = 16/32 = 1/2 \n" ); document.write( "----------------------------------- \n" ); document.write( "P(at least 4 tails) = P(4 or 5 tails) = 5C4(1/2)^5 + 5C5(1/2)^5 \n" ); document.write( "= 5/32 + 1/32 = 6/32 = 3/16 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |