document.write( "Question 1192178: Suppose you flip a coin and keep a record of the results. In how many ways could you obtain at least one head if you flip the coin six times?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #824079 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "There are 2 possible outcomes on each flip, so the number of possible outcomes on 6 flips is 2^6 = 64. \n" ); document.write( "There is only one way to NOT get at least one head -- get tails all 6 times. \n" ); document.write( "So there are 64-1=63 ways to get at least one head when a coin is flipped 6 times. \n" ); document.write( "ANSWER: 63 \n" ); document.write( " \n" ); document.write( " |