Let x 1 , x 2 , x 3 , … be sequence of numbers randomly picked from the interval [ 0 , 1 ] with uniform distribution. define S = x 1 + ⋯ + x n ∣ x 1 + ⋯ + x n ≥ 1 ∧ x 1 + ⋯ + x n − 1 < 1 .
The expected value E [ S ] can be written as b a e , where a and b are coprime integers. Find a + b
Inspiration 1 and Inspiration 2 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Hm, I do not think that E [ S ∣ N = n ] = 2 n . You are skipping the information that x 1 + … + x n − 1 ≥ 1 .
As an explicit counter example, E [ S ∣ n = 1 ] would be 0, since this happens with probability 0.
Also, it should be clear to you that E [ S ∣ n = 2 ] > 1 , since S > 1 almost certainly.
Log in to reply
that does seem to be the case. although a monte-carlo simulation does reveal an answer close to e / 2 . i tried making an integral for expected value when N=n but it does become tedious. i guess i will wait for a proper solution to this.
Problem Loading...
Note Loading...
Set Loading...
this solution is wrong, see comments
the trick is to use iterated expectations. first we find the conditional expectation: E [ S ∣ N = n ] = E [ x 1 + . . . + x n ] = E [ x 1 ] + . . . + E [ x n ] = n E [ x 1 ] = 2 n → E [ S ∣ N ] = 2 N we know by iterated expectations that E [ S ] = E [ E [ S ∣ N ] ] = 2 1 E [ N ] = 2 e note the result for E [ N ] comes from this problem