[Math] Calculating Slope of Line of Best Fit with Y-intercept of 0

linear regression

I have a TI-83 Plus CE that I can use to calculate the line of best fit for a set of points. However, I cannot force that line to go through (0,0). I was wondering how I should find the line of best fit that goes through (0,0) by hand or with a calculator. Thanks in advance.

Best Answer

The regression line $y=ax$ can be fitted using the least square method:$$a =\frac{\sum{x_i y_i}}{\sum{x_i^2}}$$