document.write( "Question 1170946: if two fair dice are rolled find the probability that the sum of the dice is 5 given that the sun is greater than 4 \n" ); document.write( "
Algebra.Com's Answer #795860 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! There are a total of 36 combinations. Of these, only the combinations \n" ); document.write( "1,1 1,2 1,3 2,1 2,2 and 3,1 total less than 5. Thus the probability of a \n" ); document.write( "sum greater than 4 = 30/36 = 5/6 \n" ); document.write( " |