to describe a plane from a linear equation, you need to indicate two elements. first, you need the position vector that is perpendicular to the area of the plane, also known as the Normal vector. then, you need the location of the point in the plane.
x + y + z - 5 = 0
N = <1, 1, 1>...