document.write( "Question 1108558: An urn contains balls that are numbered 6, 7, 8, and 9. If an even number is drawn then a coin is tossed. If an odd number is drawn, a die is rolled. How many outcomes are possible? \n" ); document.write( "
Algebra.Com's Answer #723544 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "{(6,H),(6,T),\r\n" );
document.write( " (7,1),(7,2),(7,3),(7,4),(7,5),(7,6),\r\n" );
document.write( " (8,H),(8,T),\r\n" );
document.write( " (9,1),(9,2),(9,3),(9,4),(9,5),(9.6)} \r\n" );
document.write( "\r\n" );
document.write( "Count them.  I get 16.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );