document.write( "Question 749050: write the equation of a line parallel to the given line but passing hrough the given point\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "y = -x +3 (-2, -2) \n" );
document.write( "
Algebra.Com's Answer #455747 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! y = -x +3 \n" ); document.write( "If two lines are parallel they \n" ); document.write( "have the same gradient. \n" ); document.write( "m1 = m2 \n" ); document.write( "Using y - b = m(x - a) \n" ); document.write( " y + 2 = -1(x + 2) \n" ); document.write( " y + 2 = -x - 2 \n" ); document.write( " y = -x - 2 - 2 \n" ); document.write( " y = -x - 4 \n" ); document.write( " |