document.write( "Question 501373: how to write the equation of a line passing through (1,2) and parallel to
\n" );
document.write( "3x-y=-7 \n" );
document.write( "
Algebra.Com's Answer #338503 by Mr_Mathman(5)![]() ![]() ![]() You can put this solution on YOUR website! First solve the eqn for y \n" ); document.write( "3x-y=-7 subtract 3x from both sides \n" ); document.write( "-y=-3x-7 multiply both sides by -1 \n" ); document.write( "y=3x+7 \n" ); document.write( "Replace 7 with b and replace (x,y) with (1,2). So, \n" ); document.write( "2=3(1)+b=3+b subtract 3 from both sides \n" ); document.write( "b=-1 \n" ); document.write( "Remember that y=mx+b and that parallel lines have the same slope. So in the parallel line m=3 and b=-1. This gives: \n" ); document.write( "y=3x-1 \n" ); document.write( " |