6.1 Arithmetic Operations, Order of Operations & Number Properties
Key Takeaways
- The standard Order of Operations follows the PEMDAS hierarchy: Parentheses/grouping symbols first, Exponents second, Multiplication and Division in order from left to right, and Addition and Subtraction in order from left to right.
- Multiplication and division share equal priority, as do addition and subtraction; in expressions containing consecutive operations of equal priority, you must evaluate strictly from left to right.
- Under signed number rules, multiplying or dividing two numbers with identical signs always produces a positive result, whereas multiplying or dividing numbers with opposite signs always yields a negative result.
- Prime factorization decomposes a composite number into a unique product of prime numbers, enabling efficient determination of the Greatest Common Factor (GCF) and Least Common Multiple (LCM).
6.1 Arithmetic Operations, Order of Operations & Number Properties
The Mathematics Knowledge (MK) subtest of the AFQT measures your ability to apply fundamental mathematical principles, perform numeric operations, and solve algebraic expressions rapidly and accurately without a calculator. Building absolute mastery over fundamental arithmetic, the order of operations, signed number rules, and number properties is the single most critical step toward securing a top percentile score.
The Order of Operations: PEMDAS
When evaluating mathematical expressions with multiple operations, following a standardized sequence ensures consistent, unambiguous results. The universal order of operations is governed by the acronym PEMDAS (often remembered via the mnemonic "Please Excuse My Dear Aunt Sally").
The PEMDAS Hierarchy
- P — Parentheses & Grouping Symbols: Evaluate all operations enclosed within parentheses
(), brackets[], braces{}textiles, absolute value bars| |, fraction bars, and radical symbols√from the innermost grouping outward. - E — Exponents & Roots: Evaluate all exponential powers ($x^n$) and square or principal roots ($\sqrt{x}$).
- M & D — Multiplication & Division: Perform all multiplication and division in order from left to right. Multiplication does not take precedence over division; they hold equal operational priority.
- A & S — Addition & Subtraction: Perform all addition and subtraction in order from left to right. Addition does not take precedence over subtraction; they hold equal operational priority.
| Operational Step | Symbol / Notation | Priority Order | Left-to-Right Rule Active? |
|---|---|---|---|
| Parentheses / Grouping | (), [], {} | 1 (Innermost first) | N/A |
| Exponents / Roots | $x^y$, $\sqrt{x}$ | 2 | N/A |
| Multiplication / Division | $\times$, $\div$, $\cdot$ | 3 | Yes (Strictly left to right) |
| Addition / Subtraction | $+$, $-$ | 4 | Yes (Strictly left to right) |
⚠️ CRITICAL AFQT EXAM TRAP: A common mistake on the ASVAB is assuming multiplication must always be performed before division simply because 'M' precedes 'D' in PEMDAS. Consider $24 \div 4 \times 3$. Evaluating left to right yields $6 \times 3 = 18$. Performing multiplication first incorrectly yields $24 \div 12 = 2$.
Step-by-Step Evaluation Example
Evaluate the expression: $32 - 4 \times (5 - 2)^2 + 18 \div 3$
- Parentheses: Solve $(5 - 2) = 3$. Expression becomes: $32 - 4 \times (3)^2 + 18 \div 3$
- Exponents: Solve $(3)^2 = 9$. Expression becomes: $32 - 4 \times 9 + 18 \div 3$
- Multiplication & Division (Left to Right):
- First: $4 \times 9 = 36 \implies 32 - 36 + 18 \div 3$
- Second: $18 \div 3 = 6 \implies 32 - 36 + 6$
- Addition & Subtraction (Left to Right):
- First: $32 - 36 = -4 \implies -4 + 6$
- Second: $-4 + 6 = 2$
Final Result = 2
Fundamental Properties of Real Numbers
Algebraic simplification relies on five core mathematical properties. Recognizing these properties allows you to reorder, regroup, and transform complex AFQT expressions into manageable mental arithmetic.
1. Commutative Property
Changing the order of terms does not change the result. Applies only to addition and multiplication.
- Addition: $a + b = b + a \quad (\text{e.g.}, 7 + 12 = 12 + 7 = 19)$
- Multiplication: $a \cdot b = b \cdot a \quad (\text{e.g.}, 4 \cdot 9 = 9 \cdot 4 = 36)$
- Note: Subtraction and division are not commutative ($8 - 3 \neq 3 - 8$ and $12 \div 4 \neq 4 \div 12$).
2. Associative Property
Changing the grouping of terms does not change the result. Applies only to addition and multiplication.
- Addition: $(a + b) + c = a + (b + c) \quad (\text{e.g.}, (3 + 5) + 4 = 3 + (5 + 4) = 12)$
- Multiplication: $(a \cdot b) \cdot c = a \cdot (b \cdot c) \quad (\text{e.g.}, (2 \cdot 3) \cdot 5 = 2 \cdot (3 \cdot 5) = 30)$
3. Distributive Property
Multiplying a sum or difference by a value is equivalent to multiplying each addend individually and combining the products.
- Symbolic Form: $a(b + c) = ab + ac$ and $a(b - c) = ab - ac$
- Example: $6(3x - 4) = 18x - 24$
- Negative Distribution: $-3(x - 5) = -3x + 15$ (Remember: negative times negative yields positive).
4. Identity Properties
- Additive Identity: Adding zero to any real number leaves the number unchanged ($a + 0 = a$).
- Multiplicative Identity: Multiplying any real number by one leaves the number unchanged ($a \cdot 1 = a$).
5. Inverse Properties
- Additive Inverse: The sum of any number and its opposite is zero ($a + (-a) = 0$).
- Multiplicative Inverse (Reciprocal): The product of any non-zero number and its reciprocal is one ($a \cdot \frac{1}{a} = 1$).
Signed Number Arithmetic Rules
Operating with positive and negative integers requires strict adherence to sign rules.
Addition of Signed Numbers
- Same Signs: Add their absolute values and keep the shared sign.
- Different Signs: Subtract the smaller absolute value from the larger absolute value, and assign the sign of the number with the greater absolute value.
Subtraction of Signed Numbers
Convert subtraction into addition by adding the opposite (additive inverse) of the subtrahend: $a - b = a + (-b)$.
- Example 1: $7 - 15 = 7 + (-15) = -8$
- Example 2: $-9 - (-14) = -9 + 14 = +5$
Multiplication and Division of Signed Numbers
- Same Signs: Product or quotient is always positive ($+ \cdot + = +$ and $- \cdot - = +$).
- Different Signs: Product or quotient is always negative ($+ \cdot - = -$ and $- \cdot + = -$).
Prime Factorization, GCF & LCM
Prime vs. Composite Numbers
- A prime number is a whole number greater than 1 with exactly two distinct positive factors: 1 and itself (e.g., $2, 3, 5, 7, 11, 13, 17, 19, 23, 29$). Note: 2 is the only even prime number.
- A composite number has more than two factors (e.g., $4, 6, 8, 9, 10, 12$).
- The numbers 0 and 1 are neither prime nor composite.
Prime Factorization
Prime factorization breaks down a composite number into a product of prime factors. For instance, to find the prime factorization of 360:
Greatest Common Factor (GCF)
The GCF is the largest integer that divides two or more integers without a remainder. To find the GCF:
- Write out the prime factorization of each number.
- Identify all shared prime factors.
- Take the lowest power of each shared factor and multiply them.
Least Common Multiple (LCM)
The LCM is the smallest positive integer that is divisible by two or more integers. To find the LCM:
- Write out the prime factorization of each number.
- Identify all unique prime bases present in any number.
- Take the highest power of each prime base and multiply them.
What is the value of the arithmetic expression: 18 - 3 × (4 + 2)² ÷ 9 + 5?
What is the Least Common Multiple (LCM) of 24, 36, and 40?
Which number property is illustrated by the algebraic transformation: -4(x - 7) = -4x + 28?