document.write( "Question 1080236: A line has a slope of 3 and contains the point (-1, -8). Which equation represents the line?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #694426 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Using the basic formula y = Mx + b, using the point (-1,-8), \n" ); document.write( "we have x = -1 , y = -8 and the slope M = 3. \n" ); document.write( "Substituting we have -8 = 3(-1) + b \n" ); document.write( "-8 = -3 + b \n" ); document.write( "add 3 to each side \n" ); document.write( "-5 = b \n" ); document.write( "So y = Mx + b becomes y = 3x + (-5) or y = 3x -5 \n" ); document.write( " |