SOLUTION: Solve for x: {{{abs(3x+5)+4=9}}}

Algebra ->  Absolute-value -> SOLUTION: Solve for x: {{{abs(3x+5)+4=9}}}      Log On


   



Question 146264: Solve for x:
abs%283x%2B5%29%2B4=9

Found 3 solutions by jim_thompson5910, stanbon, Edwin McCravy:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

abs%283x%2B5%29%2B4=9 Start with the given equation


abs%283x%2B5%29=5 Subtract 4 from both sides.


Break up the absolute value (remember, if you have abs%28x%29=a, then x=-a or x=a)

3x%2B5=-5 or 3x%2B5=5 Set the expression 3x%2B5 equal to the original value 5 and it's opposite -5




Now lets focus on the first equation 3x%2B5=-5


3x=-5-5Subtract 5 from both sides


3x=-10 Combine like terms on the right side


x=%28-10%29%2F%283%29 Divide both sides by 3 to isolate x



x=-10%2F3 Reduce







Now lets focus on the second equation 3x%2B5=5



3x=5-5Subtract 5 from both sides


3x=0 Combine like terms on the right side


x=%280%29%2F%283%29 Divide both sides by 3 to isolate x



x=0 Divide





So the solutions to abs%283x%2B5%29%2B4=9 are:

x=-10%2F3 and x=0


So you are correct.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
|3x+5|+4=9
Yes you subtract 4 from both sides to get:
|3x+5| = 5
The only way that can be true is if
3x+5 = 5 or 3x+5 = -5
3x = 0 or 3x = -10
x = 0 or x = -10/3
=======================
Cheers,
Stan H.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

abs%283x%2B5%29%2B4=9

In an absolute value equation, you solve two equations:

1.  Write the equation substituting "%28expression%29"
    for "abs%28expression%29", and solve for x.

2.  Write the equation again substituting "-%28expression%29"
    for "abs%28expression%29", and solve for x.
    

For your equation:

abs%283x%2B5%29%2B4=9

1. Write and solve the equation:

%283x%2B5%29%2B4=9
3x%2B5%2B4=9 
3x%2B9=9
3x=0
x=0

2. Write and solve the equation:

-%283x%2B5%29%2B4=9
-3x-5%2B4=9 
-3x-1=9
-3x=10
x=-10%2F3 

Edwin