The shorter side can be distributed by X~U[0,10]

Click For Summary

Homework Help Overview

The discussion revolves around a problem involving the distribution of the lengths of the sides of a rectangle, specifically focusing on the shorter side represented by X, which follows a uniform distribution X~U[0,10]. Participants are exploring the implications of this distribution and how it relates to the longer side, denoted as Y, and the probabilities associated with their lengths.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants are attempting to define the distributions of the sides of the rectangle, with some suggesting X~U[1,7] and others proposing Y~U[3,9]. There is discussion about how to calculate probabilities related to the lengths of the sides, particularly P(Y>6) and P(X>8). Questions arise regarding the validity of different methods and the reasoning behind the distributions chosen.

Discussion Status

There is active engagement among participants, with some expressing confusion about the reasoning behind the distributions and the necessity of considering both sides of the rectangle. Guidance has been offered regarding the implications of the distributions and the need to account for both sides when determining probabilities. Multiple interpretations of the problem are being explored without a clear consensus on the correct approach.

Contextual Notes

Participants are grappling with the definitions of the shorter and longer sides, as well as the constraints imposed by the uniform distributions. There is mention of specific homework rules and the context of the problem being related to an Edexcel S2 question.

synkk
Messages
216
Reaction score
0
http://gyazo.com/b031e9d54f9512e5a583a4ed0ea28a0a

the answer is 2/3:


my attempt:
one side X~U[1,7]

the longer part of this side, call Y, where Y~[4,7]

P(Y>6) = 1/3

don't see how they got 2/3, they have 3 different methods in the answers, but none doing my method.

I'm thinking, as there are two sides in the rectangle and I've only limited mine to one side then if I multiply that by 2 I'll get the answer - or is that even relevant?

I'll give another example where I used my method and it works:

http://gyazo.com/a582f228a9dd22370303f25b69d5bf6c

part c)

the shorter side can be distributed by X~U[0,10]

P(X>8) = 1/5 which is the answer, but this doesn't work for the original method. Any ideas why? Thanks.
 
Physics news on Phys.org
I agree that X ~ U[1,7].

Where are you getting that Y ~ U[4,7]?

I would think that instead Y~U[3,9], where Y is the length of the other side. If one side of the rectangle is 1 cm, then the other side must be 9 cm. Similarly, if one side of the rectangle is 7 cm, the other side must be 3 cm. So Y ~ U[3,9]. Do you see where to go from here?

Is this an Edexcel S2 question?
 
FeDeX_LaTeX said:
I agree that X ~ U[1,7].

Where are you getting that Y ~ U[4,7]?

I would think that instead Y~U[3,9], where Y is the length of the other side. If one side of the rectangle is 1 cm, then the other side must be 9 cm. Similarly, if one side of the rectangle is 7 cm, the other side must be 3 cm. So Y ~ U[3,9]. Do you see where to go from here?

Is this an Edexcel S2 question?
Yes it is

I got Y ~ U[4,7] where Y is the longer side, by setting Y as the longer side (not the other side). Median length is 4, so for Y to be the longer side, it has to be between [4,7].

I get the correct answer Y ~ U[3,9] where Y is the other side, and doing P(X>6) + P(Y>6), but I don't see why it doesn't work using the above method.
 
synkk said:
Yes it is

I got Y ~ U[4,7] where Y is the longer side, by setting Y as the longer side (not the other side). Median length is 4, so for Y to be the longer side, it has to be between [4,7].

I get the correct answer Y ~ U[3,9] where Y is the other side, and doing P(X>6) + P(Y>6), but I don't see why it doesn't work using the above method.

I don't follow your reasoning. Your distribution doesn't represent Y to be the longer side. If Y ~ U[4,7], what happens when 5 < X < 7? Clearly, X is then the longer side.
 
FeDeX_LaTeX said:
I don't follow your reasoning. Your distribution doesn't represent Y to be the longer side. If Y ~ U[4,7], what happens when 5 < X < 7? Clearly, X is then the longer side.

hm, I'm just confused now.

If they are asking for one side, and if Y ~ U[3,9] then why do we have to consider the other side (i.e X). Why can't we just consider Y
 
synkk said:
hm, I'm just confused now.

If they are asking for one side, and if Y ~ U[3,9] then why do we have to consider the other side (i.e X). Why can't we just consider Y

They are asking what happens when the longer side is greater than 6 cm.

If X ~ U[1,7] and Y~U[3,9], then either side can be longer than 6 cm. We can have X > 6, or Y > 6. We can't just consider Y, because X can be larger than 6 cm also. Does that make sense?
 
FeDeX_LaTeX said:
They are asking what happens when the longer side is greater than 6 cm.

If X ~ U[1,7] and Y~U[3,9], then either side can be longer than 6 cm. We can have X > 6, or Y > 6. We can't just consider Y, because X can be larger than 6 cm also. Does that make sense?

that makes sense

but if you see in the second example, I split up the whole length and I just considered the shorter side (which is what I tried to do when doing the mock), but it didn't work :\.
 
You mean this?

synkk said:
http://gyazo.com/a582f228a9dd22370303f25b69d5bf6c

part c)

the shorter side can be distributed by X~U[0,10]

P(X>8) = 1/5 which is the answer, but this doesn't work for the original method. Any ideas why? Thanks.

I agree with the reasoning above. The shorter side must be between 0 and 10, otherwise it isn't the shorter side by definition.
 
synkk said:
http://gyazo.com/b031e9d54f9512e5a583a4ed0ea28a0a

the answer is 2/3:my attempt:
one side X~U[1,7]

the longer part of this side, call Y, where Y~[4,7]

P(Y>6) = 1/3

don't see how they got 2/3, they have 3 different methods in the answers, but none doing my method.

I'm thinking, as there are two sides in the rectangle and I've only limited mine to one side then if I multiply that by 2 I'll get the answer - or is that even relevant?

I'll give another example where I used my method and it works:

http://gyazo.com/a582f228a9dd22370303f25b69d5bf6c

part c)

the shorter side can be distributed by X~U[0,10]

P(X>8) = 1/5 which is the answer, but this doesn't work for the original method. Any ideas why? Thanks.

For the first question above: let Y be the OTHER (not longest) side and let Z = max(X,Y) be the length of the longest side. We have X+Y=10, so Y = 10 - X. We have Z = X if X > Y = 10-X, so Z = X if X > 5. Of course, Z = 10-X if X < 5. Draw a graph of the function Z(x) = max(x,10-x) for 4 <= x <= 7. What is the smallest value of Z(x)? What is the largest value? For what x-region do we have Z(x) > 6? What is the probability of that x-region?

BTW: I agree with your answer: P{Z > 6} = 1/3.
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 10 ·
Replies
10
Views
6K
Replies
9
Views
4K
Replies
7
Views
2K