document.write( "Question 233527: Find the equation of the line that goes through the given point and has the given slope. Write the answer in slope-intercept form
\n" );
document.write( "(-1, -5), -8
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #172426 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! (-1, -5), -8 \n" ); document.write( ". \n" ); document.write( "Plug given data into \"point-slope\" form of: \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - (-5) = -8(x - (-1)) \n" ); document.write( "y + 5 = -8(x + 1) \n" ); document.write( "y + 5 = -8x - 8 \n" ); document.write( "y = -8x - 13 \n" ); document.write( " \n" ); document.write( " |