document.write( "Question 390057: Find an equation for the line:
\n" );
document.write( "through (-4,6) and parallel to y= -3x + 4 \n" );
document.write( "
Algebra.Com's Answer #276501 by robertb(5830) You can put this solution on YOUR website! The unknown should have equation of the form y = -3x + c because of the parallel condition. \n" ); document.write( " Find the value of c by using the coordinates of the given point: 6 = -3*-4 + c, or 6 = 12 + c, or c = -6. \n" ); document.write( "Therefore the equation of the line is y = -3x - 6. \n" ); document.write( " |