You can put this solution on YOUR website! Find the equation of the line that contains the point (15, 5)
and has a slope 2/5.
------
Form:: y = mx + b
----
Solve for "b"::
5 = (2/5)15 + b
5 = 6 + b
b = -1
-----
Equation:
y = (2/5)x - 1
----------------
Cheers,
Stan H.