bsaikrishna
Thanks for the reply.
What if the question is to find out the probability of the sum to be greater than 12?
How can we solve it using the same expected value approach?
Since we know that the probability of getting more than 10 (11, 12, ..., 18), is 1/2 then we should find the probability of getting 11 and 12 and then subtract these values from 1/2.
But you won't need this for the GMAT as there will be lengthy calculations involved:
11 can be obtained by combination of the following: 1-4-6, 1-5-5, 2-3-6, 2-4-5, 3-4-4, 3-3-5 --> 3!+3!/2!+3!+3!+3!/2!+3!/2!=27.
12 can be obtained by combination of the following: 1-5-6, 2-4-6, 2-5-5, 3-3-6, 3-4-5, 4-4-4 --> 3!+3!+3!/2!+3!/2!+3!+1=25.
P=1/2-(25+27)/6^3=7/27.
All combinations:
The sum of 3 - 1;
The sum of 4 - 3;
The sum of 5 - 6;
The sum of 6 - 10;
The sum of 7 - 15;
The sum of 8 - 21;
The sum of 9 - 25;
The sum of 10 - 27;
The sum of 11 - 27 (notice equals to the combinations of the sum of 10);
The sum of 12 - 25 (notice equals to the combinations of the sum of 9);
The sum of 13 - 21 (notice equals to the combinations of the sum of 8);
The sum of 14 - 15 (notice equals to the combinations of the sum of 7);
The sum of 15 - 10 (notice equals to the combinations of the sum of 6);
The sum of 16 - 6 (notice equals to the combinations of the sum of 5);
The sum of 17 - 3 (notice equals to the combinations of the sum of 4);
The sum of 18 - 1 (notice equals to the combinations of the sum of 3).
Total = 2*(1+3+6+10+15+21+25+27) = 216 = 6^3.
Hope it's clear.