document.write( "Question 270435: Consider the line is y=3x-6
\n" );
document.write( "Consider the line . \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Find the equation of the line that is parallel to this line and passes through the point .(2,-2)
\n" );
document.write( "Find the equation of the line that is perpendicular to this line and passes through the point .(2,-2)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #198128 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! The line has a gradient of 3 and a y-intercept of -6 \n" ); document.write( "The || line is also gradient 3. To go through (2,-2) substitute 2 and -2 for x and y so -2 = 2 + c, so c = -4 \n" ); document.write( "Equation is then y = 3x - 4 \n" ); document.write( "The perpendicular gradient is -1/3 since the two gradients multiply to -1. \n" ); document.write( "So the equation is y = c - 1/3x or 3y + x = c \n" ); document.write( "To determine c, substitute the values 2 and -2 \n" ); document.write( "-2 = 2/3 + c so c = - 2 2/3 \n" ); document.write( " \n" ); document.write( " |