document.write( "Question 481063: Two fair dice are rolled. Find the probability that the sum of the two numbers is not greater than 5. \r
\n" );
document.write( "\n" );
document.write( "Please help me \n" );
document.write( "
Algebra.Com's Answer #329422 by robertb(5830)![]() ![]() You can put this solution on YOUR website! There are 10 possible outcomes: \n" ); document.write( "(1,1) \n" ); document.write( "(1,2), (2,1) \n" ); document.write( "(1,3), (2,2), (3,1) \n" ); document.write( "(1,4), (2,3), (3,2), (4,1)\r \n" ); document.write( "\n" ); document.write( "Hence the probability is 10/36, or 5/18. \n" ); document.write( " |