document.write( "Question 992779: write the slope-intercept form of the equation of the line described.
\n" );
document.write( " through: (-5,1), parallel to y=-3/5x+2 \n" );
document.write( "
Algebra.Com's Answer #612273 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "y=-3/5x+2 \n" ); document.write( "Gradient = -3/5 \n" ); document.write( "Lines that are parallel to one \n" ); document.write( "another have gradients that equal \n" ); document.write( "one another. \n" ); document.write( "m1 = m2 \n" ); document.write( "Using line equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "Gradient (m) = -3/5 \n" ); document.write( "(a,b) = (-5,1) \n" ); document.write( "y - 1 = -3/5(x - (-5)) \n" ); document.write( "y - 1 = -3/5(x + 5) \n" ); document.write( "y - 1 = -3/5x - 15/5 \n" ); document.write( "y = -3/5x - 15/5 + 5/5 (1) \n" ); document.write( "y = -3/5x - 10/5 \n" ); document.write( "y = -3/5x - 2 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |