How do you work out the gradient between two coordinates?
(Y2-Y1)➗(X2-X1)
What is the equation for a linear line?
Y-Y1 = M(X-X1)
What is the gradient of the perpendicular to line Y = (3x) + 2?
-(1/3)
If two lines are perpendicular then what is the product of their gradients equal to?
-1
What do “M” and “C” represent in a linear line of Y = Mx +C?
M = Gradient C = Value of of y for the y-axis intercept