document.write( "Question 862023: if four coins are flipped in succession, then the number of possible outcomes is? \n" ); document.write( "
Algebra.Com's Answer #519416 by ben720(159)\"\" \"About 
You can put this solution on YOUR website!
One coin flipped, there are 2 possibilities.
\n" ); document.write( "Two coins, there are 2*2 because there are two for each coin.
\n" ); document.write( "For four, there are 2*2*2*2, which equals 16.
\n" ); document.write( "
\n" );