document.write( "Question 283073: How many solutions are there for the equation x + 2 = | x – 3 | ?\r
\n" );
document.write( "\n" );
document.write( "a) 0 b) 1 c) 2 d) 3 e) none of these\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #205502 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+2=|x-3| has only one solution \n" ); document.write( "x+2=-(x-3) \n" ); document.write( "x+2=-x+3 \n" ); document.write( "2x=1 \n" ); document.write( "x=1/2 ok \n" ); document.write( "and \n" ); document.write( "x+2=+(x-3) \n" ); document.write( "x+2=x-3 \n" ); document.write( "0=-5 not a solution \n" ); document.write( "so there is only one solution \n" ); document.write( " \n" ); document.write( " |