If two balanced die are rolled, the possible outcomes can be represented as follows.
(1, 1) (2, 1) (3, 1) (4, 1) (5, 1) (6, 1)
(1, 2) (2, 2) (3, 2) (4, 2) (5, 2) (6, 2)
(1, 3) (2, 3) (3, 3) (4, 3) (5, 3) (6, 3)
(1, 4) (2, 4) (3, 4) (4, 4) (5, 4) (6, 4)
(1, 5) (2, 5) (3, 5) (4, 5) (5, 5) (6, 5)
(1, 6) (2, 6) (3, 6) (4, 6) (5, 6) (6, 6)
At the beginning a craps game, betting on the ‘Pass
Line’ wins even money if a sum of 7 or 11 comes
out. Find the probability of winning this bet.
If two balanced die are rolled, the possible outcomes can be represented as follows. (1, 1)...
If two balanced die are rolled, the possible outcomes can be represented as follows. (1, 1) (2, 1) (3, 1) (4, 1) (5, 1) (6, 1) (1, 2) (2, 2) (3, 2) (4, 2) (5, 2) (6, 2) (1, 3) (2, 3) (3, 3) (4, 3) (5, 3) (6, 3) (1, 4) (2, 4) (3, 4) (4, 4) (5, 4) (6, 4) (1, 5) (2, 5) (3, 5) (4, 5) (5, 5) (6, 5) (1, 6) (2, 6) (3, 6)...
Question 3 (15 pts). A gambler plays a game in which a fair 6-sided die will be rolled. He is allowed to bet on two sets of outcomes: A (1,2,3) and B (2,4,5,6). If he bets on A then he wins $1 if one of the numbers in A is rolled and otherwise he loses $1 -let X be the amount won by betting on A (so P(X-1)-P(X1)If he bets on B then he wins $0.50 if a number in...
the carnival game Under-or-Over-Seven, a pair of fair dice is rolled once, and the resulting sum determines whether the player wins or loses his or her bet. For example, the player can bet $1 that the sum will be under 7—that is, 2, 3, 4, 5, or 6. For this bet, the player wins $1 if the result is under 7 and loses $1 if the outcome equals or is greater than 7. Similarly, the player can bet $1 that...
Java Craps in Java. The following are the rules for a pass bet in the game of craps. Roll two six-sided dice, and let x be their sum. If x is 7 or 11, you win. If x is 2, 3, or 12, you lose. Otherwise, repeatedly roll two the dice until their sum is either x or 7. If their sum is x, you win. If their sum is 7, you lose. Compose a modular program to estimate the...
9. In the casino dice game Craps, players make wagers on a sequence of rolls of a pair of dice. A sequence of rolls starts with the "shooter" making an initial roll of two dice called the "come-out” roll. If the sum of the dice on the initial roll is 7 or 11 then a player with a bet on the Pass Line wins. If the initial roll results in a sum of 2, 3, or 12 ("craps") then a...
In a game of craps two dice are rolled and you can win or lose based on the sum of the numbers on the top faces of the dice. if the sum of the numbers on the top faces of the dice turns out to be 2 or 12, you can double your bet. what is the probability that the sum of the numbers on the top faces turns out to be 2 or 12? a 1/36 b 1/64 c...
A fair die is rolled 20 times, and the desirable outcomes are 2, 3, 5 or 6. Calculate the probability that the desirable even occurs five times?
A fair die is rolled 20 times, and the desirable outcomes are 2, 3, 5 or 6. Calculate the probability that the desirable even occurs five times?
In the carnival game Under-or-Over-Seven, a pair of fair dice is rolled once, and the resulting sum determines whether the player wins or loses his or her bet. For example, using method one, the player can bet $2.00 that the sum will be under 7, that is, 2, 3, 4, 5, or 6. For this bet, the player wins $2.00 if the result is under 7 and loses $2.00 if the outcome equals or is greater than 7. Similarly, using...
4. Suppose that one die is rolled and you observe the number of dots facing up. The sample space for this experiment is S -(1, 2, 3, 4, 5, 6). The following table provides 5 different potential probability assignments to the possible outcomes Outcome Assignment AssignmentAssignment Assignment Assignment #1 0 16 #5 0.13 0.3 0.1 0.08 0.21 0.18 #2 #3 #4 16 4 4 16 4 0.5 16 6 0.5 a) which of the assignments #1-#5 are legitimate probability assignments?...