document.write( "Question 1201826: A twelve-sided die has sides numbered 1 through 12. The die is rolled once. Find each probability. \r
\n" );
document.write( "\n" );
document.write( "P(odd or a multiple of 4)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #836347 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A twelve-sided die has sides numbered 1 through 12. The die is rolled once. Find each probability. \r \n" ); document.write( "\n" ); document.write( "P(odd or a multiple of 4) \n" ); document.write( "------------ \n" ); document.write( "Odd is 1,3,5,7,9 or 11 --> 6 possibles \n" ); document.write( "Mult of 4 is 4, 8 or 12 --> 3 possibles \n" ); document.write( "---------- \n" ); document.write( "(6 + 3)/12 = 9/12 = 3/4 --> prob = 0.75 \n" ); document.write( " |