I have the linear regression model:
$Y_i= \alpha_0 + \alpha_1(X_i - \overline{X})$
Anyway I got through the method for find the least square estimator for $\alpha_0$ and end up with
$\sum_{i=1}^n \frac{\alpha_1(X_i-\overline{X})}{n}$
as part of my answer for $\alpha_0$ and I'm not sure how to compute this.