If ab = 0, what does this tell you?
a = 0 or b = 0 (or both)
When should you substitute a variable (like t = tan(x))?
When equation has mix of tan, cot, sec — convert everything to one variable to simplify algebra
What is any number divided by zero equal to?
Undefined - you cannot divide by zero
How do you evaluate (√2)^10
It’s 10 because it’s 5 pairs of 2
What’s the rule for √a x √b
It’s equal to √(ab)
a and b >= 0 or it doesn’t work
“When dividing both sides of an equation by a variable (e.g., dividing by x), what must you be certain of to ensure the step is mathematically valid?
You must be certain that the variable does not equal zero. If not, factor instead
What does a ≡ b (mod n) mean?
“a is congruent to b modulo n” - means a and b have the same remainder when divided by n.
What does n | (a - b) mean in relation to mod?
a ≡ b (mod n) if and only if n divides (a - b). They’re equivalent statements.
What are the possible values of n (mod 3)?
n ≡ 0 (mod 3), n ≡ 1 (mod 3), or n ≡ 2 (mod 3)
(These are the only possible remainders when dividing by 3)
How do you write “n is divisible by 3” using mod notation?
How do you write “n is divisible by 3” using mod notation?
Rule - If mn is even, then what?
At least one of m or n must be even. (Contrapositive: if both m and n are odd, then mn is odd)
Rule - Three consecutive integers:
Among any 3 consecutive integers, at least one is divisible by 3. (General idea: consecutive integers cycle through remainders mod 3)
How do you convert scientific notation to expanded form?
Move the decimal point based on the exponent. Positive exponent → move right (making number bigger). Negative exponent → move left (making number smaller). Add zeros as needed.
What is (n+1)! = ?
n! + (n+1)