Algebraic Tips Flashcards

(14 cards)

1
Q

If ab = 0, what does this tell you?

A

a = 0 or b = 0 (or both)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When should you substitute a variable (like t = tan(x))?

A

When equation has mix of tan, cot, sec — convert everything to one variable to simplify algebra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is any number divided by zero equal to?

A

Undefined - you cannot divide by zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you evaluate (√2)^10

A

It’s 10 because it’s 5 pairs of 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s the rule for √a x √b

A

It’s equal to √(ab)
a and b >= 0 or it doesn’t work

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

“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?

A

You must be certain that the variable does not equal zero. If not, factor instead

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does a ≡ b (mod n) mean?

A

“a is congruent to b modulo n” - means a and b have the same remainder when divided by n.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does n | (a - b) mean in relation to mod?

A

a ≡ b (mod n) if and only if n divides (a - b). They’re equivalent statements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the possible values of n (mod 3)?

A

n ≡ 0 (mod 3), n ≡ 1 (mod 3), or n ≡ 2 (mod 3)
(These are the only possible remainders when dividing by 3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you write “n is divisible by 3” using mod notation?

A

How do you write “n is divisible by 3” using mod notation?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Rule - If mn is even, then what?

A

At least one of m or n must be even. (Contrapositive: if both m and n are odd, then mn is odd)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Rule - Three consecutive integers:

A

Among any 3 consecutive integers, at least one is divisible by 3. (General idea: consecutive integers cycle through remainders mod 3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you convert scientific notation to expanded form?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is (n+1)! = ?

A

n! + (n+1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly