document.write( "Question 511510: find the coordinates of the y-intercept and the x-intercept, in that order
\n" ); document.write( "-3x+2y=6
\n" ); document.write( "

Algebra.Com's Answer #342235 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
y-intercept:
\n" ); document.write( "This occurs where \"+x=0+\"
\n" ); document.write( "\"+-3%2A0+%2B+2y+=+6+\"
\n" ); document.write( "\"+2y+=+6+\"
\n" ); document.write( "\"+y+=+3+\"
\n" ); document.write( "(0,3)
\n" ); document.write( "------
\n" ); document.write( "x-intercept:
\n" ); document.write( "This occurs where \"+y=0+\"
\n" ); document.write( "\"+-3x+%2B+2%2A0+=+6+\"
\n" ); document.write( "\"+-3x+=+6+\"
\n" ); document.write( "\"+x+=+-2+\"
\n" ); document.write( "(-2,0)
\n" ); document.write( "
\n" );