Question 972477
<i>If x is less than or equal to 7, then the absolute value of the expression x-7 = ?
</i>


{{{x<=7}}},
Allows x to be assigned as any of 7 or less than 7.


Try a step:
{{{x-7<=7-7}}}
{{{x-7<=0}}},
again, for any x less than 7, this expression on the left will be less than zero, and this is expected as first given condition, "x is less than or equal to 7...".

Next part:

{{{abs(x-7)=what}}}
-
Already established, is that {{{x<=7}}}; which means, x-7 WILL BE NEGATIVE, or in other words, x-7<0, or may be zero.
-
Thinking carefully of the meaning of absolute value,  for {{{x-7<=0}}}, {{{abs(x-7)=-(x-7)}}};
Again, you need to think through the meaning of absolute value; and drawing this graphed on a number line will help, if needed.


Try this thought:
Let p be a positive real number.
{{{abs(p)=p}}}, nothing too complicated.  p is p units away from zero on the number line, and because p was given as POSITIVE, p is p units TO THE RIGHT OF ZERO.
-
{{{-p}}} is also p units AWAY FROM 0 on the number line but {{{-p}}} is to the left of zero.
-
{{{abs(-p)}}}-----------What about this?
{{{abs(-p)=-(-p)}}}, because {{{-p}}} is negative.
{{{abs(-p)=-(-p)=p}}}.
p is a positive number, and -p is a negative number.


Try examening on your own this one:
Let r be a negative real number, or let r be real number such that {{{r<0}}}.
--
What is {{{abs(r)}}} ?