Working with numbers
Order of operations
The order of operations is a set of rules that tells you what to do first when evaluating an expression. The acronym PEMDAS helps you remember the order:
- Parentheses: evaluate expressions inside parentheses first.
- Exponents and roots: calculate powers and roots.
- Multiplication and division (equal priority): perform left to right - neither one comes before the other.
- Addition and subtraction (equal priority): perform left to right - neither one comes before the other.
Number properties
Common number properties
| Property | Example | Description |
|---|---|---|
| Commutative | ; | You can switch the order of addition or multiplication. |
| Associative | Regroups terms within the same operation - no new multiplication is introduced. | |
| Distributive | Multiplies a factor across a sum or difference; unlike associative, this always introduces a new multiplication. | |
| Identity | ; | Zero is the additive identity; one is the multiplicative identity. |
| Inverse | ; (for ) | Use opposites or reciprocals to undo operations. |
Exponent rules
Working with integer exponents
| Rule | Example | Description |
|---|---|---|
| Product rule | Add exponents when bases are the same. | |
| Quotient rule | Subtract exponents when dividing like bases. | |
| Power of a power rule | Multiply exponents when raising a power to a power. | |
| Zero exponent rule | (for ) | Any nonzero number to the power is . |
| Negative exponent rule | Flip the base and make the exponent positive. |
Scientific notation
Scientific notation expresses a number in the form , where and is an integer. This format is especially useful for very large or very small numbers.
- To convert a large number to scientific notation, move the decimal point to the left until one non-zero digit remains to the left. The number of places moved becomes a positive exponent.
- To convert a small number (between 0 and 1), move the decimal point to the right. The number of places moved becomes a negative exponent.
Example: Converting to scientific notation
Convert and to scientific notation.
- : move the decimal places left →
- : move the decimal places right →
Answer: ;
Problem-solving with variables
Example: Simplifying with PEMDAS and distribution
Simplify (a) , then (b) .
(a) PEMDAS:
- Parentheses:
- Multiply:
- Add:
(b) Distributive property:
- Distribute:
- Combine like terms:
Answer: (a) ; (b)
Fraction operations
To add or subtract fractions, you need a common denominator. To divide by a fraction, multiply by its reciprocal.
Example: Fraction operations
Add , then divide .
Addition:
- Find a common denominator: the LCD of and is .
- Rewrite each fraction: and
- Add:
Division:
- Dividing by a fraction is the same as multiplying by its reciprocal:
- You can cancel common factors before multiplying: the in the numerator and in the denominator share a factor of , giving .
Answer: ;
Operations with square roots
Square roots fall under the Exponents and roots step of PEMDAS - evaluate them after parentheses, but before multiplication, division, addition, and subtraction. To simplify a square root, factor the radicand and pull out any perfect-square factors. You can add or subtract radicals only when they share the same radicand; simplify each radical first, since doing so may reveal like radicals.
Example: Square roots - evaluate, simplify, and combine
(a) Evaluate . (b) Simplify .
(a)
- Inside the radical:
- Exponents/roots:
- Add:
(b)
- Simplify
- Combine like radicals:
Answer: (a) ; (b)
The same parentheses-first logic that governs arithmetic applies to set operations as well: grouping determines which operation you perform first.
Unions and intersections of sets
Just as parentheses control the order of arithmetic operations, they also control the order of set operations. In an expression like , you evaluate the union inside the parentheses first, then intersect the result with .
Example: Combined set operations
Find where , , and .
- First, .
- Then, .
Answer:
Understanding Venn diagrams
A Venn diagram uses overlapping circles to represent sets. The overlap shows the intersection (elements in both sets), and the non-overlapping parts show elements that belong to only one set.
To count elements in each region of a two-set Venn diagram, use the inclusion-exclusion equation: . Plug in what you know, solve for what you don’t, then fill in each region.
Solving problems with Venn diagrams
Example: Math and science
In a group of students, like math, like science, and like both. How many like only math, only science, and neither?
Let = students who like math () and = students who like science (), with .
- Inclusion-exclusion:
- Both:
- Only math:
- Only science:
- Neither:
Answer: only math , only science , neither
Example: Fair attractions
At a fair, people tried rides, tried games, and tried both. How many tried exactly one?
- Rides only: ; Games only: ; Exactly one:
Answer:

