I'm making a game based on Dice Rolls, and I need some percentages based on the results of these rolls.
The situation: You roll 3 dice and get points based on the results. Each die has 6 sides - Three "0", Two "1" and One "2".
The Problem: Since you can get results that vary from 0-6, I need the chances of getting each one.
What I did and what I need:
Result 0: (0,0,0) - 1/8 or 12,5%
Result 1:
Result 2:
Result 3:
Result 4:
Result 5:
Result 6: (2,2,2) - 1/216 or 0,46%
Thanks!