document.write( "Question 156957: find the equation of the line through the points (-2,4) parallel to the line
\n" );
document.write( "2x+7y=9\r
\n" );
document.write( "\n" );
document.write( "i tried solving for \"y\" but was not really sure if i was doing it right
\n" );
document.write( "or what to do after
\n" );
document.write( "-a/b=-2/7
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #115728 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! parallel line = 2x + 7y = 9. \n" ); document.write( "translate to y = mx+b to get slope. \n" ); document.write( "could also plot a couple of points to get the slope taking (y2-y1)/(x2-x1) \n" ); document.write( "7y = -2x + 9 \n" ); document.write( "y = -2x/7 + 9/7 \n" ); document.write( "slope is -2/7 so part of the equation is y = -2/7x because parallel lines have the same slope. \n" ); document.write( "to pass through (-2,4), when x = -2, y must be = to 4. \n" ); document.write( "when x = -2, -2/7x = -2/7*-2 = 4/7. \n" ); document.write( "4/7 plus 24/7 = 4, so we have to add 24/7 to the equation. \n" ); document.write( "equation becomes y = (-2/7)x + (24/7). \n" ); document.write( "can multiply both sides by 7 to get 7y = -2x + 24 \n" ); document.write( "that should be it. \n" ); document.write( "graphing the equation shows it to be: \n" ); document.write( " \n" ); document.write( "plotting some points shows them to be: \n" ); document.write( "x,y \n" ); document.write( "-10,(44/7) \n" ); document.write( "-2,4 \n" ); document.write( "0,(24/7) \n" ); document.write( "+2,(20/7) \n" ); document.write( "+10,(4/7) \n" ); document.write( "y intercept is when x = 12 (12,0). \n" ); document.write( " |