document.write( "Question 523082: please could you let me know: determine the equqtion of the line through the given point with the given slope
\n" );
document.write( "(2,-5) m=1
\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #347181 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! (2,-5) m=1 \n" ); document.write( "Use the point slope format: y - y1 = m(x-x1) \n" ); document.write( "In this problem: x1=2, y1=-5, m=1 \n" ); document.write( ": \n" ); document.write( "y - (-5) = 1(x - 2) \n" ); document.write( "y + 5 = 1x - 2 \n" ); document.write( "y = x - 2 - 5 \n" ); document.write( "y = x - 7 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, replace x with 2 \n" ); document.write( "y = 2 - 7 \n" ); document.write( "y = -5 \n" ); document.write( " |