document.write( "Question 775601: Write an equation of the line that passes through (1,-1) and is perpendicular to the line y= -1/2x+6.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #473044 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Lines that are perpendicular to one \n" ); document.write( "another have slopes (m) that multiply \n" ); document.write( "to give -1 \n" ); document.write( "y = -1/2x + 6 \n" ); document.write( "Has a slope (m) of -1/2 \n" ); document.write( "So, the line that is perpendicular \n" ); document.write( "to it has a slope of 2 \n" ); document.write( "-1/2 * 2 = -1 \n" ); document.write( "Using y - b = m(x - a) with (1,-1) \n" ); document.write( "with a = 1, b = -1 and m = 2 \n" ); document.write( "y - (-1) = 2(x - 1) \n" ); document.write( "y + 1 = 2x - 2 \n" ); document.write( "y = 2x - 2 - 1 \n" ); document.write( "y = 2x - 3 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |