document.write( "Question 981303: Write the point-slope form of the equation of the line described.
\n" );
document.write( " through: (- 5 , - 1 ), parallel to y =2/5x + 3 \n" );
document.write( "
Algebra.Com's Answer #602297 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "y =2/5x + 3 \n" ); document.write( "Gradient = 2/5 \n" ); document.write( "Lines that are parallel \n" ); document.write( "have the same gradient. \n" ); document.write( "Therefore using line equation \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "with m = 2/5 and (-5,-1) \n" ); document.write( "y - (-1) = 2/5(x - (-5)) \n" ); document.write( "y + 1 = 2/5(x + 5)) \n" ); document.write( "y + 1 = 2/5x + 2 \n" ); document.write( "y = 2/5x + 2 - 1 \n" ); document.write( "y = 2/5x + 1 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |