document.write( "Question 1023370:  Write a slope-intercept equation for a line parallel to the line x + 4y = 7 which passes through
\n" );
document.write( "the point (12, –7). \n" );
document.write( "
| Algebra.Com's Answer #638881 by fractalier(6550)     You can put this solution on YOUR website! A couple of ways to do this...anyway, from standard form, we know the slope is \n" ); document.write( "m = -A/B = -1/4 \n" ); document.write( "Parallel lines have equal slopes... \n" ); document.write( "Now use y = mx + b to find b...like this... \n" ); document.write( "-7 = (-1/4)(12) + b \n" ); document.write( "-7 = -3 + b \n" ); document.write( "-4 = b \n" ); document.write( "and our line is \n" ); document.write( "y = (-1/4)x - 3 \n" ); document.write( " |