document.write( "Question 385634: a coin is flipped five times. find the number of possible sets of heads and tails that have each of the follwing
\n" );
document.write( "a. 0 heads
\n" );
document.write( "b. 2 heads \n" );
document.write( "
Algebra.Com's Answer #272829 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a coin is flipped five times. find the number of possible sets of heads and tails that have each of the follwing \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 5 and p = 1/2 \n" ); document.write( "---- \n" ); document.write( "a. P(0 heads) = (1/2)^5 = 1/32 \n" ); document.write( "------ \n" ); document.write( "b. P(2 heads) = 5C2(1/2)^5 = 10/32 5/16 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |