In how many ways 3 boys Calvin Utsav and Aditya each can throw a dice once making a sum of 15. Try to prove it !
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.
PLaying with dice, we can get 15 as the sum by 3 ways - 6+6+3,5+5+5 or 6+4+5.So to get the answer we will find the no of ways for each method and sum it. Which gives us - 10 ( 3+1+6 respectively)