Answer:
- (b) y -16 = 3(x -9)
- (c) y = 3x -11
Explanation:
You are given a couple of points:
(years, heigh) = (6, 7) and (9, 16)
and asked to write a linear equation that they satisfy. In general, you need to find the slope using the slope formula:
m = (y2 -y1)/(x2 -x1)
m = (16 -7)/(9 -6) = 9/3 = 3
__
point-slope equation
The point-slope form of the equation for a line can be used with this information.
y -k = m(x -h) . . . . . . . . line with slope m through point (h, k)
Using the given points, you can write either of the equations ...
y -7 = 3(x -6) . . . . . using the first point
y -16 = 3(x -9) . . . . . using the second point. This matches choice B.
__
slope-intercept equation
Either of the point-slope equations can be rearranged to give the slope-intercept equation.
y -16 = 3(x -9)
y = 3x -27 +16 . . . . eliminate parentheses, add 16
y = 3x -11 . . . . . This matches choice C.
__
Additional comment
The first choice has the right slope, but uses a point not on the line (10, 6).
The last choice has the wrong slope and the wrong y-intercept.