David M. answered 11/23/18
Dave "The Math Whiz"
Make 2 points where the x coordinate is weight and the y coordinate is the mpg:
Point 1 (2100,35) Point 2 (3000,27)
Because it is a linear relationship, you can set this up in the form y=mx+b where m is the slope and b is the y-intercept. You can solve for m by the change in y/change in x: m=(3000-2100)/(27-35)
m=(900)/(-8)
m=-112.5
We can solve for b by using either point. Let's use Point 1:
y=mx+b
35=(-112.5)(2100)+b
35=-236250+b
b=35+236+250
b=236285
So, now your equation is y=(-112.5)x + 236285 and we want to know what x is when y is 25:
25=(-112.5)x+236285
25-236285=-112.5x
-112.5x=-236260
x=-236260/-112.5
x=2100.09
Therefore, the weight of the car is about 2100.09 lbs.