4/4/2022

Station 1 Craps Statistics Answers

Variables

A variable whose value depends upon a chance experiment is called a random variable. Suppose that a person is asked who that person is closest to: their mother or their father. The random variable of this experiment is the boolean variable whose possibilities are {Mother, Father}. A continuous random variable is a variable whose possible outcomes are part of a continuous data set.

1.1 Descriptive and Inferential Statistics 1.2 Statistics in Research 1.3 Scales of Measurement 1.4 Types of Data 1.5 Research in Focus: Types of Data and Scales of Measurement 1.6 SPSS in Focus: Entering and Defining Variables. That’s OK – Station 1 Craps Statistics Answers while we’re stuck inside, we suggest you keep up the casino vibe and check out an online casino. No need to sit at your desk or even balance your laptop on your knees. It then ## plays (simulates) that many games of craps, keeping the win/loss ## information. At the end, it displays these statistics. ## ## Craps is a dice game. The thrower loses if he/she immediately rolls a 2 ## (snake eyes), 3, or 12 (box cars). The thrower wins if he/she immediately ## rolls a 7 or 11.

The random variable that represents the height of the next person who walks in the room is a continuous random variable while the random variable that represents the number rolled on a six sided die is not a continuous random variable. A random variable that is not continuous is called a discreet random variable.

Probability Distributions

Example (PageIndex{1})

Suppose we toss two dice. We will make a table of the probabilities for the sum of the dice. The possibilities are:

2,3,4,5,6,7,8,9,10,11,12.

Probability Distribution Table
(x)23456789101112
(P(x))1/362/363/364/365/366/365/364/363/362/361/36

Exercise (PageIndex{1})

Answers

Suppose that you buy a raffle ticket for $5. If 1,000 tickets are sold and there are 10 third place winners of $25, three second place winners of $100 and 1 grand prize winner of $2,000, construct a probability distribution table. Do not forget that if you have the $25 ticket, you will have won $20.

Value (Mean)

Example (PageIndex{2}): Insurance

We when we buy insurance in black jack we lose the insurance bet if the dealer does not have black jack and win twice the bet if the dealer does have black jack. Suppose you have $20 wagered and that you have a king and a 9 and the dealer has an ace. Should you buy insurance for $10?

Solution

We construct a probability distribution table

(x)(P(x))
-1034/49
2015/49

(There are 49 cards that haven't been seen and 15 are 10JKQ (jacks, kings and queens) and the other 34 are non tens.)

We define the

expected value = (S times P(x))

We calculate:

[-10(34/49) + 20(15/49) = -40/49 ]

Hence the expected value is negative so that we should not buy insurance. What if I am playing with my wife. My cards are 2 and a 6 and my wife's are 7 and 4. Should I buy insurance? We have:

(x)(P(x)
-1031/47
2016/47

We calculate:

[-10(31/47) + 20(16/47) = 10/47 = 0.21]

Hence my expected value is positive so that I should buy insurance.

Standard Deviation

Station 1 Craps Statistics Answers Questions

We compute the standard deviation for a probability distribution function the same way that we compute the standard deviation for a sample, except that after squaring (x - m), we multiply by (P(x)). Also we do not need to divide by (n - 1).

Consider the second insurance example:

(x)(P(x))(x - overline{x})( (x - overline{x})^2)
-1031/47-10.21104
2016/4719.79392

Hence the variance is

[104(31/47) + 392(16/47) = 202 ]

and the standard deviation is the square root of the variance, which is14.2.

Combining Distributions

If we have two distributions with independent random variables (x) and (y) and if (a) and (b) are constants then if

( L = a + bx ) and ( W = ax + by)

then

  1. (m_L = a + bm)
  2. (sigma_L^2 = b^2s^2)
  3. (sigma_L = b , s)
  4. (m_W = a,m_x + b,m_y )
  5. (sigma_W^2 = a^2s_1^2 + b^2s_2^2 )
  6. ( sigma_W = sqrt{a^2, sigma_x^2 + b^2, sigma_y^2})

Example (PageIndex{3})

Gamblers who played both black jack and craps were studied and it was found that the average amount of black playing per weekend was 7 hours with a standard deviation of 3 hours. The average amount of craps play was 4 hour with a standard deviation of 2 hours. What is the mean and standard deviation for the total amount of gaming?

Solution

Here (a) and (b) are 1 and 1. The mean is just

Station 1 Craps Statistics Answers

[7 + 4 = 11]

and the standard deviation is just

[ sqrt{3^2 + 2^2} = sqrt{13} ]

Example (PageIndex{4})

If each player spends about $100 per hour on black jack and $200 per hour on craps, what will be the mean and standard deviation for the amount of money that the casino wins per person?

Solution

Here a and b are 100 and 200. The mean is

[100(7) + 200(4) = 1,500]

and the standard deviation is

Station

[ sqrt{(100^2)(3^2)+(200^2)(2^2)}=100sqrt{17}]

Station 1 Craps Statistics Answers Key

Example (PageIndex{5})

If the players spend $150 on the hotel, find the mean and standard deviation of the total amount of money that the players spend.

Station 1 Craps Statistics Answers Questions And Answers

Here

[ L = 150 + x]

where (x) is the result from part B. Hence the mean is

[ 150 + 1500 = 1,650]

and the standard deviation is the same as part B since the coefficient is 1.

The Binomial Distribution

There is a type of distribution that occurs so frequently that it has a special name. We call a distribution a binomial distribution if all of the following are true

  1. There are a fixed number of trials, (n), which are all independent.
  2. The outcomes are Boolean, such as True or False, yes or no, success or failure.
  3. The probability of success is the same for each trial.

For a binomial distribution with (n) trials with the probability of success (p) and failure (q), we have

[ P(r text { successes}) = C_{n,r}, p^r ,q^{n-r} ]

Example (PageIndex{6})

Suppose that each time you take a free throw shot, you have a 25% chance of making it. If you take 15 shots, what is the probability of making exactly 5 of them.

Solution

We have ( n = 15 ), ( r = 5), (p = 0.25 ), and (q = 0.75)

Compute

[ C_{15,5}, 0.25^5 ,0.75^{10} = 0.165 ]

There is a 16.5 % chance of making exactly 5 shots.

Example (PageIndex{7})

What is the probability of making fewer than 3 shots?

Solution

The possible outcomes that will make this happen are 2 shots, 1 shot, and 0 shots. Since these are mutually exclusive, we can add these probabilities.

[ C_{15,2} , 0.25^2, 0.75^{13} + C_{15,1}, 0.25^1, 0.75^{14} + C_{15,0}, 0.25^0 ,0.75^{15} ]

[ = 0.156 + 0.067 + 0.013 = 0.236]

There is a 24 % chance of sinking fewer than 3 shots.

Contributors

  • Larry Green (Lake Tahoe Community College)