document.write( "Question 3803: Find the equation of each line. Write each answer in slope-intercept form.\r
\n" );
document.write( "\n" );
document.write( "Example\r
\n" );
document.write( "\n" );
document.write( "The line with slope -8 that goes through (-1, -5) \n" );
document.write( "
Algebra.Com's Answer #1666 by matthew_sessoms(39)![]() ![]() ![]() You can put this solution on YOUR website! Since we know the POINT and the SLOPE...obviously, lets use the POINT-SLOPE formula (or form). \n" ); document.write( " \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( " \n" ); document.write( "y + 5 = -8(x + 1) \n" ); document.write( "y = -8x - 8 - 5 \n" ); document.write( "y = -8x - 13 \n" ); document.write( " \n" ); document.write( "-Matthew \n" ); document.write( " |