53Mark53 said:
I am trying to find the line that is normal to the equation why do I need know if it perpendicular to the plane?
A line isn't "normal to an equation." It can be normal to a plane, which is exactly the same as saying the line is perpendicular to the plane.
53Mark53 said:
would I use the dot product to see if it is perpendicular?
Sure you could do that, but it's not necessary. You chose the vector <-3, -2, 2> by inspection, I think, from the plane's equation -3x - 2y + 2z = 0. The line you found has the same direction as the plane's normal, right?
Since you're uncertain about things, maybe verifying that the normal is perpendicular to the plane is a good idea. To do this, take the dot product of any vector that lies in the plane with the normal vector. You can find a vector in the plane by using the plane's equation to find two points, and forming a vector between these two points. Then take the dot product of that vector and the normal <-3, -2, 2>.
BTW, the equation of the plane could also be written as 3x + 2y - 2z = 0, with the normal being <3, 2, -2>. The two equations are equivalent, meaning that they both describe exactly the same set of points, but the vector <3, 2, -2> points in the opposite direction as the normal you found. Although these two vectors are different, both are perpendicular to the plane in this problem.