document.write( "Question 121661: what is the y-intercept of the line that is parallel to the line 2x+3y=4 and contains the point (3,-1) \n" ); document.write( "
Algebra.Com's Answer #89316 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 2X+3Y=4 \n" ); document.write( "3Y=-2X+4 \n" ); document.write( "Y=-2X/3+4/3 THIS LINE HAS A SLOPE=-2/3. (RED LINE) \n" ); document.write( "THUS ANY PARALLEL LINE ALSO HAS A SLOPE=-2/3 & IF IT PASSES THROUGH(3,-1) THEN WE HAVE THE EQUATION: \n" ); document.write( "-1=-2/3*3+b \n" ); document.write( "-1=-2+b \n" ); document.write( "b=-1+2 \n" ); document.write( "b=1 SO THE EQUATION IS: \n" ); document.write( "Y=-2X/3+1 (GREEN LINE) \n" ); document.write( " |