document.write( "Question 1019357: Find an equation for the line parallel to 4y+16x=12
\n" );
document.write( " and goes through the point (−7,−6)\r
\n" );
document.write( "\n" );
document.write( "Write your answer in the form y=mx+b \n" );
document.write( "
Algebra.Com's Answer #635285 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The desired line would have an equation of the form 4y + 16x = k for some constant k, since the two lines are supposed to be parallel. To find k, substitute x = -7 and y = -6 into the equation, giving\r \n" ); document.write( "\n" ); document.write( "4*-6 +16*-7 = k \n" ); document.write( "==>k = -136 \n" ); document.write( "==> the equation of the line is 4y + 16x = -136, or y + 4x = -34, or \n" ); document.write( "y = -4x - 34. \n" ); document.write( " |