Asked by Anonymous

|120-x| if x<120

|x-120| if x<120

Answers

Answered by oobleck
recall that
|n| = n if n≥0
|n| = -n if n < 0

so, that means that
if x < 120, 120-x > 0
so |120-x| = 120-x if x < 120
and so, of course,
|x-120| = -(x-120) = 120-x if x < 120
There are no AI answers yet. The ability to request AI answers is coming soon!