Advertisement
Sorceror_Nobody

Suggestion for Slots

Jan 19th, 2013
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Roll four dice
  2.  
  3. Bust if no dice match each other -- 27.78%
  4. e.g. 1634, 6342, 5124 etc.
  5.  
  6. Normal if exactly 2 dice match ---- 55.56%
  7. e.g. 1531, 3431, 5366 etc.
  8.  
  9. Jackpot if 4, 3, or two pair ------ 16.67%
  10. e.g. 1111, 4244, 3223 etc.
  11.  
  12. Impact of a single reroll:
  13. No point rerolling unless two or none match.
  14. If none match, irrelevant which is rerolled, and can change to match one not rerolled
  15. --> P(bust -> normal) = 1/2
  16.  
  17. If two match, can change to create either 3 or two pair
  18. --> P(normal -> jackpot) = 1/3
  19.  
  20. Therefore
  21. P(bust) = 27.78% with no reroll, 13.89% with one reroll
  22. P(norm) = 55.56% with no reroll, 50.93% with one reroll
  23. P(jack) = 16.67% with no reroll, 35.19% with one reroll
  24.  
  25. cba to work out two rerolls because the outcomes get hella entangled, especially with the fact that you aren't allowed to reroll the same die twice, so it matters which one was rerolled the first time. Also why would you waste two rerolls on one Slots attempt, really.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement