document.write( "Question 404051: If i flip a fair coin 5 times there are 32 possible outcomes (2 for each flip)
\n" );
document.write( "How many of those outcomes have no heads?
\n" );
document.write( "How many of those outcomes show exactly three heads? \n" );
document.write( "
Algebra.Com's Answer #285588 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If i flip a fair coin 5 times there are 32 possible outcomes (2 for each flip) \n" ); document.write( "How many of those outcomes have no heads? :: 5C0 = 1 \n" ); document.write( "----- \n" ); document.write( "How many of those outcomes show exactly three heads?:: 5C3 = (5*4)/(1*2) = 5 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |