document.write( "Question 830420: hey can i find the range of x/(abs(x)) \n" ); document.write( "
Algebra.Com's Answer #500636 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The only value of x that will cause a problem is for x=0 \n" ); document.write( "which would cause division by zero. \n" ); document.write( "for all positive values of x, \n" ); document.write( "and for all negative values of x, \n" ); document.write( "so the range is 1, -1 \n" ); document.write( " \n" ); document.write( " |