Question 1139391
<br>
Plan:
Find the solution set for equal to 5;
then use end behavior to determine when the inequality is true.<br><pre>
-----------------------------------------------------
{{{abs(2*abs(x-3)-7) = 5}}}  -->  (1) {{{2*abs(x-3)-7 = 5}}}  OR  (2) {{{2*abs(x-3)-7 = -5}}}
-----------------------------------------------------
(1):
{{{2*abs(x-3)-7 = 5}}}
{{{2*abs(x-3) = 12}}}
{{{abs(x-3) = 6}}}  -->  (1a) {{{x-3 = 6}}}  OR  (1b) {{{x-3 = -6}}}
(1a):  {{{x-3 = 6}}}  -->  {{{x = 9}}}
(1b):  {{{x-3 = -6}}}  -->  {{{x = -3}}}
-----------------------------------------------------
(2):
{{{2*abs(x-3)-7 = -5}}}
{{{2*abs(x-3) = 2}}}
{{{abs(x-3) = 1}}}  -->  (1a) {{{x-3 = 1}}}  OR  (1b) {{{x-3 = -1}}}
(1a):  {{{x-3 = 1}}}  -->  {{{x = 4}}}
(1b):  {{{x-3 = -1}}}  -->  {{{x = 2}}}
-----------------------------------------------------</pre>
We are done with the first step: the values of x for which the expression is equal to 5 are -3, 2, 4, and 9.  Now for the second step.<br>
1) The value of the expression is always 0 or positive, because it is an absolute value.
2) For large positive or large negative values of x, the value of the expression will be large.
3) Every segment of the graph is linear.<br>
Given those three facts and the four values of x for which the expression is equal to 5, we can conclude that the inequality (value of the expression is less than 5) is true between x = -3 and x = 2, and between x = 4 and x = 9.<br>
-----------------------------------------------------
ANSWER: The solution set for the inequality is (-3,2) U (4,9)<br>
A graph:<br>
{{{graph(400,400,-10,15,-5,15,abs(2*abs(x-3)-7),5)}}}