Exercise Lover

March 26, 2007

Exercises C.3-10

Filed under: C.3 — yuhanlyu @ 8:14 am

Var[aX] = E[a^2X^2] - {E[aX]}^2 = a^2E[X^2] - a^2E[X]^2 = a^2(E[X^2] - E[X]^2) = a^2 Var[X].

Exercises C.3-9

Filed under: C.3 — yuhanlyu @ 8:09 am

Bernoulli distribution

Let E[X] = p.
Var[X] = p*(1-p)^2 + (1-p)*p^2 = p(1-p) = E[X] E[1-X].

Exercises C.3-8

Filed under: C.3 — yuhanlyu @ 8:05 am

Var[X] = E[X^2]E[X]^2, which is positive. Since E[X]^2 is positive, E[X^2] is larger than E[X]^2.

Exercises C.3-7

Filed under: C.3 — yuhanlyu @ 8:03 am

Solution wanted!

Exercises C.3-6

Filed under: C.3 — yuhanlyu @ 8:00 am

Let I be the indicator random variable, which equal to 1 when X  ≥ t.
tI ≤ |X|, so E[tI] ≤ E[X], but E[tI] = tE[I] = aPr(X ≥ t). Hence Pr(X ≥ t) ≤ E[ X ] / t

Exercises C.3-5

Filed under: C.3 — yuhanlyu @ 7:54 am

Solution wanted!

Exercises C.3-4

Filed under: C.3 — yuhanlyu @ 7:52 am

E[max(X,Y)] = \sum_{x>y} Pr(X=x,Y=y)x + \sum_{y \geq x} Pr(X=x,Y=y)y \sum_x Pr(X=x)x + \sum_y Pr(Y=y)y.

Exercises C.3-3

Filed under: C.3 — yuhanlyu @ 7:45 am

Expected gain: (-1 * 125 + 1 * 3 * 25 + 2 * 3 * 5 + 3)/216 = -17/216

Exercises C.3-2

Filed under: C.3 — yuhanlyu @ 7:39 am

Expectation of the index of the maximum element: \sum^n_{i=1} i/n = (n+1)/2
Expectation of the index of the minimum element: \sum^n_{i=1} i/n = (n+1)/2

Exercises C.3-1

Filed under: C.3 — yuhanlyu @ 7:37 am

Expectation of two dice’s sum = 7
Expectation of the maximum value = (6 * 11 + 5 * 9 +4 * 7 + 3 * 5 + 2 * 3 + 1 * 1) / 36 = 161/36

Blog at WordPress.com.