given |x| + |x + 1|.
for x <-1, this implies |x| = -x and |x + 1| = -x -1
for -1<x<0, this implies |x| = -x and |x + 1| = x + 1
for x > 0, this implies |x| = x and |x| = x + 1.
I completl forgot how they did those case analysis.....
how did they get all those implications??
for x <-1, this implies |x| = -x and |x + 1| = -x -1
for -1<x<0, this implies |x| = -x and |x + 1| = x + 1
for x > 0, this implies |x| = x and |x| = x + 1.
I completl forgot how they did those case analysis.....
how did they get all those implications??