Alexander C. answered 06/15/22
A practiced Mathematician.
Whenever you wish to find the perpendicular of a line whose plane equation is ax+by=c, the first thing is to swap the letters a and b, and make one of them negative, like so: -bx+ay.
Next, equate this to some unknown number, let's say d, which then you plug in the condition for, in this case (0,2). So -b*0+a*2=d, so d=2a.
Now you have the value d and your resulting equation is -bx+ay=d.