document.write( "Question 1168668: Write an equation of a line that passes through the point T (-2,-5) and is parallel to the line y=5x+7. \n" ); document.write( "
Algebra.Com's Answer #793233 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! parallel lines have the same slope so the slope of the needed line is 5 \n" ); document.write( "point slope formula y-y1=m(x-x1), m slope, (x1, y1) point \n" ); document.write( "y+5=5(x+2) \n" ); document.write( "y=5x+5 \n" ); document.write( " |