document.write( "Question 461528:  A single 6-sided die is rolled twice.\r
\n" );
document.write( "\n" );
document.write( "A. Find the probability of getting 2 numbers whose sum is less than 5. 
\n" );
document.write( "B. Find the probability of getting 2 numbers whose sum is greater than 5
\n" );
document.write( "C. Find the odds in favor of getting 2 numbers whose sum is greater than 5.
\n" );
document.write( "D. Find the odds against getting 2 numbers whose sum is greater than 5.
\n" );
document.write( "E. Find the probability of getting 2 numbers each of which is greater than 5. 
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #316508 by edjones(8007)     You can put this solution on YOUR website! A) 1/36 + 2/36 + 3/36 = 6/36 = 1/6 \n" ); document.write( ". \n" ); document.write( "B) 5/36 + 6/36 + 5/36 + 4/36 + 3/36 + 2/36 + 1/36 = 26/36 = 13/18 \n" ); document.write( ". \n" ); document.write( "C) 13/18 for success and 5/18 for failure or simply 13 to 5 in favor. \n" ); document.write( ". \n" ); document.write( "D) 5 to 13 are the odds against. \n" ); document.write( ". \n" ); document.write( "E) two sixes = 1/6 * 1/6 = 1/36 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |