document.write( "Question 82855: Find the x and y intercepts for 2x+3y=16 \n" ); document.write( "
Algebra.Com's Answer #59444 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
SET X=0 & SOLVE FOR Y THEN SET Y=0 & SOLVE FOR X THUS:
\n" ); document.write( "2*0+3Y=16
\n" ); document.write( "3Y=16
\n" ); document.write( "Y=16/3 ANSWER FOR THE Y INTERCEPT (0,16/3)
\n" ); document.write( "2X+3*0=16
\n" ); document.write( "2X=16
\n" ); document.write( "X=16/2
\n" ); document.write( "X=8 ANSWER FOR THE X INTERCEPT (8,0)
\n" ); document.write( "
\n" );