Expected value problem (probability)

Click For Summary
SUMMARY

The discussion focuses on calculating the expected value E(Y1+Y2) and variance V(Y1+Y2) for discrete random variables Y1 and Y2, constrained by the conditions 0≤Y1≤3, 0≤Y2≤3, and 1≤Y1+Y2≤3. The probability mass function p(Y1, Y2) is defined using binomial coefficients, specifically p(Y1, Y2) = 4C(y1) * 3C(y2) * 2C(3-y1-y2) / 9C(3). The user successfully computes E(Y1+Y2) as 7/3 but struggles to apply the provided theorems for expectation and variance, which require defining a new variable U1 = Y1 + Y2 and using the linearity of expectation.

PREREQUISITES
  • Understanding of discrete random variables and their probability distributions
  • Familiarity with binomial coefficients and combinatorial mathematics
  • Knowledge of expectation and variance formulas for random variables
  • Ability to apply theorems related to linear combinations of random variables
NEXT STEPS
  • Study the properties of discrete probability distributions and their expected values
  • Learn about the application of binomial coefficients in probability calculations
  • Explore the concept of variance for discrete random variables and its calculation
  • Investigate the linearity of expectation and its implications in probability theory
USEFUL FOR

Students studying probability theory, mathematicians working with discrete random variables, and educators teaching combinatorial probability concepts.

compliant
Messages
43
Reaction score
0

Homework Statement


Given Y1 and Y2 are integer values, where 0\leqY1\leq3, 0\leqY2\leq3, 1\leqY1+Y2\leq3

p(Y1, Y2) = \frac{{4 \choose y_1}{3 \choose y_2}{2 \choose {3-y_1-y_2}}}{{9 \choose 3}}

Find E(Y1+Y2) and V(Y1+Y2)

Homework Equations


E(Y1+Y2) = E1(Y1)+E2(Y2)

E1(Y1) = \int_{-{\infty}}^{\infty} y_1 f(y_1) dy_1

But that's for continuous variables, so I have no idea how to deal with discrete. Some guy tried explaining it to me, but it was just so unclear I didn't understand any of it.

Required use of these theorems:

Given U1 = \sum_{i=1}^n a_i*Y_i
E(U1) = \sum_{i=1}^n a_i*E_i (Y_i)

V(U1) = {\sum_{i=1}^n {a_i}^2*E_i (Y_i)}+2{\sum{\sum_{1{\leq{i}}<j{\leq{n}}} {a_i}^2*E_i (Y_i)}}


The Attempt at a Solution


Well, first I did it the slow counting way involving counting,
P(Y1+Y2=1)

= \frac{{4 \choose 0}{3 \choose 1}{2 \choose {2}}}{{9 \choose 3}} + \frac{{4 \choose 1}{3 \choose 0}{2 \choose {2}}}{{9 \choose 3}}

= \frac {3+4}{84}

= \frac {7}{84}

P(Y1+Y2=2)

= \frac{{4 \choose 0}{3 \choose 2}{2 \choose {1}}}{{9 \choose 3}} + \frac{{4 \choose 1}{3 \choose 1}{2 \choose {1}}}{{9 \choose 3}} + \frac{{4 \choose 2}{3 \choose 0}{2 \choose {1}}}{{9 \choose 3}}

= \frac {3(2)+4(3)(2)+6(2)}{84}

= \frac {42}{84}

P(Y1+Y2=3)

= \frac{{4 \choose 0}{3 \choose 3}{2 \choose {0}}}{{9 \choose 3}} + \frac{{4 \choose 1}{3 \choose 2}{2 \choose {0}}}{{9 \choose 3}} + \frac{{4 \choose 2}{3 \choose 1}{2 \choose {0}}}{{9 \choose 3}} + \frac{{4 \choose 3}{3 \choose 0}{2 \choose {0}}}{{9 \choose 3}}

= \frac {1+4(3)+6(3)+4)}{84}

= \frac {35}{84}


E(Y1+Y2) = P(Y1+Y2=1)+2P(Y1+Y2=2)+3P(Y1+Y2=3)

= {(1)}{\frac {7}{84}}+{(2)}{\frac {42}{84}}+{(3)}{\frac {35}{84}}

= \frac {196}{84}

= \frac {7}{3}


But I'm supposed to be using the formula I listed above. So I have no idea how to deal with that.
 
Physics news on Phys.org
well, expectation is the same for discrete as for random variables. If you think about it, integration is a really awesome way to take sums (ie riemann sums), so the expectation of discrete random variables is just the sum over all i of x(i)times the probability of x(i)

also, you need to define U(i) as a new variable Y(1)+Y(2), and do the calculation on U. then you can use your formulas
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
6
Views
2K
Replies
8
Views
2K