+0  
 
0
618
2
avatar

Is there a trick that can help me how absolute value works??

 Oct 15, 2015

Best Answer 

 #1
avatar+6251 
+5

a trick?  tough to say...

 

suppose you have |x|

 

if (x>=0), whatever x might be, then |x| = x

 

if (x<=0), then |x| = -x

 

that about as simple as it can be made.

 Oct 15, 2015
 #1
avatar+6251 
+5
Best Answer

a trick?  tough to say...

 

suppose you have |x|

 

if (x>=0), whatever x might be, then |x| = x

 

if (x<=0), then |x| = -x

 

that about as simple as it can be made.

Rom Oct 15, 2015
 #2
avatar
+5

so basically if x is negative, or less than zero, the absolute value of x will be the opposite. So if x= -76 then the absolute value of x will be +76. However if x is positive, or greater than zero, the absolute value of x will be the same as x. So if x=53, then the absolute value of x will still be 53. It works the same for expressions. For example, the expression |3-8|  You solve the expression inside the absolute value signs as you would if they were brackets/parentheses. So, |3-8|= |- 5|, which, since it is negative, is flipped and becomes +5. 

 Oct 16, 2015

0 Online Users