bruh

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

What is the difference of squares formula?

a^2 - b^2 = (a - b)(a + b)

2
New cards

What is the perfect square trinomial formula for a^2 + 2ab + b^2?

a^2 + 2ab + b^2 = (a + b)^2

3
New cards

What is the perfect square trinomial formula for a^2 - 2ab + b^2?

a^2 - 2ab + b^2 = (a - b)^2

4
New cards

What is the sum of cubes formula?

a^3 + b^3 = (a + b)(a^2 - ab + b^2)

5
New cards

What is the difference of cubes formula?

a^3 - b^3 = (a - b)(a^2 + ab + b^2)

6
New cards

How do you factor by grouping?

Group like terms: Example: ax + ay + bx + by = a(x + y) + b(x + y) = (a + b)(x + y)

7
New cards

What is the quadratic formula?

x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

8
New cards

How do you find the vertex of a parabola in standard form?

Use x = \frac{-b}{2a}, then plug in x to get y.

9
New cards

What is the product rule for exponents?

x^a \cdot x^b = x^{a + b}

10
New cards

What is the quotient rule for exponents?

\frac{x^a}{x^b} = x^{a - b}

11
New cards

What is the power rule for exponents?

(x^a)^b = x^{ab}

12
New cards

What does a negative exponent mean?

x^{-a} = \frac{1}{x^a}

13
New cards

What does zero exponent equal?

x^0 = 1, as long as x \neq 0

14
New cards

What does a fractional exponent represent?

x^{a/b} = \sqrt[b]{x^a} = (\sqrt[b]{x})^a

15
New cards

What is the definition of a logarithm?

If b^y = x, then \log_b x = y

16
New cards

What is the product rule for logarithms?

\logb (MN) = \logb M + \log_b N

17
New cards

What is the quotient rule for logarithms?

\logb \left(\frac{M}{N}\right) = \logb M - \log_b N

18
New cards

What is the power rule for logarithms?

\logb (M^p) = p \cdot \logb M

19
New cards

What is the change of base formula?

\logb M = \frac{\logc M}{\log_c b}

20
New cards

How do you solve an equation like |ax + b| = c?

Solve two cases: ax + b = c or ax + b = -c

21
New cards

How do you solve |ax + b| < c?

Convert to compound inequality: -c < ax + b < c

22
New cards

How do you solve |ax + b| > c?

Solve two separate cases: ax + b > c or ax + b < -c

23
New cards

What is the standard form of a complex number?

a + bi

24
New cards

What is i?

i = \sqrt{-1} and i^2 = -1

25
New cards

How do you find the absolute value (modulus) of a complex number?

|a + bi| = \sqrt{a^2 + b^2}