document.write( "Question 746935: Two dice are rolled. The probability that their sum is at least 4 equals _____. \n" ); document.write( "
Algebra.Com's Answer #454599 by timvanswearingen(106)![]() ![]() You can put this solution on YOUR website! There are 6 numbers on each die so the number of possibilities is 6*6=36\r \n" ); document.write( "\n" ); document.write( "Now, the probability that the sum is at least 4, would be easier found by using \n" ); document.write( " 1-P(sum is 3 or less)\r \n" ); document.write( "\n" ); document.write( "Sums of 3 or less would include rolls of 1,1 1,2 2,1 \n" ); document.write( "therefore 3/36 or 1/12. \r \n" ); document.write( "\n" ); document.write( "So, P(sum is 4 or more) = 1-P(sum is 3 or less) = 1 - 1/12 = 11/12 \n" ); document.write( " \n" ); document.write( " |