document.write( "Question 36059: How do I work this equation, y= 1/x-2 if x= -2, -1, 0, 1, 2, 3? \n" ); document.write( "
Algebra.Com's Answer #22076 by Prithwis(166)![]() ![]() ![]() You can put this solution on YOUR website! y= 1/x-2; \n" ); document.write( "For x = -2, y = -1/4; \n" ); document.write( "For x=-1, y = -1/3; \n" ); document.write( "For x=0, y = -1/2; \n" ); document.write( "For x=1, y = -1; \n" ); document.write( "For x=2, y = 1/0 (undefined) \n" ); document.write( "For x=3, y = 1 \n" ); document.write( " |