document.write( "Question 92613: Please help me with this problem:\r
\n" );
document.write( "\n" );
document.write( "Solve the following absolute value inequalities:
\n" );
document.write( "The absolute value of (x+1)is less than or equal to the absolute value of (x-3).\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I'm sorry I don't know how to key in a problem like that. I know how to solve a problem with absoulute value on one side, but does that same concept apply? Do you separate each side? I really have no idea where to go from here. Any help would be GREATLY appreciated.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "~Amanda \n" );
document.write( "
Algebra.Com's Answer #67424 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! |x+1| => |x-3|\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let us consider different cases with different sets of values of 'x': \n" ); document.write( "1. x <= -1; then the inequality becomes: -(x+1) => -(x-3) i.e. -3 >= 1 which is absurd \n" ); document.write( "2. -1<= x <= 3; then the inequality becomes: x+1 => -(x-3) i.e. x >= 1 \n" ); document.write( "3. 3<= x; then the inequality becomes: x+1 => x-3 i.e. 1 >= -3 which is true\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, the solution is: x >= 1. \n" ); document.write( " |