Hi Axel T
Using the coordinates given, you can first calculate the slope, then use either point to calculate b in the Slope Intercept Form
Given (7, 6) and (9. 12)
Let (7, 6) = x1, y1
Let (9, 12) = x2, y2
The slope m
m = (y2 - y1)/(x2 - x1)
m = (12 - 6)/(9 - 7) = 6/2 = 3
m= 3
Next we want
y = mx + b
Using (9, 12)
12 = 3(9) + b
12 = 27 + b
12 - 27 = b
-15 = b
Your line in slope intercept form
y = mx + b
y = 3x - 15
You can plug in x of the other coordinates given to check
y = 3(7) -15
y = 21 - 15
y = 6
The coordinates were (7, 6) so that checks out
I hope you find this useful