Hi,
I am trying to solve the problem but not sure whether i am correct or not. Also it is not matching with your answer. But my way is very time consuming also. Basically the question is asking how many triplets are there whose sum is > 10. Then only Joe will win. So what i found is how many ways we can score 10. Then probabiltiy of scoring >10 will be 1-p(scoring <=10). So the following is the list of triplets which will add up to 10.
163,136,154,145,262,226,254,245,244,361,316,352,325,343,334,451,415,442,424,433,541,514,532,523,631,613,622. So it comes out to be 27 cases. So Probabibilty of Joe winning is 1-27/216 = 61/72. Note 216 is the total no of cases if we throw 3 dice. (6*6*6). Please let me know my approach. But in the real test if there is no other approach for this problem then better to guess & move ahead.
Sid.