document.write( "Question 637461: How do you solve this equation \r
\n" );
document.write( "\n" );
document.write( "4-|1-2| \n" );
document.write( "
Algebra.Com's Answer #401690 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! The abs(anything) is ALWAYS positive. If the anything is positive the abs(anything) is anything. If anything is negative then abs(anything) is -anything. In your problem anything is (1-2) which is -1. Using my rule \n" ); document.write( "abs(1-2) = abs(-1) = -(-1) = +1 \n" ); document.write( "Your problem reduces to \n" ); document.write( "4-Abs(1-2) \n" ); document.write( "= 4 - [+1] = 4 - 1 = 3 \n" ); document.write( "Your answer is 3 \n" ); document.write( "Your answer is NOT [4 - (-1)] = [4 + 1] = 5 \n" ); document.write( " |