I saw this question from an AQA exam:-
The discrete random variable $X$ has probability distribution given by
$P(X = x) = \dfrac {e^{-\lambda}\lambda ^x}{x!}$ for x = 0, 1, 2, … or 0 otherwise.
Find Var(X).
My questions are:-
(1) When I see the probability distribution, I should immediately recognize (assume) that it is a POISSON distribution even the question did not mention that explicitly? (Y/N)
(2) To find Var (X) in general, I should use the standard formula $Var (X) = E(X^2) – (E(X))^2$. But if it is a POISSON distribution, I should use the formula $Var(X) = E(X(X-1))$ instead (meaning the mentioned standard formula should NOT be used at all)? (Y/N)
(3) Can $Var(X) = E(X(X-1))$ be derived from $Var (X) = E(X^2) – (E(X))^2$ for all distributions; or the second is true only when the distribution is POISSON? And if it is derivable please give me a link.
Sorry for reading the marking scheme wrongly. Instead of re-writing my original post, I include the correction in here:-
The question has the first part "Show that $E(X) = \lambda$".
To find Var(x), we need to find $E(X(X - 1)) = ... = \lambda ^2$ first.
Next, from the standard formula, $Var (X) = E(X(X - 1)) + E(X) - (E(X))^2 = E(X(X - 1)) + \lambda - \lambda ^2 = \lambda$.
My further question is then "in finding Var(X), is introducing the x(x-1) factor to the summand in the summation a standard trick?"