Die obige Antwort ist sehr schön und beantwortet die Frage vollständig, aber ich werde stattdessen eine allgemeine Formel für das erwartete Quadrat einer Summe bereitstellen und sie auf das hier erwähnte spezifische Beispiel anwenden.
Für jeden Satz von Konstanten ist es eine Tatsachedassa1,...,an
(∑i=1nai)2=∑i=1n∑j=1naiaj
this is true by the Distributive property and becomes clear when you consider what you're doing when you calculate (a1+...+an)⋅(a1+...+an) by hand.
Therefore, for a sample of random variables X1,...,Xn, regardless of the distributions,
E⎛⎝[∑i=1nXi]2⎞⎠=E(∑i=1n∑j=1nXiXj)=∑i=1n∑j=1nE(XiXj)
provided that these expectations exist.
In the example from the problem, X1,...,Xn are iid exponential(λ) random variables, which tells us that E(Xi)=1/λ and var(Xi)=1/λ2 for each i. By independence, for i≠j, we have
E(XiXj)=E(Xi)⋅E(Xj)=1λ2
There are n2−n of these terms in the sum. When i=j, we have
E(XiXj)=E(X2i)=var(Xi)+E(Xi)2=2λ2
and there are n of these term in the sum. Therefore, using the formula above,
E(∑i=1nXi)2=∑i=1n∑j=1nE(XiXj)=(n2−n)⋅1λ2+n⋅2λ2=n2+nλ2
is your answer.