Find the gradient of the line passing through the points (-2, 0) and (0, -4)
Answer Details
The gradient of a line describes how steep the line is, and it can be calculated as the change in the y-coordinate divided by the change in the x-coordinate between two points on the line. In this case, the two points are (-2, 0) and (0, -4), so the change in x is 0 - (-2) = 2, and the change in y is -4 - 0 = -4.
Therefore, the gradient of the line passing through these two points is -4 ÷ 2 = -2.
So, the answer is -2.