document.write( "Question 704714: Suppose two dice are rolled. What is the probability of getting doubles or a sum of 4? \n" ); document.write( "
Algebra.Com's Answer #434741 by filboi(35)\"\" \"About 
You can put this solution on YOUR website!
No. of doubles{(1,1)(2,2)(3,3)(4,4)(5,5)(6,6)}: 6
\n" ); document.write( "No. a sum of 4{(1,3)(3,1)(2,2)}:3
\n" ); document.write( "No. of total combinations: 6x6 = 36\r
\n" ); document.write( "\n" ); document.write( "P=(6+3)/36=1/4
\n" ); document.write( "
\n" );