128k views
4 votes
We have two urns. Urn 1 has 2 red balls and 3 yellow balls, while Urn 2 has 3 red balls and 7 yellow balls. We randomly select 75 balls form Urn 1, sampling with replacement. We independently randomly select 100 balls from Urn 2, sampling with replacement. Find the variance of the random variable defined as the number of red balls obtained from Urn 2 less the number of red balls obtained from Urn 1.

1 Answer

3 votes

Answer:


\sigma (y_1-y_2)=39

Explanation:

From the question we are told that:

Urn 1 :2 Red, 3 Yellow

Urn 2:3 Red, 7 Yellow

Sample 1
n_1=75\ balls

Sample 2
n_2=100\ balls

Generally the Probability of Red ball drawn is mathematically given by

For Urn 1


P(R)_1=(2)/(5)


P(R)_1=0.4

For Urn 2


P(R)_1=(3)/(10)


P(R)_1=0.3

Generally the equation for Variance of two independent variables
\sigma (y_1-y_2) is mathematically given by


\sigma (y_1-y_2)=\sigma y_2 +(-1)^2 \sigma(x_1)

Where red balls drawn from both Urn is Modeled


Urn_1\ is\ Modeled\ as (n_1=75,p_1=0.4)


Urn_2\ is\ Modeled\ as\ (n_2=100,p_2=0.3)


\sigma (y_1-y_2)=n_2 p_2(1_p_2)+n_1*p_1(1-p_1)


\sigma (y_1-y_2)=100*0.3(1-0.3)+75*0.4(1-0.4)


\sigma (y_1-y_2)=39

Therefore the variance of the random variable defined as the number of red balls is


\sigma (y_1-y_2)=39

User TheScholar
by
4.8k points