document.write( "Question 1091324: Find the equation of the line that is perpendicular to y – x = 1, and passes through the point (3,3). \n" ); document.write( "
Algebra.Com's Answer #705691 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! rewrite as y=x+1. This is in slope intercept form with slope=1 \n" ); document.write( "use point slope formula with y-y1=m(x-x1) where m is slope and (x1,y1) point. \n" ); document.write( "Perpendicular lines have a negative reciprocal slope, so the slope of the line desired is -1 \n" ); document.write( "y-3=-1(x-3) \n" ); document.write( "y-3=-x+3 \n" ); document.write( "y=-x+6 \n" ); document.write( " |