Determine an orthonormal basis where two of the basevectors are parallel to the plane 6x-5y-5z=6.
My attempt:
The normal vector is (6,-5,-5) and it is perpendicular to the plane.
so for v1 and v2 to be parallel to the plane, the dot product between v1,2 and n needs to be 0.
So if I for example chose (-5,5,-11) as v1, the dot product would be -5*6+5(-5)-11(-5)=0.
This SHOULD mean that v1 is parallel to plane, right? The reason I'm asking is because if I plug in the coordinates (-5,5,-11) into the plane equation it gives me 0, and not 6.