document.write( "Question 417989: An experiment consists of flipping a fair coin 8 times, how many ways can this experiment result in at most 2 heads? \n" ); document.write( "
Algebra.Com's Answer #292657 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An experiment consists of flipping a fair coin 8 times, how many ways can this experiment result in at most 2 heads? \n" ); document.write( "------------------- \n" ); document.write( "There are 2*8 = 256 possible outcomes. \n" ); document.write( "8C0 = 1 with 0 heads \n" ); document.write( "8C1 = 8 with 1 head \n" ); document.write( "8C2 = 28 with 2 heads \n" ); document.write( "---- \n" ); document.write( "Total 37 with at most 2 heads \n" ); document.write( "================================ \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |