document.write( "Question 448272: solve the following absolute value inequality:\r
\n" );
document.write( "\n" );
document.write( "|8+9x|>53 \n" );
document.write( "
Algebra.Com's Answer #324547 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! solve the following absolute value inequality: \n" ); document.write( "|8+9x|>53 \n" ); document.write( "** \n" ); document.write( "|8+9x|>53 \n" ); document.write( "for (8+9x)>0 \n" ); document.write( "8+9x>53 \n" ); document.write( "9x>45 \n" ); document.write( "x>5 \n" ); document.write( ".. \n" ); document.write( "for (8+9x)<0 \n" ); document.write( "-8-9x>53 \n" ); document.write( "-9x>61 \n" ); document.write( "-x>61/9 \n" ); document.write( "x<-61/9 \n" ); document.write( " |