Adding Integers
What do the symbols | | mean?
What is "the distance from zero"
How do you add two same signed integers?
What is "ADD their ABSOLUTE VALUES & KEEP the same sign"
How do you add different signed integers?
What is "SUBTRACT their ABSOLUTE VALUES and TAKE the sign of NUMBER with the largest ABSOLUTE VALUE"