Please help, I need to calculate the gradient of a straight line that passes through the points (4,3) and (10,0)

(4,3) , (10,0).

Slope = (y2 - y1) / (x2 - x1)
= (0-3) / (10 - 4) = -1/2