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