document.write( "Question 1169616: a) Perpendicular lines have the SAME slope. (TRUE/FALSE)\r
\n" );
document.write( "\n" );
document.write( "b) The equation of the line that goes through points (3,-9) and (-2,-4) is y = -x - 6. (TRUE/FALSE)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #794395 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! a) FALSE. Perpendicular lines have slopes that are related by \n" ); document.write( "\n" ); document.write( "b) y-y0 = m(x-x0), m = (-4-(-9)) / (-2-3) = 5/(-5) = -1\r \n" ); document.write( "\n" ); document.write( "y-(-9) = -1*(x - 3) \n" ); document.write( "y+9 = -x+3\r \n" ); document.write( "\n" ); document.write( "subtract 9 from both sides: \n" ); document.write( "y = -x-6 (TRUE) \n" ); document.write( " |