Let's consider this situation. We have $3$ different $6$-sided dice. The first die has five blank sides + one '$1$' side. The second die has four blank sides + two '$1$' sides. The third die has $4$ blank sides + one '$1$' side + one '$2$' side.
In an other form : 1st die : $1,0,0,0,0,0$ 2nd die : $1,1,0,0,0,0$ 3rd die : $1,2,0,0,0,0$
I am trying to calculate the different probabilities of each possible sum outcome (sum of $0,1,2,3$ and $4$).
Would it be fair to assume that what follows is true?
The probability of having a sum of $1$ on the $3$ dice is equal to (1st dice, 2nd dice, third dice) : $\frac{1}{6} (1) \times \frac{4}{6} (0) \times \frac{4}{6} (0) + \frac{5}{6} (0) \times \frac{2}{6} (1) \times \frac{4}{6} (0) + \frac{5}{6} (0) \times \frac{4}{6} (0) \times \frac{1}{6} (1) = \frac{76}{216}$ or $35.19\%$
For the sum of $1$, I assumed that to have this sum, only one die can have '$1$' and the other two '$0$' so I find the probability for each set of dice (chance of '$1$' $\times$ chance of not '$1$' $\times$ chance of not '$1$'). I understand that this will be different for the sum of $2$ since the dice combination will be different (sometimes only $1$ dice is needed while the other time two dice will be needed) but I would like to confirm that my reasoning is accurate.
I am terrible with the notions of probability and it's been a few days now that this has been in my head and I wasn't able to find an answer to my assumption anywhere on the internet since I don't know how to really word it.
Thank you for your time. Jeph
edit : Corrected the sum of the probability, miscalculated, put $4\times 4$ as $8$ instead of $16$.