Jump to content
Urch Forums

eplownes

Members
  • Posts

    1
  • Joined

Converted

  • My Tests
    No

eplownes's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. If we have an empty room, and every week there is a 0.6 probability for a person to join, 0.2 probability for a person to leave, and 0.2 probability for no change (only one action can be performed per week), what is the probability that there are at least 40 people in the room after 104 weeks? (A) 0.42 (B) 0.55 © 0.61 (D) 0.67 (E) 0.74 Please explain how you do it, thanks! One way is to use the normal approximation. Remember if we have a large number of independent and identically distributed random variables and we sum them together we can approximate the distribution of the total sum with a normal distribution (central limit theorem). Here the number of people after 104 weeks is the sum of 104 independent and identically distributed random variables. Let Y be the random variable for the number of people added in a given week. Then E[Y] = {1*0.6+(-1)*0.2} =0.4. and Var[Y]=(1*0.6+1*0.2)-0.4^2=0.64. So the total sum after 104 weeks is approximated by a normal distribution N with E[N]=104*0.4=41.6 and Var[N]=104*0.64 = 66.56. So... now what's the probability we have more than 40 people? First we have to standardize the normal distribution by subtracting out the mean and divided by the standard deviation. (39-41.6)/sqrt(66.56) = -0.319. Find the probability that a standard normal random variable is greater than or equal to -0.319. For this... you need a cumulative normal distribution table. I'll look it up for you... and the result is that there is 0.38 probability that there are less than or equal to 39 people, so there is a 0.62 probability that there are 40 people or more. There could be an issue with the fact that you cannot leave the room if nobody is there. The problem as it is described is physically unrealistic as you could technically end up with a negative number of people in the room in the end.
×
×
  • Create New...