document.write( "Question 752675: A pair of dice are rolled. What is the probability that the number rolled will be less then 7 \n" ); document.write( "
Algebra.Com's Answer #458023 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A pair of dice are rolled. What is the probability that the number rolled will be less then 7
\n" ); document.write( "----
\n" ); document.write( "# of ways to get 2: 1
\n" ); document.write( "# of ways to get 3: 2
\n" ); document.write( "# of ways to get 4: 3
\n" ); document.write( "# of ways to get 5: 4
\n" ); document.write( "# of ways to get 6: 5
\n" ); document.write( "------
\n" ); document.write( "Total number of ways to get less than 7: 1+2+3+4+5=2*6+3 = 15
\n" ); document.write( "P(sum less than 7) = 15/36
\n" ); document.write( "===============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============================
\n" ); document.write( "
\n" );