document.write( "Question 600746: Why the absolute value of a/b is not always a/b?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #379455 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
If a/b < 0, then \"abs%28a%2Fb%29=-a%2Fb\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Ex: if a = -6 and b = 3, then a/b = -6/3 = -2. Also, -a/b = -(-2) = 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So \"abs%28a%2Fb%29+=+abs%28-2%29+=+2\"
\n" ); document.write( "
\n" );