document.write( "Question 536413: A red number cube and a green number cube are rolled together.
\n" );
document.write( "what is the probability that...
\n" );
document.write( "the red cube shows a 3 and the green cube shows a 5.
\n" );
document.write( "the red cube shows a prime number OR the green cube shows a 2.
\n" );
document.write( "the sum of the numbers rolled is 1.
\n" );
document.write( "the sum of the numbers rolled is 7 OR 11.
\n" );
document.write( "the sum of the numbers rolled is less than a OR equal to 10. \n" );
document.write( "
Algebra.Com's Answer #352359 by edjones(8007)![]() ![]() You can put this solution on YOUR website! the red cube shows a 3 and the green cube shows a 5. \n" ); document.write( "1/6 * 1/6 = 1/36 \n" ); document.write( ". \n" ); document.write( "the red cube shows a prime number OR the green cube shows a 2... \n" ); document.write( "...or both: \n" ); document.write( "R G \n" ); document.write( "---- \n" ); document.write( "N Y 1/2 * 1/6 = 1/12 \n" ); document.write( "Y N 1/2 * 5/6 = 5/12 \n" ); document.write( "Y Y 1/2 * 1/6 = 1/12 \n" ); document.write( "-----------------------Add \n" ); document.write( "==============> 7/12 \n" ); document.write( ". \n" ); document.write( "...but not both: 1/12 + 5/12 = 1/2 \n" ); document.write( ". \n" ); document.write( "the sum of the numbers rolled is 1. \n" ); document.write( "0 \n" ); document.write( ". \n" ); document.write( "the sum of the numbers rolled is 7 OR 11. \n" ); document.write( "6/36 + 2/36 = 8/36 \n" ); document.write( ". \n" ); document.write( "the sum of the numbers rolled is less than a OR equal to 10. \n" ); document.write( "1 - 3/36 = 33/36 = 11/12 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |