Hello.
I have a probability question that someone may be able to help me with. I've written a Yahtzee program that comtains several different Yahtzee games. I also wrote my own version. It contains regular Yahtzee with a color variety. In the color variety there are six different colors that are randomly assigned to each face of the five dice on each roll. A regular Yahtzee contains the same value on each of the five dice and is awarded 50 points. I award 50 points for five dice with the same color (flush). I am not sure of the probability of rolling a Color Yahtzee: that is five dice with the same value and also the same color. I currently award 150 points for it. Can anyone show me how to calculate the probability of rolling the combination above (there are a total of three rolls to achieve this combination of values and color. Dice can be placed in a hold state (not rollable) or a free state (rollable ). Thats for any help.