document.write( "Question 938135: Select the equation of the line that passes through the point (–2, –1) and has slope 5 in point-slope form. \r
\n" );
document.write( "\n" );
document.write( " (y – 1) = 5(x – 2)
\n" );
document.write( " (x + 2) = 5(y – 1)
\n" );
document.write( " (x – 2) = 5(y + 1)
\n" );
document.write( " (y + 1) = 5(x + 2) \n" );
document.write( "
Algebra.Com's Answer #571467 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! ***Using point-slope form, \n" ); document.write( "m = 5, P(-2,-1) \n" ); document.write( "(y + 1) = 5(x + 2) \n" ); document.write( " |