document.write( "Question 1033415: Let x, y, and z be nonzero real numbers. Find all possible values of\r
\n" ); document.write( "\n" ); document.write( "(x)/(|x|) + (y)/(|y|) + (z)/(|z|) + (xyz)/(|xyz|).\r
\n" ); document.write( "\n" ); document.write( "List your values in increasing order, separated by commas.
\n" ); document.write( "

Algebra.Com's Answer #648019 by ikleyn(52795)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Let x, y, and z be nonzero real numbers. Find all possible values of\r
\n" ); document.write( "\n" ); document.write( "(x)/(|x|) + (y)/(|y|) + (z)/(|z|) + (xyz)/(|xyz|).
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let F(x,y,z) = \"x%2Fabs%28x%29\" + \"y%2Fabs%28y%29\" + \"z%2Fabs%28z%29\" + \"%28xyz%29%2Fabs%28xyz%29\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is clear that it is sufficient to estimate/calculate F(x,y,z) at x = +/-1, y = +/-1 and z = +/-1. In total, there are 8 inputs.\r\n" );
document.write( "\r\n" );
document.write( "If there are all \"+\" in the input, the result is 4.\r\n" );
document.write( "\r\n" );
document.write( "If there is precisely 1 \"-\" in the input, then the result is 0.\r\n" );
document.write( "\r\n" );
document.write( "If there are precisely 2 \"-\" in the input, then the result is 0.\r\n" );
document.write( "\r\n" );
document.write( "If there are all \"-\" in the input, then the result is -4.\r\n" );
document.write( "\r\n" );
document.write( "Answer. The list of all possible values is 4, 0, -4.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );