Simultaneously roll two fair 3-sided dice whose sides are numbered 1, 2, and 3. Let random variable K be the sum of the two dice.
a) Calculate and plot the PMF of K.
b) Determine the expected value of K.
c) Calculate the variance of K.
d) Determine the expected value of K2 .
e) Determine the variance of K2 .
a) P(K = 2) = P(1,1) = 1/3 * 1/3 = 1/9
P(K = 3) = P(1,2) + P(2,1) = 2 * 1/3 * 1/3 = 2/9
P(K = 4) = P(1,3) + P(2,2) + P(3,1) = 3 * 1/3 * 1/3 = 3/9
P(K = 5) = P(2,3) + P(3,2) = 2 * 1/3 * 1/3 = 2/9
P(K = 6) = P(3,3) = 1/3 * 1/3 = 1/9
b) Expected value of K = E(K) = 2 * 1/9 + 3 * 2/9 + 4 * 3/9 + 5 * 2/9 + 6 * 1/9 = 4
d) Expected value of K2 = E(K2) = 22 * 1/9 + 32 * 2/9 + 42 * 3/9 + 52 * 2/9 + 62 * 1/9 = 17.33
c) Variance of K = E(K2) - (E(K))2 = 17.33 - 42 = 1.33
e) E(K4) = 24 * 1/9 + 34 * 2/9 + 44 * 3/9 + 54 * 2/9 + 64 * 1/9 = 388
Variance of K4 = E(K4) - E(K2)2 = 388 - 17.332 = 87.6711
Get Answers For Free
Most questions answered within 1 hours.