Concept:The gradient measures how steep a line is. For two points, it is the vertical change divided by the horizontal change.Explanation:Let the first point be (x1,y1)=(3,2) and the second point be (x2,y2)=(1,4).Use the gradient formula: m=x2−x1y2−y1.Substitute the coordinates: m=1−34−2.Compute the numerator: 4−2=2.Compute the denominator: 1−3=−2.So m=−22=−1.The negative value shows that as x increases, y decreases.Answer:The gradient is −1. Therefore, the correct option is C.