Question 828298
---
the given data is not linear, which you can verify as follows:
11 7.5
13.75 6
15 5.5
16.5 5
27.5 3
---
copy and paste the above data into this linear regression solver:
https://sooeet.com/math/linear-regression.php
---
as you can see, the given data points do not fit the line perfectly, but you can use the line as a linear model of the given data, and use the linear model to estimate y for x=33 as follows:
---
linear model:
b = y-intercept = 9.54191291
m = slope = -0.247278383
---
slope-intercept form of linear model:
y = -0.247278383x + 9.54191291
---
y(33) = -0.247278383*33 + 9.54191291
y(33) = 1.381726271000002
---
answer:
if the boat gets 33 mpg, to travel the fixed distance the boat would be needed about 1.4 gallons of fuel
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php