Let X be a binomial random variable based on n trials and a success probability of pX; let Y be an independent binomial random variable based on m trials and a success probability of pY. Find E(W) and Var(W), where W=4X+6Y.

Respuesta :

Answer:

[tex] E(W) = 4 [np_x] + 6 [m p_y][/tex]

[tex] Var(W) = 16[np_x (1-p_x)] +36 [mp_y (1-p_y)][/tex]

Step-by-step explanation:

For this case we have the following distributions given:

[tex] X \sim Binom (n, p_x)[/tex]

The expected value for x is [tex] E(X) = n p_x[/tex]

And the variance [tex] Var(X) = np_x (1-p_x)[/tex]

[tex] Y \sim Binom (m, p_y)[/tex]

The expected value for x is [tex] E(Y) = n p_y[/tex]

And the variance [tex] Var(Y) = mp_y (1-p_y)[/tex]

We define a new random variable:

[tex] W = 4X +6Y[/tex]

We need to find the expectd value and the variance for W.

For the expected value we have this:

[tex] E(W) = E(4X+6Y) = E(4X) + E(6Y) = 4E(X) + 6E(Y)[/tex]

And if we replace the parameters we got:

[tex] E(W) = 4 [np_x] + 6 [m p_y][/tex]

Now foe tha variance of W we know that X and Y are indpenendet variable so then [tex] Cov(X,Y) =0[/tex]

[tex] Var(W)= Var(4X +6Y) = Var(4X) +Var(6Y) + 2 Cov(X,Y)[/tex]

For this case we can use the property that is a is a constant and X a random variable then [tex] Var(aX) = a^2 Var(X)[/tex], and we got this:

[tex] Var(W) = 16 Var(X) + 36 Var(Y)[/tex]

And if we replace we got:

[tex] Var(W) = 16[np_x (1-p_x)] +36 [mp_y (1-p_y)][/tex]

You can use the fact that the expectation of a variate's multiple is multiple of expectation of that variate.

The values are:

[tex]E(W) = 4np + 6mp\\Var(W) = 16np(1-p) + 36mp(1-p)[/tex]

What are the expectation and variance of a binomial variate?

Let the variate K belongs to binomial distribution with parameters n and p.

[tex]K \sim B(n,p)[/tex]

Then its expectation and variance are given by:

[tex]E(K) = np\\Var(K) = np(1-p)[/tex]

How to calculate the variance and expectation of variate W?

Since it is given that  [tex]X \sim B(n,p), Y \sim B(m, p)[/tex]

thus,

[tex]E(X) = np, Var(X) = np(1-p)\\E(Y) = mp, Var(Y) = mp(1-p)[/tex]

It is a fact that:

[tex]E(aX) = aE(X)[/tex] ,

[tex]Var(aX) = a^2Var(X)[/tex]   where a is a constant.

[tex]E(W) = E(4X + 6Y) = 4E(X) + 6E(Y) = 4 \times np + 6 \times mp \\\\Var(W) = Var(4X + 5Y) = 4^2Var(X) + 6^2 Var(Y) \\Var(W) = 16 \times np(1-p) + 36 \times mp(1-p)[/tex]

Thus,

The values are:

[tex]E(W) = 4np + 6mp\\Var(W) = 16np(1-p) + 36mp(1-p)[/tex]

Learn more about expectation and variance here:

https://brainly.com/question/26062265