What are the missing values

Answer:
The value underneath 6 is -27 and the value underneath 7 is -32
Step-by-step explanation:
In order to find these, we first need to model the equation. We can do that by using the two points we have to find the slope.
m (slope) = (y2 - y1)/(x2 - x1)
m = (-7 - -17)/(2 - 4)
m = 10/-2
m = -5
Now we can find the intercept by using either point and slope intercept form.
y = mx + b
-7 = -5(2) + b
-7 = -10 + b
3 = b
Now we can model the equation using those two pieces.
y = -5x + 3
With this modeled, we can plug 6 and 7 in for x to find the outputs.
y = -5x + 3
y = -5(6) + 3
y = -30 + 3
y = -27
y = -5x + 3
y = -5(7) + 3
y = -35 + 3
y = -32