Stephanie, can you post an image of the graphed equation? Your final result should be an equation with the same slope as the graphed line, and which also satisfies the condition f(-3) = 2
Assuming the graphed equation is linear, you can use the point-slope or slope-intercept methods to find the slope of the graphed equation:
Choose two points on the graph (x1, y1,) and (x2, y2) to find the slope:
slope = m = (y2 - y1) / (x2 - x1)
then substitute m and the point values (-3, 2,) into the point-slope formula for (xp, yp).
y - yp = m*(x - (xp)
y - 2 = m*(x - (-3)) = m*(x + 3);, distribute m to each value inside parentheses (x+3)
y -2 = m*x + 3*m, add 2 to each side of the equation for your result
y = m*x + 3*m +2
OR
use slope-intercept and substitute the values of (-3, 2,) for x and y respectively to find the value of b
y = m*x + b
2 = m*(-3) + b, where b = 3*m + 2 (same result as above)
y = m*x + 3*m + 2