Suppose that the random variables $Y_1... Y_n$ satisfy $Y_i = \beta x_i + ϵ_i$ , i = 1...n where $x_i$ are fixed constants and the $ϵ_i$ are iid Normally distributed random variables with mean zero and variance $\sigma^2$
I need to show if the estimator $$\beta_a = \frac{\sum_{i=1}^n x_iY_i}{\sum_{i=1}^n x_i^2}$$ is an unbiased estimator of $\beta$ or not. I understand that I have to show that $E(\beta_a) = \beta$ for $\beta_a $ to be an unbiased estimator of $\beta$. I have first simplified $\beta_a$ by replacing $Y_i$ with $\beta x_i + ϵ_i$ ,used some basic summation properties and took $E(\beta_a) $and arrived at the following equation: $$E(\beta_a) = \beta + \frac{E(\sum_{i=1}^n x_iϵ_i)}{\sum_{i=1}^n x_i^2}$$
Not sure how to proceed after this. I also need to find the variance of the estimator $\beta_a$.
By linearity of expectation,
$$ E\left(\sum_{i=1}^nx_i\epsilon_i\right)=\sum_{i=1}^nx_iE\left(\epsilon_i\right)=0\;. $$