Solving Expectations of a Fair Dice Rolled - Help with Parts b & c

  • Context: High School 
  • Thread starter Thread starter Redhead711
  • Start date Start date
  • Tags Tags
    Dice
Click For Summary

Discussion Overview

The discussion revolves around calculating the expected values of certain random variables related to rolling a fair die multiple times. Participants focus on parts b and c of a problem involving the sum of the largest two numbers from three rolls and the maximum number from five rolls, respectively. The conversation includes exploratory reasoning, mathematical reasoning, and some debate over the correctness of various approaches and results.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant believes they have correctly calculated the expected value for part a as 35, based on the average value of a single die roll.
  • Another participant suggests counting cases to find the probability distribution for the maximum number in part c, but expresses uncertainty about a simple method for part b.
  • A participant introduces the concept of order statistics and provides a formula for the probability distribution function for the maximum of five rolls.
  • One participant calculates the expected value for the largest number from three rolls and provides a detailed breakdown of the cumulative distribution function (CDF) and probability density function (PDF).
  • Another participant challenges the expected value for the sum of the two largest numbers, arguing that it seems too high based on their calculations and reasoning.
  • Some participants agree on an expected value of approximately 8.458 for part b, while others express skepticism and seek a more rigorous approach.
  • In part c, there is disagreement over the expected value, with one participant calculating approximately 5.4309 and another suggesting a much lower value of 1.4623.
  • Several participants discuss the probability mass function for the maximum of multiple rolls, with some clarifying the correct approach to calculating these probabilities.

Areas of Agreement / Disagreement

Participants do not reach consensus on the expected values for parts b and c, with multiple competing views and calculations presented. The discussion remains unresolved regarding the correctness of the various approaches and results.

Contextual Notes

Participants express uncertainty about the assumptions underlying their calculations, particularly regarding the joint distribution of order statistics and the methods used to derive expected values. There are also references to brute force methods and the need for more elegant solutions.

Redhead711
Messages
10
Reaction score
0
I am studying for a test tomorrow and this question is on the review sheet and I can't figure it out.

Suppose a fair die is rolled ten times. Find numerical values for the expectations of each of the following random variables.
a) The sum of the numbers in ten rolls;
b) The sum of the largest two numbers in the first three rolls;
c) The maximum number in the first five rolls.

I believe I figured out part a to be 35.

However, the next two parts of the equation I am completely stuck on. If someone could give me some detailed instructions on what I need to do it would really help me out for the test. Thank you so much.
 
Physics news on Phys.org
Well, for c you can just count up the cases and the probability for each case: first find the probability of the largest number = 1, then largest number = 2, etc.

I can't think of any simple way to do b. You could consider the probability that the smallest value = 1, and then find the expected sum when you know that the other two are in the range 1-6, then you could consider the probability that the smallest value = 2, and then find the expected sum when you know that the other two are in the range 2-6, and so on.
 
How was the test? I was thinking about your problem and I realized you were asking "order statistic" questions. To find the probability distribution function for part (c) you find P(d(1)<=k,d(2)<=k,...,d(5)<=k) = [P(d<=k)]^5=(k/6)^5. Where {d(i)<=k} is at least i dice out 5 dice that are <=k. The expectation for the maximum then become Sum(k * [(k/6)^5-((k-1)/6)^5], k=0,1..6). However I seemed to be stuck on how to find the joint distribution P(d(2)<=k and d(3)<=m) where d(3) is the max out of 3 dice and k<=m. Actually I would be interested in knowing how to determine
P(d(N-1)<=k and d(N)<=m) for N dice.
 
I ended up getting a B on the test. I am glad, I am a senior and this is the last math class I need before I graduate. I finally got what I think is the answer to the problem:

In one roll the expected value is

(1/6)(1 + 2 + 3 + 4 + 5 + 6)

= 21/6 = 3.5

So in 10 rolls the expected sum = 35

>b) The sum of the largest two numbers in the first three rolls;

We must first find the expected value of the largest number when a
die is rolled 3 times.

If y = largest number when a die is rolled 3 times

the c.d.f., F(y) of Y

F(1) = (1/6)^3
F(2) = (2/6)^3
F(3) = (3/6)^3
F(4) = (4/6)^3
F(5) = (5/6)^3
F(6) = (6/6)^3


the pdf, f(Y) of Y

f(1) = (1/6)^3 = 1/216 = 1/216
f(2) = F(2) - F(1) = (2^3 - 1^3)/216 = 7/216
f(3) = F(3) - F(2) = (3^3 - 2^3)/216 = 19/216
f(4) = F(4) - F(3) = (4^3 - 3^3)/216 = 37/216
f(5) = F(5) - F(4) = (5^3 - 4^3)/216 = 61/216
f(6) = F(6) - F(5) = (6^3 - 5^3)/216 = 91/216

The expected value for the largest number is

= (1/216)[1 + 2x7 + 3x19 + 4x37 + 5x61 + 6x91]

= (1/216)[1071] = 4.9583

and so the expected SUM of the two largest = 2 x 4.9583

= 9.9166


>c) The maximum number in the first five rolls.

Using same reasoning as in part (b)

f(1) = (1/6)^5 = 1/7776 = 1/7776
f(2) = F(2) - F(1) = (2^5 - 1^5)/7776 = 31/7776
f(3) = F(3) - F(2) = (3^5 - 2^5)/7776 = 211/7776
f(4) = F(4) - F(3) = (4^5 - 3^5)/7776 = 781/7776
f(5) = F(5) - F(4) = (5^5 - 4^5)/7776 = 2101/7776
f(6) = F(6) - F(5) = (6^5 - 5^5)/7776 = 4651/7776

The expected value for the largest number is

= (1/7776)[1 + 2x31 + 3x211 + 4x781 + 5x2101 + 6x4651]

= (1/7776)[42231]

= 5.4309
Thanks
 
I was reading here to refresh my memory or learn something I never knew about things probabilistic, and I'm trying to figure out the logic of the approach to part b). If I get that, then I will think about c). It seems to me the result posted for b) is too big for the following reason.

I believe the result for a) is correct. The expectation for each roll is 3.5, and so for 10 rolls it would be 35. The expectation for 3 rolls would be 3*3.5 = 10.5, and the smallest number that can be rolled on one die is 1. It seems to me the largest expectation for the sum of the two largest dice has to be no greater than the expected sum for 3 dice minus the minimum on one die or 10.5 - 1 = 9.5.

I happen to have an old Excel file I used to illustrate frequency distributions for sums of multiple dice throws, so I quick added a column to calculate the sum of the two largest dice for all 216 possible outcomes for 3 rolls and took the average. I came up with 8.458, which seems a more reasonable result to me than the one posted. I'd like to see a more elegant approach than my brute force method, or at least confirm that I did the right thing to get that result.
 
Last edited:
OlderDan, I agree with your 8.4583333 (9-13/24) number. I have been looking into the Joint Probability Mass Function for "Order Statistics" and I am not yet clear on how to clean up the brute force technique for a discrete random variables (dice).
 
Nice work Older Dan!
As for rigorous mathematical footing, it isn't very hard either (since we are considering just three rolls ofcourse)

Let X1,X2,X3 be R.Vs associated with the first three rolls
Let Y = max(X1+X2,X2+X3,X1+X3)
-------Y---------|---------P(Y=i)-----------|
-------2---------|----------1/216-----------|
-------3---------|----------3/216-----------|
-------4---------|----------7/216-----------|
-------5---------|---------12/216-----------|
-------6---------|---------19/216-----------|
-------7---------|---------27/216-----------|
-------8---------|---------34/216-----------|
-------9---------|---------36/216-----------|
------10---------|---------34/216-----------|
------11---------|---------27/216-----------|
------12---------|---------16/216-----------|

These probabilities arent very hard to calculate at all!
E(Y)
= 2(1/216)+3(3/216)+...+12(16/216)
= 8.458333333

-- AI
 
Redhead,
Now that i check your answer to c, i wonder if that's correct either?
I am getting a very low expectation compared to yours (1.4623)

Let X1,X2,X3,X4,X5 be RVs associated with the first five rolls.
Let Y = max(X1,X2,X3,X4,X5)
-----------Y-----------|----------P(Y=i)-----------|
-----------1-----------|----------1/6^5-----------|
-----------2-----------|-------(2^4*5)/6^5-------|
-----------3-----------|-------(3^4*5)/6^5-------|
-----------4-----------|-------(4^4*5)/6^5-------|
-----------5-----------|-------(5^4*5)/6^5-------|
-----------6-----------|-------(6^4*5)/6^5-------|

-- AI
 
TenaliRaman, Redhead's part c is correct. If Y=max(X1,X2,X3,X4,X5) then P(Y<=k) = P(X1<=k & X2<=k & X3<=k & X4<=k & X5<=k) where & is used as "and". Since the RVs are independent and identical you have the following for 5 dice
P(Y<=k) = P(X1<=k)*P(X2<=k)*P(X3<=k)*P(X4<=k)*P(X5<=k)=[P(X<=k)]^5=(k/6)^5.
The probability mass function can then derived as p(Y=k)=[P(X<=k)^5-P(X<=k-1)^5]=(k/6)^5-((k-1)/6)^5. If you take the example from part b of the three dice, where Y3=max(X1,X2,X3). You will quickly see that p(Y3=k)=P(X<=k)^3-P(X<=k-1)^3
=(k/6)^3-((k-1)/6)^3.
 
  • #10
LittleWolf said:
If you take the example from part b of the three dice, where Y3=max(X1,X2,X3). You will quickly see that p(Y3=k)=P(X<=k)^3-P(X<=k-1)^3
=(k/6)^3-((k-1)/6)^3.
As much as i agree with your analysis and thanks for pointing my error out(i knew i must have screwed up with probability calculations there). However the above quoted statement is baffling me. I believe for part b, Y3 = max(X1+X2,X1+X3,X2+X3).

-- AI
 
  • #11
I meant take the example of 3 dice and consider Y3=max(X1,X2,X3) then check if
P(Y3=k)=P(Y3<=k)-P(Y3<=k-1)=(k/6)^3-((k-1)/6)^3. I did not mean Y3 to be the
max(X1+X2,X1+X3,X2+X3).
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 29 ·
Replies
29
Views
4K
  • · Replies 41 ·
2
Replies
41
Views
6K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K