Absolute Value Statements....2

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
Rewrite each statement using absolute values.

1. The number y is less than one unit from the number t.

y < | t - 1 |

2. The sum of the distances of a and b from the origin is greater than or equal to the distance of a + b from the origin.

| a + b - 0 | > or = | a + b - 0 |

Is this correct? If not, why not?
 
Mathematics news on Phys.org
RTCNTC said:
Rewrite each statement using absolute values.

1. The number y is less than one unit from the number t.

y < | t - 1 |

What if this is reworded to say the same thing, but in the form you had no trouble with:

"The distance between y and t is less than 1 unit" ?

RTCNTC said:
2. The sum of the distances of a and b from the origin is greater than or equal to the distance of a + b from the origin.

| a + b - 0 | > or = | a + b - 0 |

Is this correct? If not, why not?

This isn't correct...the sum of the distances of a and b from the origin would be:

$$|a|+|b|$$

And the distance of the sum a + b from the origin is:

$$|a+b|$$

And so we would write:

$$|a|+|b|\ge|a+b|$$
 
"The distance between y and t is less than 1 unit" ?

| t - y | < 1 or | y - t | < 1

Yes?