document.write( "Question 1064810: What is the equation of a line that is perpendicular to −x+3y=9 and passes through the point (−3,2)? \n" ); document.write( "
Algebra.Com's Answer #679915 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! rewrite as 3y=x+9 and divide by 3 to get y=(1/3)x+3. \n" ); document.write( "The slope is (1/3), so the perpendicular line has a negative reciprocal, meaning the product of both slope is -1. The slope of the perpendicular line is -3. \n" ); document.write( "point slope formula for (-3,2) \n" ); document.write( "y-y1=m(x-x1), m the slope, (x1,y1) the point \n" ); document.write( "y-2=-3(x-(-3)) \n" ); document.write( "y-2=-3x-9 \n" ); document.write( "y=-3x-7 \n" ); document.write( " |