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)\"\" \"About 
You can put this solution on YOUR website!
\"y=x%2F%28abs%28x%29%29\"
\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, \"x%2F%28abs%28x%29%29\"= 1
\n" ); document.write( "and for all negative values of x, \"x%2F%28abs%28x%29%29\"= -1
\n" ); document.write( "so the range is 1, -1
\n" ); document.write( "
\n" ); document.write( "
\n" );