document.write( "Question 776802: A line passes through the point (-8,-7) and has a slope of 2 . Write an equation for this line. \n" ); document.write( "
Algebra.Com's Answer #473825 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Using equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "a = -8, b = -7 and m = 2 \n" ); document.write( "y -(-7) = 2(x - (-8)) \n" ); document.write( "y + 7 = 2(x + 8) \n" ); document.write( "y + 7 = 2x + 16 \n" ); document.write( "y = 2x + 16 - 7 \n" ); document.write( "y = 2x + 9 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |