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