document.write( "Question 1159250: Write an equation of a line that passes through the point (-1,2) and is perpendicular to the line y=1/2x-3. \n" ); document.write( "
Algebra.Com's Answer #782229 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! perpendicular lines have slope products that are negative reciprocals of one another. \n" ); document.write( "the slope of the given line is 1/2 \n" ); document.write( "the perpendicular line has slope -2 \n" ); document.write( "point slope formula y-y1=m(x-x1) m slope (x1, y1) point \n" ); document.write( "y-2=-2(x+1) \n" ); document.write( "y=-2x \n" ); document.write( " |