document.write( "Question 908640: SOLUTION: find the equation of the line that is perpendicular to the line y=2x-3 and passes through the point (-2,1) \n" ); document.write( "
Algebra.Com's Answer #551186 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! SOLUTION: find the equation of the line that is perpendicular to the line y=2x-3 and passes through the point (-2,1) \n" ); document.write( "------------ \n" ); document.write( "The slope of y=2x-3 is 2. (Did you know that?) \n" ); document.write( "The slope m of lines perpendicular is the negative inverse, = -1/2 \n" ); document.write( "------ \n" ); document.write( "y-y1 = m*(x-x1) \n" ); document.write( "y-1 = (-1/2)*(x+2) \n" ); document.write( " |