Question #95832
Q2
You are to take a multiple-choice exam consisting of 100 questions with five possible responses to each. Suppose that you have not studied and so must guess (select one of the five answers in a completely random fashion) on each question. Let random variable X represent the number of correct responses on the exam.
a) Specify the probability distribution of X
b) What is your expected number of correct responses?
c) What are the values of the variance and standard deviation of X?
d) What is the probability that you will get exactly the expected number of correct responses?

Q3
The number of elementary particles, recorded by a device in a space vehicle during a one-day flight, has a Poisson distribution with a mean of 3.0 particles. Find the probability that during a one-day flight there will be:
(a) no particle recorded
(b) at least 4 particles recorded
1
Expert's answer
2019-10-07T10:07:08-0400

Question 2.

a) XX is defined as the number of success (correct answers) in a series of independent experiments (answering the questions "at random") thus XBin(n,p)X \sim {\text{Bin(}}n,p{\text{)}} - binomial distribution with n=100n = 100 and p=15p = \frac{1}{5} where probability mass function is

pX(k)=(nk)pk(1p)nk=(100k)(15)k(45)100k{p_X}(k) = \binom{n}{k}{p^k}{(1 - p)^{n-k}}=\binom{100}{k}{(\frac{1}{5})^k}{(\frac{4}{5})^{100-k}}

where (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!} - binomial coefficient

b) We need to find a formula for expected value EX\mathbb{E} X . The easiest way to do it - represents our random variable XX as a sum of other random variables (independent) X=i=1nYiX = \sum\limits_{i = 1}^n {{Y_i}} where Yi{{Y_i}} is defined as a result of one experiment (yes-no). Its probability mass function is

pY(k)={1p,k=0p,k=1{p_Y}(k) = \begin{cases} 1-p, & k=0 \\ p, & k=1 \end{cases}

So it is easy to find its expected value


EY=k=01kpY(k)=0(1p)0+1p=p\mathbb{E} Y = \sum\limits_{k = 0}^1 {k{p_Y}(k)} = 0 \cdot (1 - p) \cdot 0 + 1 \cdot p = p

And now we can find the expected value of binomial distribution as (we use that expected value of sum is the sum of expected values)


EX=Ei=1nYi=i=1nEYi=i=1np=np\mathbb{E} X = \mathbb{E} \sum\limits_{i = 1}^n {{Y_i}} = \sum\limits_{i = 1}^n {\mathbb{E} {Y_i}} = \sum\limits_{i = 1}^n p = np

Let's calculate it in our case


EX=np=10015=20\mathbb{E} X = np = 100 \cdot \frac{1}{5} = 20


c) We can find the variance using the same way as in b). We shall use that


DY=E(Y2)(EY)2\mathbb{D} Y = \mathbb{E}({Y^2})- {(\mathbb{E} Y)^2}E(Y2)=k=01k2pY(k)=0(1p)0+1p=p\mathbb{E} ({Y^2}) = \sum\limits_{k = 0}^1 {{k^2}{p_Y}(k)} = 0 \cdot (1 - p) \cdot 0 + 1 \cdot p = pDY=EX2(EX)2=pp2=p(1p)\mathbb{D} Y = \mathbb{E} {X^2} - {(\mathbb{E} X)^2}=p - {p^2} = p(1 - p)

And now let's use that variance of sum is sum of variances in case of independent (or uncorrelated, more explicitly) random variables


DX=Di=1nYk=i=1nDYk=i=1np(1p)=np(1p)\mathbb{D} X = \mathbb{D} \sum\limits_{i = 1}^n {{Y_k}} = \sum\limits_{i = 1}^n {\mathbb{D} {Y_k}} = \sum\limits_{i = 1}^n {p(1 - p)} = np(1 - p)

Let's do the calculations


DX=1001545=16\mathbb{D} X = 100 \cdot \frac{1}{5} \cdot \frac{4}{5} = 16

Standard deviation is the square root of variance


σX=DX=4{\sigma _X} = \sqrt {\mathbb{D} X} = 4

d) We need to calculate P(X=20)=pX(20)=(10020)p20(1p)80P(X = 20) = {p_X}(20)=\binom{100}{20}{p^{20}}{(1 - p)^{80}} but it can't be done wihout computer. We can use De Moivre–Laplace theorem which claims Bin(n,p)N(np,np(1p)){\text{Bin(}}n,p{\text{)}} \to N(np,np(1 - p)) as n+n \to + \infty and pp remains fixed. So in means that


(nk)pk(1p)nk12πnp(1p)e(knp)22np(1p)\binom{n}{k}{p^k}{(1 - p)^{n-k}} \to \frac{1}{{\sqrt {2\pi np(1 - p)} }}{e^{ - \frac{{{{(k - np)}^2}}}{{2np(1 - p)}}}}

and now we can do the calculations


P(x=20)12π1000.20.8e201000.221000.20.80.0997P(x = 20) \approx \frac{1}{{\sqrt {2\pi \cdot 100 \cdot 0.2 \cdot 0.8} }}{e^{ - \frac{{20 - 100 \cdot 0.2}}{{2 \cdot 100 \cdot 0.2 \cdot 0.8}}}} \approx 0.0997

Question 3.

a) The probability mass function for Poisson distribution with mean λ{\lambda} has the form


p(k)=λkeλk!p(k) = \frac{{{\lambda ^k}{e^{ - \lambda }}}}{{k!}}

Thus probability that zero particles will be recorded is


P(X=0)=p(0)=30e30!=e30.049787P(X = 0) = p(0) = \frac{{{3^0}{e^{ - 3}}}}{{0!}} = {e^{ - 3}} \approx 0.049787

b) We need to find the probability P(X4)P(X \geqslant 4) . We shall use that k=0nλkeλk!=1\sum\limits_{k = 0}^n {\frac{{{\lambda ^k}{e^{ - \lambda }}}}{{k!}}} = 1 thus


P(X4)=k=4nλkeλk!=1k=03λkeλk!P(X \geqslant 4) = \sum\limits_{k = 4}^n {\frac{{{\lambda ^k}{e^{ - \lambda }}}}{{k!}}} = 1 - \sum\limits_{k = 0}^3 {\frac{{{\lambda ^k}{e^{ - \lambda }}}}{{k!}}}P(X4)=130e30!31e31!32e32!33e33!P(X \geqslant 4) = 1 - \frac{{{3^0}{e^{ - 3}}}}{{0!}} - \frac{{{3^1}{e^{ - 3}}}}{{1!}} - \frac{{{3^2}{e^{ - 3}}}}{{2!}} - \frac{{{3^3}{e^{ - 3}}}}{{3!}}

Do the calculations


P(X4)=113e30.352768P(X \geqslant 4) = 1 - 13{e^{ - 3}} \approx 0.352768




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS