document.write( "Question 1035442: An ordinary (fair) dice is a cube with the numbers 1 through 6 on the sides (represented by painted spots). A dice is rolled twice in succession and that the face values of the the rolls are added together. The sum is recorded as the outcome of a single trial of a random experiment. Compute the probability of each of the following events: event A: the sum is greater than 6
\n" ); document.write( "Event B : the sum is not divisible by 3 and not divisible by 6.
\n" ); document.write( "

Algebra.Com's Answer #650128 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
before you can determine the probabilities, you have to analyze all the possible outcomes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have 36 possible outcomes, because 6 * 6 = 36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 2 is 1+1 = 1/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 3 is 1+2 or 2+1 = 2/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 4 is 1+3 or 2+2 or 3+1 = 3/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 5 is 1+4 or 2+3 or 3+2 or 4+1 = 4/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 6 is 1+5 or 2+4 or 3+3 or 4+2 or 5+1 = 5/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 7 is 1+6 or 2+5 or 3+4 or 4+3 or 5+2 or 6+1 = 6/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting an 8 is 2+6 or 3+5 or 4+4 or 5+3 or 6+2 = 5/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 9 is 3+6 or 4+5 or 5+4 or 6+3 = 4/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 10 is 4+6 or 5+5 or 6+4 =3/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting an 11 is 5+6 or 6+5 = 2/36\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of getting a 12 is 6+6 = 1/36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "add up the total probabilities and you get (1+2+3+4+5+6+5+4+3+2+1)/36 = 36/36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's equivalent to 1, as it should be since the sum of all probabilities has to be equal to 1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "now that you know what the probabilities are, you can figure out the solution to the problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the problem says:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Compute the probability of each of the following events: \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "event A: the sum is greater than 6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability that the sum is greater than 6 is equal to the probability that the sum is 7 or 8 or 9 or 10 or 11 or 12.
\n" ); document.write( "this is equal to (6 + 5 + 4 + 3 + 2 + 1) / 36 = 21/36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if this is correct, then the probability that the sum is less than or equal to 6 must be equal to 36/36 - 21/36 = 15/36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability that the sum is less than or equal to 6 is equal to (1 + 2 + 3 + 4 + 5) / 36 = 15/36, so it checks out ok.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Event B : the sum is not divisible by 3 and not divisible by 6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if the number is divisible by 6, then it is also divisible by 3, so all you need to do is find the numbers that are divisible by 3.
\n" ); document.write( "the possible numbers are 2,3,4,5,6,7,8,9,10,11,12
\n" ); document.write( "of these numbers, take out the numbers that are divisible by 3 to get:
\n" ); document.write( "2,4,5,7,8,10,11.
\n" ); document.write( "the sum of the probabilities of rolling these numbers would be:
\n" ); document.write( "(1 + 3 + 4 + 6 + 5 + 3 + 2) / 36 = 24/36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if this is correct, then the probability of the number being divisible by 3 or 6 would have to be 36/36 - 24/36 = 12/36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that would be the probability of getting a 3 or 6 or 9 or 12.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the probability of that is (2 + 5 + 4 + 1) / 36 = 12/36, so it checks out ok.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );