193k views
1 vote
Each contestant in the Hunger Games must be trained to compete. Suppose that the time it takes to train a contestant has mean 10 days and standard deviation 2 days, independent of the time it takes other contestants to train. If the Hunger Games has 12 contestants to train, use the Central Limit Theorem to approximate the probability that it will take more than 150 days to train all the contestants. Leave your answer in terms of the standard normal distribution phi(a).

1 Answer

6 votes

Answer:


P(X>150) = \Phi(-4.3301)

Explanation:

Let the random variable
X_i, 1\leq i \leq 12 denote the time needed to train a contestant.

Suppose that the time it takes to train a contestant has mean 10 days and standard deviation 2 days, independent of the time it takes other contestants to train. Therefore,


E(X_i) = 10, Var(X_i) = 4

Let
X be a random variable that counts the number of days needed to train all candidates. Thus,


X = \sum_(i=1)^(12) X_(i)

Then, by taking expectation of both sides, we obtain


E(X) = E \left(\sum_(i=1)^(12) X_(i) \right)

Because of the linearity of expectation, we obtain


E(X) = \sum_(i=1)^(12) E(X_(i))

It is given that for all
1 \leq i \leq 12


E(X_i) = 10

Now, we have that


E(X) = \sum_(i=1)^(12) E(X_(i)) = \sum_(i=1)^(12) 10 = 12 \cdot 10 = 120

which means that the total time needed to train all candidates is 120 days.

Let's calculate the variance of
X. It is given that the time needed to train one candidate is independent of the time it takes other contestants to train. Hence, we know that
X_i, 1 \leq i\leq 12 are independent. Therefore, the variance of a sum of 12 random variables equals the sum of variances of each of them and we obtain


Var(X) = Var\left( \sum_(i=1)^(12) X_i \right) = \sum_(i=1)^(12) Var(X_i)

It is given that for all
1 \leq i \leq 12


Var(X_i) = 4

Now, we have that


Var(X) = \sum_(i=1)^(12)Var(X_(i)) = \sum_(i=1)^(12) 4 = 12 \cdot 4 = 48

Apply the Central Limit Theorem.


(X- E(X))/(√(Var(X)) ) = (X- 120)/(√(46) ) : N(0,1)

Now, let's calculate the probability that it will take more than 150 days to train all the contestants.


P(X> 150 ) = 1 - P(X\leq 150) \\\\\phantom{P(X> 150 ) }= 1- P\left( (X- 120)/(√(46) ) \leq (150- 120)/(√(46) ) \right)\\\\\phantom{P(X> 150 )} = 1- P\left( (X- 120)/(√(46) ) \leq (30)/(√(46) ) \right)\\\\\phantom{P(X> 150 )} = 1 - P(Z \leq 4.3301), Z:N(0,1)\\\\\phantom{P(X> 150 )} = 1 - \Phi(4.3301) \\\\\phantom{P(X> 150 )} = \Phi(-4.3301)

Therefore, the approximation by the Central Limit Theorem that it will take more than 150 days to train all the contestants is


P(X>150) = \Phi(-4.3301)

User Sabil
by
5.0k points