Algebra Unit Flashcards

Terms, definitions, concepts (61 cards)

1
Q

What’s the order of operations?

A
  1. Brackets / Parenthesis
  2. Exponents
  3. Division, Multiplication
  4. Addition, Subtraction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are natural numbers (N)?

A

Counting numbers like 1, 2, 3, …

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

What are whole numbers?

A

They are natural numbers including 0

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

What are integers (Z)?

A

They are whole numbers, including negative whole numbers

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

What are rational numbers?

A

Can be written as p/q where q is not 0

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

What are irrational numbers

A

Cannot be written as p/q

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

What’s a ratio in math?

A

A comparison of 2 numbers (E.g 2:3 ratio of girls to boys)

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

What’s a proportion?

A

It’s when 2 ratios are equal

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

What’s a radical?

A

It’s an expression w/ roots

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

What’s an exponent?

A

It’s a power showing repeated multiplication

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

What’s the absolute value?

A

It’s the distance from 0 along a real number line

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

What’s a coefficient?

A

It’s the number in front of a variable

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

What is the degree of a term or polynomial?

A

It’s the highest exponent

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

What’s a polynomial?

A

An expression w/ non negative integer exponents. No variables in denominators, no roots.

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

What’s a rational expression?

A

A fraction w/ polynomials in the numerator and denominator

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

What’s a radical expression?

A

An expression w/ square roots or other roots

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

How should you write a polynomial?

A

In standard form. Arrange its terms in descending order of their degrees.

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

What are monomials, binomials, and trinomials?

A

They indicate the number of terms in a polynomial.

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

What’s a constant term?

A

It’s the term w/ no variable

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

What’s the leading term?

A

The term w/ the highest degree

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

Difference of squares factoring formula?

A

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

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

Sum of cubes factoring formula?

A

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

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

Difference of cubes factoring formula?

A

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

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

How do you factor a simple trinomial? (x^2 + bx + c)

A

Find two numbers that multiply to c and add to b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
How do you factor a complex trinomial? (ax^2 + bx + c)
For example, 2x^2 + 7x + 3 = (2x + 1)(x + 3) because two numbers that create product of 6 and a sum of 7 are 6 and 1. Then you create two brackets with terms w/ the x variable, then make sure outer terms multiply to one of the numbers and the inner terms multiply to the other.
26
How do you factor a perfect square trinomial (a^2 +- 2ab + b^2)
(a +- b)^2 For this to be possible, ensure the middle term = 2ab. If it's not equal, factor it as a complex trinomial.
27
How do you factor by grouping?
Group terms together and factor them separately. Then factor again if needed.
28
What does rationalizing the denominator mean?
Rewriting a fraction so that the denominator has no roots or irrational numbers. It's used to simplify expressions.
29
There are 4 cases of when you need to rationalize the denominator. State them and the method.
Case 1: 1/√2 Multiply num and den by v2 Case 2: 3/2(√5) Multiply num and den by √5 Case 3: 1/(2+√3) Multiply num and den by the conjugate 2 - √3 Case 4: 1/∛2 Multiply num and den by 2^(2/3) to make the denominator rational
30
What's a conjugate in math?
A related expression, usually a binomial, formed by changing the sign between its terms.
31
Exponent law: (a^m)(a^n)
a^(m+n)
32
Exponent law: a^m / a^n
a^(m-n)
33
Exponent law: (a^m)^n
a^mn
34
Exponent law: (ab)^m
(a^m)(b^m)
35
Exponent law: a^0
1
36
Exponent law: a^-m
1 / (a^m)
37
Exponent law: a^(m/n)
n root of a^m or (n root of a)^m
38
Exponent law extended: (a/b)^-m
(b/a)^m
39
What's a system of equations?
Two or more equations w/ the same variables. A point (x,y) is a solution to the system if it makes each equation true. Graphically, a solution is a POI.
40
What's a linear equation?
An algebraic equation where each term is a constant or a single variable (to the power of 1), forming a straight line when graphed
41
Slope-intercept form equation and its best use?
y = mx + b Best for graphing
42
Point-slope form equation and its best use?
y-y1 = m(x-x1) Best when you know a point and the slope
43
Standard form equation and its best use?
Ax + By + C = 0 Best for solving a system of equations and finding intercepts
44
Describe a consistent & independent linear system
Different slopes, one solution
45
Describe a consistent & dependent linear system
Same slopes, same y-ints, infinite solutions
46
Describe an inconsistent linear system
Same slopes, different y-ints, no solutions
47
If an equation is a multiple of another, how many solutions does the linear system have?
Infinite solutions
48
What are the 2 ways to solve a linear system?
Substitution and Elimination. Make sure to do a formal check of L.S = R.S
49
What is a linear inequality and when do you use an open vs closed circle?
A mathematical statement comparing two expressions with an inequality sign. Use an open circle for > or < and a closed circle for >= or <=
50
What are the type of linear system word problems?
1. Investing money 2. Mixing solutions 3. Driving distance 4. Speed, distance, time w/ current
51
When you divide/multiply by a negative number in an inequality, what must you do?
Switch the direction of the inequality sign
52
What is a rational expression?
An expression in the form p/q, where p & q are polynomials and q is not equal to 0. It is undefined when the denominator is 0
53
What are restrictions?
Limitations on the possible input values (domain) for a function, often to prevent undefined operations like dividing by zero or taking the square root of a negative number
54
What are the steps to simplify a rational expression?
1. Factor out the numerator & denominator completely 2. Cancel out common factors 3. State any restrictions
55
What's a factor?
A number that divides another number evenly, leaving no remainder, or one of the numbers that are multiplied together to get a product
56
What are the steps to multiply rational expressions?
1. Factor out num & den 2. Cancel out common factors 3. Multiply remaining num & den
57
What are the steps to adding/subtracting rational expressions?
1. Factor out if needed 2. Find LCD & rewrite each fraction 3. Combine numerators 4. State restrictions
58
What are the steps to solve rational equations?
1. Find restrictions 2. Use LCD 3. Solve 4. Check for extraneous roots
59
What are extraneous roots?
A value that appears to solve an equation after algebraic manipulation but doesn't satisfy the original equation when substituted back in
60
What's a prime number?
A positive integer greater than 1 that has exactly two divisors: 1 and itself. Examples: 2, 3, 5, 7, 11, 13...
61
What is a composite number?
A positive integer greater than 1 that has more than two divisors (i.e., it's NOT prime). Examples: 4, 6, 8, 9, 10, 12...