
Bradford T. answered 11/02/20
Retired Engineer / Upper level math instructor
For a linear equation, y = mx + b where this m is the slope
From the table, we can generate two equations
m + b = 10 (Eq 1)
2m + b = 35 (Eq 2)
Subtracting Eq 2 from Eq 1 to eliminate b.
2m + b = 35
-m - b = -10
-------------------
m = 25 Which is the slope for the equation (not the number of lawns mowed, confusing, huh?)
and substituting m = 25 into Eq1:
25 + b = 10 ---> b = -15 (The expenses for the weekend)
So the model would be
P(x) = 25x - 15
or
P(m) = 25m - 15 to used m as the number of lawns instead of x, the same form as the table.