document.write( "Question 684030: Write the equation of a line parallel to the given line but passing through the given point.
\n" );
document.write( "y = x+4; (-7,1) \n" );
document.write( "
Algebra.Com's Answer #423883 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Write the equation of a line parallel to the given line but passing through the given point. \n" ); document.write( "y = x+4; (-7,1) \n" ); document.write( "====================== \n" ); document.write( "m = 1 \n" ); document.write( "Then do it like this one. \n" ); document.write( "---------------- \n" ); document.write( "Slope 5 and the point (4,0) \n" ); document.write( "Use y = mx + b and the point to find b \n" ); document.write( "0 = 5*4 + b \n" ); document.write( "b = -20 \n" ); document.write( "----- \n" ); document.write( "y = 5x - 20 \n" ); document.write( " |