I know we can try and count the number of ways that they can add to 20, however this is much easier when there is only 2 or 3 dice. I believe there is a way to do this using combinations but I am not sure. I thought it was a stars and bars, so I wrote out 20 like -> 1 + 1 + 1 + 1 |+ 1 + 1 + 1 + 1| + 1 + 1 + 1 + 1 + 1 + 1 |+ 1 + 1 + 1 |+ 1 + 1 + 1
Which makes a 20 choose 4, however, this is over counting as each block of 1's can't be greater than 6 or less than 1.
Thanks for your help