Chapter 1

Order of operations: PEMDAS

Properties of equality

For all real numbers \(a, b, c\):
Property Name Expression
Reflexive \(a = a\)
Symmetric If \(a = b\) then \(b = a\).
Transitive If \(a = b\) and \(b = c\) then \(a = c\).
Substitution If \(a = b\) then replace \(a\) with \(b\) in any expression.
Associative \((a + b) + c = a + (b + c)\)
\((a b) c = a (b c)\)
Commutative \(a + b = b + a\)
\(a b = b a\)
Distributive \(a (b + c) = ab + ac\)
\((b + c) a = ba + ca\)

Solving equations

Feynman Technique for Problem-Solving