reto
Dear Karishma:
How is he translating from:
(1) -s<=r<=s to
to:
/r/>=s
Do you have any helpful links for this topic? Im struggling heavily with it

Thank you
Hello
retoWhat is module:
Module \(|r| = r\) than \(r > 0\)
and \(|r| = -r\) than \(r < 0\)
so \(|2| = 2\) and \(|-2| = 2\)
(just for simplifying you can think about module as about dropping minus from number, but for harder tasks you should use operation described above)
And about our task:
We can make example from this inequality \(−s≤r≤s\) --> \(-4 ≤ 2 ≤ 4\) or \(-4 ≤ -2 ≤ 4\)
So this inequality will be true for \(r\) and for \(r *-1\)
So we can change \(r\) in this inequality on \(|r|\) and this inequality still be true --> \(-4 ≤ |2| ≤ 4\)
And from this part we can drop left side of inequality and write it as \(|2| ≤ 4\)
That's how we transform \(-s≤r≤s\) to \(|r|≤s\)
Theory about modules:
math-absolute-value-modulus-86462.html