document.write( "Question 108411: I need help with the question:
\n" );
document.write( "Find the equation of the line parallel to 2x+4y=9 and passing through the point(6,-2).
\n" );
document.write( "I tried to use y=mx+b, but I still can not figure it out. \n" );
document.write( "
Algebra.Com's Answer #79036 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 2x+4y=9 \n" ); document.write( "4y=-2x+9 \n" ); document.write( "y=-2x/4+9/4 \n" ); document.write( "y=-x/2+2.5 this line has a slope of -1/2 (red line) \n" ); document.write( "any parallel line also has a slope of -1/2 \n" ); document.write( "-2=-1/2*6+b \n" ); document.write( "-2=-3+b \n" ); document.write( "b=-2+3 \n" ); document.write( "b=1 the y intercept of this line. \n" ); document.write( "y=-x/2+1 (green line) \n" ); document.write( " |