Say you had 4 coins being tossed simultaneously, and a total score (X) is given by 3 points for each head and 1 point for each tail, added together. How would you find the total possibilities and the the probably of getting 8 for example?
This is easy enough if it is 2 coins, but going through each event individually is tedious with 4 coins.
First, split it into disjoint events of equal probability:
Then, count the number of combinations of the specific score that you're interested in:
Finally, divide this number by the total number of combinations, which happens to be $16$: