-
radhika1306
- Master | Next Rank: 500 Posts
- Posts: 144
- Joined: Fri Apr 13, 2007 2:25 am
Two thumb rules for modulus function:
# 1: x^2 = |x|^2
# 2: x^1/2 = |x|
# 3: |x| < y is equivalent to -y < x < y
Solution:
x^2/|x| = |x^2/x| = |x| -------------(since x is non zero)
hence, the given condition is: |x| < 1
or - 1 < x < 1
so both 1 & 2 together are sufficient.
















