document.write( "Question 291033: Find the y-intercept and the x-intercept for the equation
\n" );
document.write( "2x+3y=12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #210567 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! When x = 0, 3y = 12, so y = 4 \n" ); document.write( "when y = 0, 2x = 12, so x = 6 \n" ); document.write( "y-intercept is thus at (0,4) \n" ); document.write( "x - intercept is at (6,0) \n" ); document.write( " |