We are asked to solve the absolute value inequality $|2x+1|>7$.

AlgebraInequalitiesAbsolute ValueAlgebraic Manipulation
2025/3/17

1. Problem Description

We are asked to solve the absolute value inequality 2x+1>7|2x+1|>7.

2. Solution Steps

To solve an absolute value inequality of the form ax+b>c|ax+b|>c, where c>0c>0, we can rewrite it as two separate inequalities:
ax+b>cax+b > c or ax+b<cax+b < -c
In our case, a=2a=2, b=1b=1, and c=7c=7. Therefore, we have:
2x+1>72x+1 > 7 or 2x+1<72x+1 < -7
Now we solve each inequality separately.
For 2x+1>72x+1 > 7:
Subtract 1 from both sides:
2x+11>712x+1-1 > 7-1
2x>62x > 6
Divide both sides by 2:
2x2>62\frac{2x}{2} > \frac{6}{2}
x>3x > 3
For 2x+1<72x+1 < -7:
Subtract 1 from both sides:
2x+11<712x+1-1 < -7-1
2x<82x < -8
Divide both sides by 2:
2x2<82\frac{2x}{2} < \frac{-8}{2}
x<4x < -4
Therefore, the solution to the inequality is x>3x > 3 or x<4x < -4.

3. Final Answer

x<4x < -4 or x>3x > 3