We are working with 2 points (4,3) and (10,15).
Use these two points to find the slope of the line. m = (y2-y1)/(x2-x1).
m = (15-3)/(10-4) = 12/6=2
Next use the point-slope form of the equation of a line. y-y1=m(x-x1)
You can use either point as your (x1,y1). I will use (4,3).
y-3 = 2(x-4)
If you need this equation in slope intercept form, distribute the 2 on the right.
y-3 = 2x-8
and then add 3 to both sides
y = 2x-5
If you need to show the equation in standard form, subtract 2x from both sides
-2x+y=-5
then multiple all terms by -1
2x-y=5