Wat is abs (-8) + abs2?

Wat is abs (-8) + abs2?
Anonim

Antwoord:

#abs (-8) + abs (2) = 10 #

Uitleg:

Per definitie van absolute waarde:

#color (wit) ("XXXX") ##abs (-8) = 8 # en

#color (wit) ("XXXX") ##abs (2) = 2 #

Zo

#abs (-8) + abs (2) #

#color (wit) ("XXXX") ##= 8 +2#

#color (wit) ("XXXX") ##=10#