You just need to review what has been done, keep the various N's straight, and understand it. Given that an converges to L, you are trying to show that
\frac {a_1 + ... + a_n} n \rightarrow L.
So this means that given \varepsilon > 0, you must find an integer N such that if n > N then
<br />
\left|\frac{a_1+...+a_n}{n}-L\right| < \varepsilon<br />
As in post #5, you know you can pick N1 such that if n > N1 then |a_n - L| < \varepsilon/ 4
<br />
\left|\frac{a_1+...+a_n}{n}-L\right| \leq \left| \frac{(a_1-L)+...+(a_{N_1}-L)}{n}+\frac{(a_{N_1+1}-L)+...+(a_n-L)}{n}\right|<br />
And you applied the triangle inequality to that to get:
<br />
\left|\frac{a_1+...+a_n}{n}-L\right| \leq \left| \frac{(a_1-L)+...+(a_{N_1}-L)}{n}\right|+\left|\frac{(a_{N_1+1}-L)+...+(a_n-L)}{n}\right|<br />
Now, in post #14 you saw now big you had to have n to be to make the first term small. Now let's call that N by the name N2, since we are already using N1 and want to save N for the final one. And remember that if N2 isn't already greater than N1, take it large enough so that it is, so now if n > N2 you have the first term less than \varepsilon/2 and |a_n - L| < \varepsilon/ 4.
Now use what you know about the second term and you should be able to see the finish line.