Actually, I'm pretty sure Stereo did use math, he just started with a fixed number of crystals.
"740 low grade + 250 mid grade + 10 high grade"
Doesn't look like a random simulation to me. That was systematically split.
-rederives-
Hm, it is a little off. Your number (80/7) supposes you lose 11 basic crystals on success, not 10.
By analogy, the third equation should be:
So your actual results:
"740 low grade + 250 mid grade + 10 high grade"
Doesn't look like a random simulation to me. That was systematically split.
Kaj Wrote:What about the other stuff before the C = A + A part?What other stuff? your equations?
-rederives-
Code:
0 = 0.7*(I - 10B) + 0.3*(-B)
0 = 0.7I - 7B - 0.3B
7.3B = 0.7I
I = (7.3/0.7)B = (73/7)BBy analogy, the third equation should be:
Code:
A = (3.7/0.3)I = (37/3)ISo your actual results:
Code:
99C = 75B + 24I
99C = (525/73)I + 24I
99C = (2277/73)I
99C = (6831/2701)A
[color=red]39.1449275[/color]C = ACode:
100C = 75B + 24I + A
100C = (525/73)I + 24I + A
100C = (2277/73)I + A
100C = (6831/2701)A + A
100C = (9532/2701)A
[color=red]28.3361309[/color]C = A
