document.write( "Question 332073: find an equation of the line having the give slope and containing the give point m=-7, (3,4) \n" ); document.write( "
Algebra.Com's Answer #238035 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! find an equation of the line having the give slope and containing the give point m=-7, (3,4) \n" ); document.write( ": \n" ); document.write( "Use point/slope formula: y - y1 = m(x - x1) \n" ); document.write( "y - 4 = -7(x - 3) \n" ); document.write( "y - 4 = -7x + 21 \n" ); document.write( "y = -7x + 21 + 4 \n" ); document.write( "y = -7x + 24 \n" ); document.write( " |