document.write( "Question 544605: write the equation of a line that passes through (1,-3) and is parallel to the line 7x+y=-5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #355163 by friesr(113)![]() ![]() ![]() You can put this solution on YOUR website! y = -7x - 5 \n" ); document.write( "--- \n" ); document.write( "since it is parallel it will have the same slope -7 so lets solve for b \n" ); document.write( "--- \n" ); document.write( "-3 = -7(1) + b \n" ); document.write( "-- \n" ); document.write( "b = 4 \n" ); document.write( "---- \n" ); document.write( "y = -7x + 4 \n" ); document.write( "=== \n" ); document.write( " |