document.write( "Question 736712: Michel writes the expression |x - 5|,
\n" );
document.write( "where x is a real number, without the
\n" );
document.write( "absolute value symbol. His answer is
\n" );
document.write( "shown below.
\n" );
document.write( "|x - 5| = {x - 5, if x - 5 ≥ 0
\n" );
document.write( " -(x - 5), if x - 5 < 0\r
\n" );
document.write( "\n" );
document.write( "|x - 5| = {x - 5, if x ≥ 5
\n" );
document.write( " 5 - x, if x < 5\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "explain the steps in Michel's solutions \n" );
document.write( "
Algebra.Com's Answer #449976 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! ------- \n" ); document.write( "Michel writes the expression |x - 5|, \n" ); document.write( "where x is a real number, without the \n" ); document.write( "absolute value symbol. His answer is \n" ); document.write( "shown below. \n" ); document.write( "|x - 5| = {x - 5, if x - 5 an ≥ 0 \n" ); document.write( "-(x - 5), if x - 5 < 0 \n" ); document.write( "|x - 5| = {x - 5, if x ≥ 5 \n" ); document.write( "5 - x, if x < 5 \n" ); document.write( "-------------------- \n" ); document.write( "Since \"x\" is a variable we cannot tell whether x-5 \n" ); document.write( "is negative or not negative. \n" ); document.write( "---- \n" ); document.write( "Michael has considered both of the possible conditions \n" ); document.write( "and followed the definition of \n" ); document.write( "|x| = x if x >= 0 \n" ); document.write( "or -x if x < 0 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |