document.write( "Question 465671: Find the equation of a line which passes through point (-7, 1) and is parallel to the line formed by the equation y = 6x + 8. Express it in slope-intercept form.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #319127 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! the slope of given line is 6 \n" ); document.write( "parallel means same slope, so 6 again \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y-1=6(x+7) \n" ); document.write( "y-1=6x+42 \n" ); document.write( "y=6x+43 \n" ); document.write( " \n" ); document.write( " |