How to Rewrite Absolute Value Expressions Without Absolute Values?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
The | x | = x when x > or = 0.

The | x | = - x when x < 0.

Rewrite the following expression in a form that does not contain absolute value.

| x + 3 | + 4 | x + 3 |, where x < -3

-(x + 3) + 4 -(x + 3)

-x - 3 + 4 - x - 3

-2x - 6 + 4

-2x - 2

Correct?
 
Mathematics news on Phys.org
RTCNTC said:
The | x | = x when x > or = 0.

The | x | = - x when x < 0.

Rewrite the following expression in a form that does not contain absolute value.

| x + 3 | + 4 | x + 3 |, where x < -3

-(x + 3) + 4 -(x + 3)

-x - 3 + 4 - x - 3

-2x - 6 + 4

-2x - 2

Correct?

No, you've turned multiplication into addition...we are given the expression:

$$|x+3|+4|x+3|$$ where $$x<-3$$

Now, the first thing I would do is combine like terms:

$$5|x+3|$$

Let's look at:

$$x<-3$$

Add 3 to both sides:

$$x+3<0$$

And so our expression becomes:

$$5(-(x+3))=-5(x+3)$$

We can stop here because we have rewritten the expression in a form not involving absolute value, and there's no need to distribute in my opinion. :D
 
|x + 3 | + 4 | x + 3 |, where x < -3

-(x + 3) - 4(x + 3)

-x - 3 - 4x - 12

-5x - 15

-5(x + 3)