Question

In the game Monopoly, a player rolls two dice on his or her turn. To make...

In the game Monopoly, a player rolls two dice on his or her turn. To make the discussion easier, let’s
assume one die is red and the other is blue. After rolling the dice, the player adds the spots on the red
and blue dice, and moves that many squares. There are 40 squares that form a square along the sides
of the board. Let X denote the spots on the red die and Y the spots on the blue die.

(a) X and Y are iid with a certain named distribution. What is the distribution and specify any
parameters associated with the distribution.
(b) What is the moment-generating-function (mgf) of X.
(c) Use the mgf of X to show that E(X) = 3.5.
(d) Confirm (any way you wish) that Var(Y ) = 35/12.
(e) Plot the probability mass function of X + Y .
(f) Find the expected value of a move; that is, find E(X + Y ).
(g) Find the standard deviation of a move.
(h) What is the chance that the player moves 1 square? 7 squares?
(i) What is the chance of rolling doubles?
(j) Find P(X + Y ≥ 5). What is this asking for in words?
(k) What is the chance of at least one of the dice being a six?

Homework Answers

Answer #1

Two dice are rolled.

The sample space is

S = { (i, j) / i =1:6, j =1:6}

a) Let X : spot on the red die. ( first die)

and Y : Spot on the second die.

X takes values 1,2,3,4,5,6 each with probability 1/6

i.e. X follows discrete uniform distribution.

X ~ Discrte uniform ( n = 6)

The p.m.f. of X is

P ( X =x) = 1/6 , x= 1:6

Similarly Y ~ Discrete Uniform ( n = 6)

P ( Y=y) = 1/6 ; y =1:6

b) Moment -generating Function of X

c) To find Expected value of X by using m.g.f.

d) Var ( Y ) = E ( Y2) - (E(Y))2

Since

E (Y) = 21 / 6

Aliter :

Since Y ~ Discrete Uniform ( n=6)

Var (Y) = n2-1 /12 = 62-1 /12 = 35/12

e) Let Z =X + Y

i.e Sum of spots on two dice.

Z takes values 2, 3, ,4, ........., 12

The probability distibution of Z is

Z 2 3 4 5 6 7 8 9 10 11 12 Total
P(Z=z) 1/36 2/36 3/36 4/36 5/36 6/36 5/36 4/36 3/36 2/36 1/36 1

by using R

> z= 2:12
> p = c(1/36,2/36,3/36,4/36,5/36,6/36,5/36,4/36,3/36,2/36,1/36)
> plot(z,p,xlab="Z", ylab="Probability",main="P.M.F. of X +Y", "l")

f) Expected value of move

E ( X + Y ) = E ( Z ) = sum ( Z * P(Z))

= 7

g) Var ( X + Y ) = Var ( Z )

Var (Z) = E(Z2) - ( E(Z))2

E(Z2) = sum ( Z2 * P(Z))

E(Z2) = 54.8333

Var(Z) = 54.8333 -49

= 5.8333

SD(Z) = sqrt(5.8333) = 2.4152.

Standard deviation of move is 2.4152.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
An aspiring craps player is practicing his technique by rolling two regular six-sided dice and observing...
An aspiring craps player is practicing his technique by rolling two regular six-sided dice and observing the number of spots on the upper faces. What is the probability that each die shows 4 or more spots (to three decimal places)?
Problem 4)A simplified version of the dice game 10,000 is played using 5 dice. The player...
Problem 4)A simplified version of the dice game 10,000 is played using 5 dice. The player rolls the 5 six-sided dice, each 1 that is rolled, the player achieves a score of 100. A) How many possible ways are there to roll i l's over these 5 dice? (Hint: use combinations) B) The probability of any one dice rolling to a value of 1 is 1/5 (since each dice has six sides). Use the binomial probability distribution. Calculate the probability...
Suppose you roll two twenty-five-sided dice. Let X1, X2 the outcomes of the rolls of these...
Suppose you roll two twenty-five-sided dice. Let X1, X2 the outcomes of the rolls of these two fair dice which can be viewed as a random sample of size 2 from a uniform distribution on integers. a) What is population from which these random samples are drawn? Find the mean (µ) and variance of this population (σ 2 )? Show your calculations and results. b) List all possible samples and calculate the value of the sample mean ¯(X) and variance...
Question 4: A-E parts A) Consider rolling two four sided dice. One die is blue and...
Question 4: A-E parts A) Consider rolling two four sided dice. One die is blue and the other is green. (1) State the sample space. (2) Compute the probability of getting two even numbers. (3) Compute the probability of getting an even sum if the blue die rolls a 2. B) (1)What is the probability of drawing a four or a heart when drawing a single card from a standard deck of cards? C) Consider a machine that fills 275...
Homework Draw class diagrams for your HW4 - the Tetris Game shown below: Part 1: UML...
Homework Draw class diagrams for your HW4 - the Tetris Game shown below: Part 1: UML As a review, Here are some links to some explanations of UML diagrams if you need them. • https://courses.cs.washington.edu/courses/cse403/11sp/lectures/lecture08-uml1.pdf (Links to an external site.) • http://creately.com/blog/diagrams/class-diagram-relationships/ (Links to an external site.) • http://www.cs.bsu.edu/homepages/pvg/misc/uml/ (Links to an external site.) However you ended up creating the UML from HW4, your class diagram probably had some or all of these features: • Class variables: names, types, and...
I've posted this question like 3 times now and I can't seem to find someone that...
I've posted this question like 3 times now and I can't seem to find someone that is able to answer it. Please can someone help me code this? Thank you!! Programming Project #4 – Programmer Jones and the Temple of Gloom Part 1 The stack data structure plays a pivotal role in the design of computer games. Any algorithm that requires the user to retrace their steps is a perfect candidate for using a stack. In this simple game you...
MATHEMATICS 1. The measure of location which is the most likely to be influenced by extreme...
MATHEMATICS 1. The measure of location which is the most likely to be influenced by extreme values in the data set is the a. range b. median c. mode d. mean 2. If two events are independent, then a. they must be mutually exclusive b. the sum of their probabilities must be equal to one c. their intersection must be zero d. None of these alternatives is correct. any value between 0 to 1 3. Two events, A and B,...