Need math peeps (have googles not finding what I need) I need to calculate the average value of 6 dice rolled with custom faces (inside)
Posted by
Capstern
Sep 1 '14, 09:59
|
so if I have 6 dice
each has the following faces 0,1,1,2,2,3
If I roll them 1000 times what is the average value someone will get
then same average value for 5 dice and 7 dice
I am just sorta stuck
|
Responses:
-
Assuming you have a 1 in 6 chance, it's 1/6th each value added together. -- nm
-
Will Hunting
Sep 1, 10:39
7
-
There'd probably some one-line way to do it in Ruby, like [0,1,1,2,2,3].rand.times(1000).avg (but I'm new to ruby) -- nm
-
Beryllium
Sep 1, 10:24
-
There's online caluclators for a lot of this stuff. aka Dice Rolls -- nm
-
budice
Sep 1, 10:02
1
-
And being honest i found some stuff that might work but the set up and math is beyond me - math is hard -- nm
-
Capstern
Sep 1, 10:01
|