Y-bar = (1/n)*sum(from t=1 to t=n)(Yt). For our fifth process, this becomes: Y-bar = (1/50)*sum(from t=1 to t=50)(et-et-1). We remove mu because we know the variance of a constant is zero.
The summation yields: (e1-e0)+(e2-e1)+(e3-e2)+...+(e49-e48)+(e50-e49). Note the cancelations within.
Plugging this summation back in, we find Y-bar = (1/50)(e50-e0). From here we can easily find the variance:
Var(Y-bar) = (1/50)2Var(e50-e0). Recall, the e's are independent and identically distributed, so you should reach your original 2/2500. Let me know if you have any further questions.
RDH