document.write( "Question 204633: Solve for real values of x.\r
\n" ); document.write( "\n" ); document.write( "absolutevalue(x-3) = 3-x\r
\n" ); document.write( "\n" ); document.write( "I know to set the absolute value up to equal a positive and negative possiblity and so that makes
\n" ); document.write( "x-3 = 3-x and x-3 = -3+x
\n" ); document.write( "For the first I got x = 3 but the second I got 0 = 0 and that's where I am confused. Did I do something wrong?
\n" ); document.write( "

Algebra.Com's Answer #154430 by Edwin McCravy(20086)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"abs%28x-3%29+=+3-x\"\r\n" );
document.write( "\r\n" );
document.write( "Let's use the principle \"abs%28A%29=+abs%28-A%29\", to replace\r\n" );
document.write( "the left side:\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28-%28x-3%29%29+=+3-x\"\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28-x%2B3%29+=+3-x\"\r\n" );
document.write( "\r\n" );
document.write( "\"abs%283-x%29+=+3-x\"\r\n" );
document.write( "\r\n" );
document.write( "Now we use the principle that \"abs%28A%29=A\" if and only if \"M%3E=0\"\r\n" );
document.write( "\r\n" );
document.write( "Therefore \"abs%283-x%29+=+3-x\"\r\n" );
document.write( "\r\n" );
document.write( "is true  if and only if  \r\n" );
document.write( "\r\n" );
document.write( "\"3-x%3E=0\"\r\n" );
document.write( "\r\n" );
document.write( "Subtract 3 from both sides:\r\n" );
document.write( "\r\n" );
document.write( "\"-x%3E=-3\"\r\n" );
document.write( "\r\n" );
document.write( "Multiply through by -1, which reverses the inequality:\r\n" );
document.write( "\r\n" );
document.write( "\"x%3C=3\"\r\n" );
document.write( "\r\n" );
document.write( "Or in interval notation \"%22%28%22-infinity%22%2C+3%5D%22\"\"%22%2C3%5D%22\"\r\n" );
document.write( "\r\n" );
document.write( "The equation has infinitely many solutions.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );