Answer:
Explanation:
Hello!
Given the independent variable X and the dependent variable Y (see data in attachment)
The regression equation is
^Y= b₀ + bX
Where
b₀= estimation of the y-intercept
b= estimation of the slope
The formulas to manually calculate both estimations are:


n=7
∑X= 42
∑X²= 292
∑Y= 49
∑Y²= 403
∑XY= 249




^Y= 13.75 - 1.13X
Using the raw data you can calculate the coefficient of determination as:
![R^2= (b^2[sumX^2-((sumX)^2)/(n) ])/([sumY^2-((sumY)^2)/(n) ])](https://img.qammunity.org/2021/formulas/mathematics/college/4r6p1zic600hxapdp8yl6k3or7fmdyi8vw.png)
![R^2= ((-1.13)^2[292-((42)^2)/(7) ])/([403-((49)^2)/(7) ])= 0.84](https://img.qammunity.org/2021/formulas/mathematics/college/hh5m0yxwldwmtvsty6hhlycrku7h2yy9fo.png)
This means that 84% of the variability of the dependent variable Y is explained by the response variable X under the model ^Y= 13.75 - 1.13X
I hope this helps!