document.write( "Question 626269: solution in interval notation for
\n" );
document.write( "|5x+10|>=15\r
\n" );
document.write( "\n" );
document.write( " if you could show how you did this I would really appreciate it. ty \n" );
document.write( "
Algebra.Com's Answer #394086 by Alan3354(69443) You can put this solution on YOUR website! solution in interval notation for \n" ); document.write( "|5x+10|>=15 \n" ); document.write( "------------- \n" ); document.write( "|5x+10| >= 15 \n" ); document.write( "Case 1: \n" ); document.write( "5x + 10 >= 15 \n" ); document.write( "x + 2 >=3 \n" ); document.write( "x >= 1 \n" ); document.write( "------------- \n" ); document.write( "Case 2: \n" ); document.write( "-5x - 10 >= 15 \n" ); document.write( "-x - 2 >= 5 \n" ); document.write( "-x >= 7 \n" ); document.write( "x <= -7 \n" ); document.write( "------ \n" ); document.write( "-inf <= x <= -7 and 1 <= x <= inf \n" ); document.write( " \n" ); document.write( " |