I'd like to get some hints of solving this problem.
Nobody seems to be answering to my comment which I have replied. Any feedback guys?
I'd like to get some hints of solving this problem.
Nobody seems to be answering to my comment which I have replied. Any feedback guys?
One half.
It's the same as the probability of getting a sum of at least $11$, which is the other half of the symmetric distribution.
You want to find the number of solution to $x_1+x_2+x_3=\leq 10$ where each variable is in the range $\{1,2,3\dots,6\}$.
Notice that you can pair the triples that sum $k$ with the triples that sum $21-k$ ( by sending $x_1,x_2,x_3$ to $(7-x_1,7-x_2,7-x_3)$.
This tells us that the probability they add $3,4,5,6,7,8,9$ or $10$ is the same as the probability they add $18,17,16,15,14,13,12$ or $11$. So the answer is $\frac{1}{2}$.