Respuesta :
I will attach google sheet that I used to find regression equation.
We can see that linear fit does work, but the polynomial fit is much better.
We can see that R squared for polynomial fit is higher than R squared for the linear fit. This tells us that polynomials fit approximates our dataset better.
This is the polynomial fit equation:
[tex]T(h)=20.2-3.6h-0.875h^2[/tex]
I used h to denote hours. Our prediction of temperature for the sixth hour would be:
[tex]T(6)=20.2-3.6(6)-0.875(6)^2=-32.9[/tex]
Here is a link to the spreadsheet (https://docs.google.com/spreadsheets/d/17awPz5U8Kr-ZnAAtastV-bnvoKG5zZyL3rRFC9JqVjM/edit?usp=sharing)
We can see that linear fit does work, but the polynomial fit is much better.
We can see that R squared for polynomial fit is higher than R squared for the linear fit. This tells us that polynomials fit approximates our dataset better.
This is the polynomial fit equation:
[tex]T(h)=20.2-3.6h-0.875h^2[/tex]
I used h to denote hours. Our prediction of temperature for the sixth hour would be:
[tex]T(6)=20.2-3.6(6)-0.875(6)^2=-32.9[/tex]
Here is a link to the spreadsheet (https://docs.google.com/spreadsheets/d/17awPz5U8Kr-ZnAAtastV-bnvoKG5zZyL3rRFC9JqVjM/edit?usp=sharing)


Answer:
the answer is C: y = -0.875x^2 - 3.956x + 20.179
Step-by-step explanation: