edited by
24,806 views
65 65 votes
If a random variable $X$ has a Poisson distribution with mean $5$, then the expectation $E\left [ \left ( x+2 \right )^{2} \right ]$ equals ___.

8 Answers

Best answer
107 107 votes

In Poisson distribution :

Mean  =  Variance  as n is large and p is small

And we know:

$\text{Variance}  =  E\left(X^{2}\right)  -   [ E(X) ]^{2}$  

$\Rightarrow E(X^{2})     =  [ E(X) ]^{2}  + \text{Variance}$

$\Rightarrow E(X^{2})     =   5^{2}   + 5$

$\Rightarrow E(X^{2})     =   30$

So, by linearity of expectation,

$E[(X + 2)^{2} ]   =   E[ X^{2} + 4X + 4 ]$

$\quad = E(X^{2})   +   4 E(X)  +  4$

$\quad =30  +  (4 \times 5)  +  4$

$\quad = 54$

edited by
15 15 votes

E(X2+4X+4) = E(X2) + E(4X) + E(4)

we know that V(x) = E(x2) - (E(x))2   =    5 = E(x2) - 25        =>  E(x2) = 30

So      30 + 4*5 + 4  =  54

2 2 votes
In Poisson distribution of a random variable X, $E[X] = Variance[X] = \lambda$

$E[X]=5\; (Given)$

$E[X+2]=E[X]+E[2]=5+2=7$

$Variance[X+2]=Variance[X]+Variance[2]=5+0=5$

$\Rightarrow Variance[X+2] = E[{(X+2)}^{2}] - {(E[X+2])}^{2}$

$\Rightarrow 5 = E[{(X+2)}^{2}] - {7}^{2}$

$\Rightarrow E[{(X+2)}^{2}] = 54$
2 2 votes

As it is given in the question that mean = 5 

so,we have E[x] = Y = 5 and VAR[x] = Y = 5

Now, E [ (x+2)^2 ] = E [ x^2 + 4x + 4 ]

                            = E [x^2] + 4E [ x ] + 4

                             =E [x^2] + 20 + 4

we can calculate E [x^2] using VAR [x] 

VAR [ x ] = E [x^2] - (E [x])^2

so,E [x^2] =  VAR [ x ] + (E [x])^2

                 = 5 + 25

                 = 30

Finally ,

E [ (x+2)^2 ] = E [x^2] + 20 + 4

                     = 30 + 20 + 4

                     =54

E [ (x+2)^2 ] = 54

Answer:
Position:
Show:

Related questions

86 86 votes
9 answers 9 answers
26.2k
26.2k views
Arjun asked Feb 14, 2017
26,236 views
For any discrete random variable $X$, with probability mass function $P(X=j)=p_j, p_j \geq 0, j \in \{0, \dots , N \}$, and $\Sigma_{j=0}^N \: p_j =1$, define the polynom...
4 4 votes
2 2 answers
1.5k
1.5k views
go_editor asked Sep 13, 2018
1,461 views
Suppose $X$ and $Y$ are two independent random variables both following Poisson distribution with parameter $\lambda$. What is the value of $E(X-Y)^2$ ?$\lambda$$2 \lambd...
4 4 votes
2 2 answers
1.7k
1.7k views
Arjun asked Sep 23, 2019
1,734 views
The number of cars $(X)$ arriving at a service station per day follows a Poisson distribution with mean $4$. The service station can provide service to a maximum of $4$ c...