document.write( "Question 1068684: Find the equation of the line that is perpendicular to the line 2x+3y=-17 and which passes through point (2,5) \n" ); document.write( "
Algebra.Com's Answer #683950 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2x+3y=-17 \n" ); document.write( "3y=-2x-17 \n" ); document.write( "y=(-2/3)x-17/3. That slope is -2/3 \n" ); document.write( "The line perpendicular to that has a slope that is the negative reciprocal, or 3/2 \n" ); document.write( "point-slope y-y1=m(x-x1) m is slope and (x1,y1) is point. \n" ); document.write( "y-5=(3/2)(x-2) \n" ); document.write( "y-5=(3/2)x-3 \n" ); document.write( "y=(3/2)x+2 \n" ); document.write( " |