Please help and provide explanation I want to understand this!

We will have to find the equation that follows the form:
[tex]a+bx=y[/tex]That is:
*The value of a is:
[tex]a=547.4666667[/tex]*The value of b is:
[tex]b=29.91428571[/tex]So, the linear regression is:
[tex]y=29.91428571x+547.4666667[/tex]We can see it graphically as follows:
Here we can see the linear regression line and the points used.
***How to manually determine linear regressions***
We will start as follows:
We will have to use the following expressions in order to manually find the linear regression:
[tex]b=\frac{n(\sum^{}_{}xy)-(\sum^{}_{}x)(\sum^{}_{}y)}{n(\sum^{}_{}x^2)-(\sum^{}_{}x)^2}[/tex]And:
[tex]a=\frac{\sum ^{}_{}y-b(\sum ^{}_{}x)}{n}[/tex]Here we have that n is the number of values on the dataset. So, we solve for b as follows [Based on the problem given]:
*We will determine the values of n, the sum of x, the sum of y, xy, x^2 & y^2 as follows:
Sum of x:
[tex]\sum ^{}_{}x=1+2+3+4+5+6\Rightarrow\sum ^{}_{}x=21[/tex]Sum of y:
[tex]\sum ^{}_{}y=588+298+640+650+707+730\Rightarrow\sum ^{}_{}y=3913[/tex]Value of n: We have that the number of datasets given is 6 [6 pairs of values on the table].
[tex]n=6[/tex]*The sum of xy:
[tex]\sum ^{}_{}xy=(1)(588)+(2)(598)+(3)(640)+(4)(650)+(5)(707)+(6)(730)\Rightarrow\sum ^{}_{}xy=14219[/tex]*The sum of X^2:
[tex]\sum ^{}_{}x^2=1^2+2^2+3^2+4^2+5^2+6^2\Rightarrow\sum ^{}_{}x^2=91[/tex]*The square of the sum of x:
[tex](\sum ^{}_{}x)^2=21^2\Rightarrow(\sum ^{}_{}x)^2=441[/tex]Now that we have all the values, we replace in the first equation and solve for b:
[tex]b=\frac{(6)(14219)-(21)(3913)}{(6)(91)-(441)}\Rightarrow b=29.91428571[/tex]And we solve now for a:
[tex]a=\frac{(3913)-(29.91428571)(21)}{(6)}\Rightarrow a=548.4666667[/tex]And then we simply replace on the expression:
[tex]y=bx+a[/tex]And the expression after the replacement of a & b is the linear regression.