Craps Statistics: Win/Loss/Point Odds Explained

  • Thread starter Thread starter Steel_City82
  • Start date Start date
  • Tags Tags
    Statistics
AI Thread Summary
The discussion focuses on the statistical probabilities involved in the game of craps, particularly the odds of winning, losing, or establishing a point on the first roll. Participants debate differing percentages related to these outcomes, seeking clarity on the correct statistics. It is noted that there are 36 possible outcomes for a roll of two dice, with specific winning and losing combinations. The odds for the first roll indicate an 8/36 chance of winning, while subsequent rolls depend on the established point and the likelihood of rolling a seven. The conversation also references resources like a programming simulation and John Scarne's book for deeper insights into craps statistics and strategies.
Steel_City82
Messages
14
Reaction score
0
Can anyone figure out the statistics for the game of craps. what are the statistics for the first roll to be a win loss or go into point. and the statistics for a win in point or loss in point. Theres 3 people arguing 3 different percentages for each and we need help to prove one of us right. If you don't know how the game is played ill will explain if need be.
 
Physics news on Phys.org
I don't know if this program will give you what you are looking for, but maybe it will be of interest.
http://www-2.cs.cmu.edu/~pattis/15-1XX/15-200/programs.html
look for this...
Download: Craps Statistics
This program prompts the user for the number of craps games to play (craps is a dice game whose rules are explained in the opening comment in the Application.java file). It then simulates that many games of craps, printing the number of wins, losses, dice throws, elapsed time, and playing speed. This program uses the DiceEnsemble and Timer classes.
 
craps is easy. in fact the correct odds, which are against the shooter, are even published in the webster unabridged dictionary under craps! even after 40 years i think i still remember them as 251 to 244.

a good book on this stuff, fascinating in its coverage of cheating, is john scarne's "scarne on dice", pub. about 1945.

ok, there are 2 dice, and each die has 6 sides, so by the fundamental principle of probability, there are 36 possible outcomes for one throw. now craps is concerned with the sum of the two numbers and these are not equally distributed.

12 can come up only one way, 2 can come up only one way. three and eleven can each come up two ways, and seven can come up 6 ways. If you check these assertions you will be well on your way to understanding craps odds.

now i forget the rules momentarily. does 3 lose on first roll? as well as 2 and 12? i suppose so.

and 7 and eleven win? well if so, there are 4 ways to lose on first roll, and 8 ways to win. and the possible points are 4,5,6,8,9,10, which occur in respectively, 3,4,5,5,4,3 ways. So there are 24 ways to go into point, 8 ways to win, and 4 ways to lose on first roll. that gives the odds on the first roll. i.e. you have an 8/36 chance of winning on the first roll.

then if you throw say a point of 10, you have only a 1/2 chance of making it afterwards since there are only three ways to make 10 and 6 ways to make the now deadly 7.

etc etc... this is fun but simple once you get the idea.

more interesting are combination bets like: should you bet me that I will not throw either a seven or an 8 in 2 throws of the dice? (you should not, as the odds are 671 to 625 against you, if i am correct here. i have not done this since freshman year in college.)


and so on. check out scarne, you may be entertained.
 
Last edited:
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top