Defining a Plane using a Normal Vector and a Point
Now, this is what we do:
First, we have to make up a point: $(x,y,z)$ which is where the normal vector intersects the plane.
Now, we draw the vector from $(-2, 7, 8)$ to $(x,y,z)$ = $< x + 2, y - 7, z - 8> $ and that must be perpendicular to the normal vector.
Now, recall from before, we took the dot products between the two vectors, and if they equalled zero, that meant that they were perpendicular. $$ < x+2,y-7,z-8> \cdot <1,2,5> = (x+2) + 2\cdot (y-7) + 5 \cdot (z-8) = 0$$ $$x + 2y + 5z + 2 - 14 - 40 = 0 \Rightarrow \boxed{x + 2y + 5z = 52} $$
Generalization
Redo of the Initial Problem
Defining a Plane using Three Points
We know how to solve this kind of problem. $$-17x - 8y + 23z = D$$ $$-17\cdot 1 - 8\cdot (-3) + 23 \cdot 5 = -17 + 24 + 115 = D = 122$$ $$\text{Our answer is } \boxed{-17x - 8y + 23z = 122}$$
David Witten