document.write( "Question 1154067: A coin is flipped, and a standard 6-sided die is rolled. Create a list to
\n" );
document.write( "represent the sample space. What is the probability of the coin landing on tails
\n" );
document.write( "and rolling an odd number on the dice?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #776427 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! A coin is flipped, and a standard 6-sided die is rolled. Create a list to \n" ); document.write( "represent the sample space. \n" ); document.write( " The coin and die can fall any of these 12 ways:\r\n" ); document.write( "\r\n" ); document.write( "H1, H2, H3, H4, H5, H6, T1, T2, T3, T4, T5, T6 \n" ); document.write( "What is the probability of the coin landing on tails and rolling an odd number on the dice? \r\n" ); document.write( "These 3 ways:\r\n" ); document.write( "\r\n" ); document.write( "T1, T3, T5\r\n" ); document.write( "\r\n" ); document.write( "out of the 12 possible ways they can fall.\r\n" ); document.write( "\r\n" ); document.write( "That's 3 ways out of 12 or 3/12 or 1/4.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |