How to find this particular probability?

  • Thread starter Thread starter dexterdev
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
dexterdev
Messages
194
Reaction score
1

Homework Statement



Suppose there are three statistically i.i.d continuous random variables X1, X2, X3 each are uniformly distributed in the range [0,1]. How to find the probability P(X1+X2<X3)?

Homework Equations


The below given equations are the steps to the solution. But I can't figure out how the limits of integral comes this way.

[itex]\int_0^1 \int_0^{x_3}\int_0^{x_3-x_2} \,dx_1\,dx_2\,dx_3 =\int_0^1 \int_0^{x_3} (x_3-x_2) dx_2\,dx_3 = \int_0^1 x_3^2 - \frac{x_3^2}{2}\,dx_3 = \frac16 = 0.1\overline 6[/itex]


The Attempt at a Solution



I tried this using a software called MATLAB by generating three pseudo random variables (1000 samples) and finding X1+X2−X3 and plotting its CDF through a MATLAB tool called dfittool. I got the answer around 0.169. But how do I do this theoretically? Especially how to figure out the limits in those integrals?
 
on Phys.org
@Ray Vickson : Yes I have got those limits from someone else, but never told how they come?
 
You are told that the three variables all lie in [0, 1]. The limits on the outer integral, with respect to [itex]x_3[/itex] must be constants so must be 0 and 1. The next inner integral can have limits depending on [itex]x_3[/itex]. Since we have [itex]x_1+ x_2< x_3[/itex] and [itex]x_1[/itex] can be 0, [itex]x_2[/itex] can go from 0 to [itex]x_3[/itex]. Finally, [itex]x_1+ x_2< x_3[/itex] means that [itex]x_1< x_3- x_2[/itex] so the inmost integral has limits of 0 to [itex]x_3- x_2[/itex].
 
  • Like
Likes   Reactions: 1 person