document.write( "Question 180525: Find x and y intercepts
\n" );
document.write( "-3x-6y=18 \n" );
document.write( "
Algebra.Com's Answer #135274 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find x and y intercepts \n" ); document.write( "-3x-6y=18 \n" ); document.write( "------------------ \n" ); document.write( "Set x = 0 for the y-intercept \n" ); document.write( "-6y = 18 \n" ); document.write( "y = -3 --> (0,-3) \n" ); document.write( "-------------------- \n" ); document.write( "Set y = 0 for the other \n" ); document.write( "-3x = 18 \n" ); document.write( "x = -6 --> (-6,0) \n" ); document.write( " \n" ); document.write( " |