document.write( "Question 1190187: What are the value(s) of x in the equation |x - 3|= 2?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #821773 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "If you are required to go strictly by the definition \r\n" );
document.write( "of absolute value, you would do it this way:\r\n" );
document.write( "\r\n" );
document.write( "\"abs%28x-3%29\"\"%22%22=%22%22\"\"2\"\r\n" );
document.write( "\r\n" );
document.write( "\"sqrt%28%28x-3%29%5E2%29\"\"%22%22=%22%22\"\"2\"\r\n" );
document.write( "\r\n" );
document.write( "Square both sides:\r\n" );
document.write( "\r\n" );
document.write( "\"%28x-3%29%5E2\"\"%22%22=%22%22\"\"2%5E2\"\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2-6x%2B9\"\"%22%22=%22%22\"\"4\"\r\n" );
document.write( "\r\n" );
document.write( "Subtract 4 from both sides:\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2-6x%2B5\"\"%22%22=%22%22\"\"0\"\r\n" );
document.write( "\r\n" );
document.write( "Factor the left sides:\r\n" );
document.write( "\r\n" );
document.write( "\"%28x-5%29%28x-1%29\"\"%22%22=%22%22\"\"0\"\r\n" );
document.write( "\r\n" );
document.write( "x - 5 = 0;  x - 1 = 0\r\n" );
document.write( "    x = 5;      x = 1 \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );