๐ Key Concept
Integers include all whole numbers and their negatives: ..., โ3, โ2, โ1, 0, 1, 2, 3, ...
Order of Operations (PEMDAS): Parentheses โ Exponents โ Multiplication/Division โ Addition/Subtraction, always left to right.
Absolute Value |x| means the distance from 0, always โฅ 0. So |โ5| = 5.
โ๏ธ Worked Example
Evaluate: โ3 + (โ5) ร 2
Step 1: Multiply first (PEMDAS) โ5 ร 2 = โ10
Step 2: Add โ3 + (โ10) = โ13
Answer: โ13