40.6k views
2 votes
How to do this ?? How

How to do this ?? How-example-1
User Neysa
by
8.9k points

1 Answer

2 votes
|ax - b| > c

The two bars | | is used to indicate the function absolute value.

Remember this definition:

| x | = - x if x < 0 and x if x > 0

So, | x | > c =>

x > c or x > - c

Therefore:

|ax - b| > c => ax - b > c or ax - b > - c

That is the third option of the answer list.
User Cezary Wojtkowski
by
7.6k points