document.write( "Question 1200345: How do you know where to graph these two equations?
\n" );
document.write( "3y-2x=6 and -12y+8x=-24\r
\n" );
document.write( "\n" );
document.write( "In the textbook, it says that both equations have a y-intercept of (0,2) but I am not understanding HOW they got that? \n" );
document.write( "
Algebra.Com's Answer #834448 by htmentor(1343) You can put this solution on YOUR website! Put the equations in slope-intercept form, y = mx + b where m is the slope and \n" ); document.write( "b is the y-intercept. \n" ); document.write( "3y - 2x = 6. Solve for y: \n" ); document.write( "3y = 2x + 6 -> y = (2/3)x + 2. \n" ); document.write( "I'll leave you to solve the 2nd one yourself. \n" ); document.write( " |