document.write( "Question 1033788: solve the inequality and express the solution using interval notation\r
\n" );
document.write( "\n" );
document.write( "|2x-5|>9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #648452 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! To do absolute value inequalities, we break up the problem into two branches...we remove the absolute value to get \n" ); document.write( "2x-5 > 9 and 2x-5 < -9 (notice we switch both on the one on the right) \n" ); document.write( "and solve these independently...we get \n" ); document.write( "2x > 14 and 2x < -4 \n" ); document.write( "x > 7 and x < -2 \n" ); document.write( "In interval notation we have \n" ); document.write( "(-inf, -2) U (7, inf) \n" ); document.write( " |