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 #338501 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! y=mx+b \n" ); document.write( "2=3*1+b \n" ); document.write( "2=3+b \n" ); document.write( "b=-1 \n" ); document.write( "------------- \n" ); document.write( "y=3x-1 \n" ); document.write( " |