document.write( "Question 258151: I need to know the x and y intercepts of the problem -x-y=2 \n" ); document.write( "
Algebra.Com's Answer #190026 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! To find the x intercept, let y = 0. We get \n" ); document.write( "-x - 0 = 2 \n" ); document.write( "-x = 2 \n" ); document.write( "x = -2 \n" ); document.write( "-- \n" ); document.write( "To find the y intercept, let x = 0. We get \n" ); document.write( "-0 - y = 2 \n" ); document.write( "-y = 2 \n" ); document.write( "y = -2 \n" ); document.write( "-- \n" ); document.write( "your x - intercept = -2 \n" ); document.write( "your y - intercept = -2 \n" ); document.write( " |