9514 1404 393
Answer:
y = 14x + 10
Explanation:
We are given two points, (x, y) = {(5, 80), (3, 52)}. The 2-point form of the equation for a line can be used to find the equation.
y = (y2 -y1)/(x2 -x1)(x -x1) +y1
y = (52 -80)/(3 -5)(x -5) +80 . . . . . fill in the given values
y = (-28/-2)(x -5) +80 . . . . . simplify a bit
y = 14x -70 +80 . . . . . eliminate parentheses; next, collect terms
y = 14x +10