document.write( "Question 1120869: find the equation of line passing through A(-2,3) and perpendicular to the line 2x-3y+6=0 \n" ); document.write( "
Algebra.Com's Answer #736553 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Rewrite equation of line as 3y=2x+6 or y=(2/3)x+2 \n" ); document.write( "perpendicular line has negative reciprocal slope or -3/2 \n" ); document.write( "point-slope formula y-y1=m(x-x1) where m slope and (x1, y1) point \n" ); document.write( "y-3=(-3/2)(x+2) \n" ); document.write( "y-3=-(3/2)x-3 \n" ); document.write( "y=-3/2 x \n" ); document.write( " |