Whats the absolute value of 8?

1 Answer
Jun 29, 2015

The absolute value of 88 is 88.

In symbols: abs(8) = 8|8|=8

Explanation:

The absolute value of a number is its 'size'. For positive numbers the size is the same as the number. For negative numbers it is the corresponding positive number.

In symbols:

abs(x) = abs(-x) = x|x|=|x|=x when x >= 0x0

Another way of thinking of it is to imagine numbers laid out in order, evenly spaced on a line with 00 at the centre, negative numbers on the left and positive numbers on the right, with 11 being a unit distance from 00. The absolute value of any number is then its distance from 00.