Can you calculate the probability of getting a sum of six when a dice is thrown twice?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Possible ways to get sum as 6:
(1,5),(2,4),(3,3),(4,2),(5,1) -- [5 cases]
Total cases=6*6=36.
So, P(sum as 6)= 5/36 ≈ 0.138 :)