Evaluating Absolute Value Expression Within Ranges

173 Views Asked by At

enter image description here

I am trying to evaluate an absolute value expression but I am struggling to know whether to place a (+) or a (-) on each expression when evaluating each interval. For example, is there a quick method that can take a second to realize whether $|4-x|$ gets a $+/-$ sign in the interval $[-3,4)$? (Without having to say $|4-x|=4-x$ if $4-x>0$ or $4>x$). I say this because on my math exams, time is constrained and I need to evaluate long absolute expression in seconds.

1

There are 1 best solutions below

4
On

In order to get to to know if |4−x| gets a +/− sign in the interval [−3,4) just plug in the end points of your interval.
For example out here plug in -3 and 3.99 for $x$ and since the result is positive in both cases $$|4-x|=4-x$$ If you have [5,6] as your interval then you plug in 5 and 6 for $x$ and since the result is negative in both cases: $$|4-x|=x-4$$ If you have [3,6] as your interval then you plug in 3 and 6 for $x$ and since the result is negative in one case and positive in the other split the interval into two-[3,4] and [4,6] to get a better idea.