Two standard forms of writing a plane equation?
y=mx+b
y-y0 = m(x-x0)
Slope of a plane, given two points?
m=(y2-y1)/(x2-x1)
Slope of a perpendicular line, given one of the two slopes?
(m1*m2)= -1
Slope of a parallel line
m1 = m2
Midpoint of two coordinates?
M = (x2-x1)/2, (y2-y1)/2
Distance between any two coordinates?
D = Sq.root [(y2-y1)^2 + (x2-x1)^2]