Co to jest abs (-9)?

Co to jest abs (-9)?
Anonim

Odpowiedź:

#abs (-9) = 9 #

Wyjaśnienie:

Jeśli #x> 0 # następnie #abs (x) = x> 0 #

Jeśli #x = 0 # następnie #abs (x) = 0 #

Jeśli #x <0 # następnie #abs (x) = -x> 0 #

Dla wszystkich # x # mamy #abs (x)> = 0 #

#abs (x) # jest „rozmiarem” # x #, niezależnie od jego znaku.

Równoważnie jest to odległość # x # z #0#