document.write( "Question 337103: The experiment consists of three steps:
\n" );
document.write( "1. Flip the coin.
\n" );
document.write( "2. Flip the coin again.
\n" );
document.write( "3. Roll the die. \r
\n" );
document.write( "\n" );
document.write( "SAMPLE SPACE:List all the possible outcomes for this experiment. You may abbreviate (H for heads, T for tails, etc.) You are not actually performing the experiment at this point – just listing the possible outcomes that COULD occur. \n" );
document.write( "
Algebra.Com's Answer #241626 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! H H Number=(HH1,HH2,...,HH6) \n" ); document.write( "H T Number \n" ); document.write( "T H Number \n" ); document.write( "T T Number \n" ); document.write( "Each number can take a value from 1 to 6. \n" ); document.write( "So generate all 24 values this way. \n" ); document.write( " |