document.write( "Question 168553: absolute value [2x+1]less than or equal to 11 \n" ); document.write( "
Algebra.Com's Answer #124229 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! the basic formula for solving an inequality is: \n" ); document.write( "if |x| = d, then x = d, and x = -d \n" ); document.write( "if |x| < d, then x < d, and x > -d \n" ); document.write( "if |x| > d, then x > d, and x < -d \n" ); document.write( "likewise, \n" ); document.write( "if |x| <= d, then x <= d, and x >= -d \n" ); document.write( "if |x| >= d, then x >= d, and x >= -d \n" ); document.write( "----- \n" ); document.write( "if |2x+1| <= 11, then \n" ); document.write( "2x + 1 <= 11, and 2x + 1 >= -11 \n" ); document.write( "----- \n" ); document.write( "working with 2x + 1 <= 11: \n" ); document.write( "2x + 1 <= 11 \n" ); document.write( "2x <= 10 \n" ); document.write( "x <= 5 \n" ); document.write( "----- \n" ); document.write( "working with 2x + 1 >= -11: \n" ); document.write( "2x + 1 >= -11 \n" ); document.write( "2x >= -12 \n" ); document.write( "x >= -6 \n" ); document.write( "----- \n" ); document.write( "answer is x <= 5 and x >= -6 \n" ); document.write( "this translates to: \n" ); document.write( "-6 <= x <= 5 \n" ); document.write( "----- \n" ); document.write( "to test: \n" ); document.write( "let x = -7 \n" ); document.write( "|2x+1| = |-14+1| = |-13| = 13 NOT <= 11 = ok since -7 is not >= -6 which violates one of the conditions. \n" ); document.write( "let x = 6 \n" ); document.write( "|2x+1| = |12+1| = |13| = 13 NOT <= 11 = ok since 6 is not <= 5 which violates one of the conditions. \n" ); document.write( "let x = -6 \n" ); document.write( "|2x+1| = |-12+1| = |-11| = 11 <= 11 = ok since -6 = -6 which is one of the conditions. \n" ); document.write( "let x = 5 \n" ); document.write( "|2x+1| = |10+1| = |11| = 11 <= 11 = ok since 5 = 5 which is one of the conditions. \n" ); document.write( "let x = 0 \n" ); document.write( "|2x+1| = |-+1| = |1| = 1 <= 11 = ok since 1 > -6 and < 5 which is one of the conditions. \n" ); document.write( "----- \n" ); document.write( "answer proves to be good. \n" ); document.write( "|2x-1| <= 11 is a true equation when: \n" ); document.write( "-6 <= x <= 5 \n" ); document.write( "-----\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |