document.write( "Question 428887: Find the equation of the line that passes through the point (4,5) and is parallel to the line y=3x+6.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #298031 by robertb(5830) You can put this solution on YOUR website! The line should have the appearance of y = 3x + c, where c is some constant. To solve for c, substitute the coordinates into the equation: \n" ); document.write( "5 = 3*4 + c ==> 5 = 12 + c ==> c = -7. \n" ); document.write( "Therefore the equation is y = 3x - 7. \n" ); document.write( " |