document.write( "Question 1019285: write an equation in point-slope form for the line through the given point with the given slope.
\n" );
document.write( "(-3,-7) m=-6/5 \n" );
document.write( "
Algebra.Com's Answer #635362 by Cromlix(4381) You can put this solution on YOUR website! Hi there, \n" ); document.write( "m = -6/5 \n" ); document.write( "(a,b) = (-3,-7) \n" ); document.write( "Using line equation \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "y - (-7) = -6/5(x - (-3)) \n" ); document.write( "y + 7 = -6/5(x + 3) \n" ); document.write( "y + 7 = -6/5x - 18/5 \n" ); document.write( "y = -6/5x - 18/5 - 35/5 (-7) \n" ); document.write( "y = -6/5x - 53/5 \n" ); document.write( "OR multiply through by 5 \n" ); document.write( "5y = -6x - 53 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |