How can we rewrite a modulus function?

  • Context:
  • Thread starter Thread starter Nousher Ahmed
  • Start date Start date
  • Tags Tags
    Function Modulus
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
1 reply · 1K views
Nousher Ahmed
Messages
12
Reaction score
0
We can rewrite |x-3|<10 in the following way.

-10<x-3<10

But can rewrite |x-3|+|x+1|+|x|<10 in the following way?

-10<x-3+x+1+x<10.

If we cannot, will anybody please explain why we cannot?
 
Mathematics news on Phys.org
You can't write it that way because it's not in general correct.

You can write it as a union of such rules though.

In this case it appears to be

$(x < -\dfrac 8 3) \cup (4 < x)$