X=life time of the a relationship for couple.
"\\mu=5months\\\\\n\\lambda=\\frac{1}{\\mu}=\\frac{1}{5}=0.2\\\\\nX\\thicksim exp(0.2)"
"f(x)= \\begin{cases}\n 0.2e^{(-0.2x)} &\\text{if } x\\ge0 \\\\\n 0 &\\text{if } x<0\n\\end{cases}"
and
"F(x)= \\begin{cases}\n 1-e^{(-0.2x)} &\\text{if } x\\ge0 \\\\\n 0 &\\text{if } x<0\n\\end{cases}"
i)
"P(X>12)=1-P(X\\le12)\\\\\nP(X>12)=1-F(12)\\\\\nP(X>12)=1-(1-e^{(0.2*12)})\\\\\nP(X>12)=0.0907"
Probability that a couple in hong kong can last longer that 1 year =0.0907
ii)Median of a exponential distribution is given by,
"median=\\frac{ln(2)}{\\lambda}\\\\\nmedian=\\frac{ln(2)}{0.2}\\\\\n\\bold{median=3.4657}"
iii) Probability(P1) that a couple in hong kong can last longer that 1 year =0.0907
Probability(P)that exact three out of eight couples in hong kong can last longer than 1 year,
"P=\\binom{8}{3} P_1^3(1-P_1)^{8-3}\\\\\nP=\\frac{3!}{8!5!}*0.0907^3*(1-0.0907)^5\\\\\nP=5.7518*10^{-10}"
Probability that exact three out of eight couples in hong kong can last longer than 1 year="\\bold{5.7518*10^{-10}}"
Comments
Leave a comment