Algebra

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/107

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:18 PM on 6/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

108 Terms

1
New cards

Algebra

The branch of mathematics that deals with the study of formal manipulations of equations involving symbols and numbers.

2
New cards

Number

An entity describing the quantity or position of a mathematical object or extensions of these concepts.

3
New cards

Cardinal Numbers

Describe the quantity or size of the collections of objects.

4
New cards

Ordinal Numbers

Refer to the position relative to an ordering (first, second, third, …).

5
New cards

Natural Numbers

Numbers considered as counting numbers (1, 2, 3, …).

6
New cards

Whole Numbers

Numbers from 0 to positive infinity, excluding fractions or decimals.

7
New cards

Integers

Whole numbers including negative numbers (negative integers, zero, and positive integers).

8
New cards

Rational Numbers

Numbers which can be expressed as a quotient of two integers (fractions); includes repeating and terminating decimals.

9
New cards

Irrational Numbers

Numbers which cannot be expressed as a fraction (e.g., √2, π, e).

10
New cards

Absolute Value

The numerical value of the number neglecting the sign; distance from zero on a number line.

11
New cards

Prime Numbers

Numbers greater than 1 that have exactly two distinct factors: 1 and itself.

12
New cards

Composite Numbers

Numbers greater than 1 that have more than two distinct factors.

13
New cards

Divisibility Test

Standard method used to identify if a number is prime or composite.

14
New cards

Simple Fraction

Numerator and denominator are both integers.

15
New cards

Proper Fraction

Numerator is smaller than the denominator.

16
New cards

Improper Fraction

Numerator is greater than the denominator.

17
New cards

Unit Fraction

Numerator is equal to one and denominator is any integer.

18
New cards

Mixed Number

Combination of an integer and a proper fraction.

19
New cards

Complex Fraction

Numerator and denominator are both fractions.

20
New cards

Similar Fraction

Two or more simple fractions that have the same denominator.

21
New cards

Reciprocal

A fraction that results in interchanging the numerator and denominator.

22
New cards

Zero Fraction

Fraction in which the numerator is 0; equal to zero.

23
New cards

Undefined Fraction

A fraction with a denominator of 0.

24
New cards

Indeterminate Fraction

A fraction which has no quantitative meaning (e.g., 0/0).

25
New cards

Least Common Multiple (LCM)

The smallest integer that is a multiple of each of the given numbers.

26
New cards

Least Common Denominator (LCD)

The smallest common multiple of the denominators of a set of fractions.

27
New cards

Greatest Common Factor (GCF)

The largest integer which is a factor of each of the given numbers.

28
New cards

Significant Figures

Digits that define the numerical value of a number, beginning with the first non-zero digit.

29
New cards

Rounding

Replacing a number by another of approximately the same value but with fewer digits.

30
New cards

Truncating

Shortening a number by dropping digits; always rounds down.

31
New cards

Dimensional Analysis

A method of setting up problems that involves converting between different units of measurement.

32
New cards

Exponent Law: Product

(am)(an) = am+n

33
New cards

Exponent Law: Quotient

am / an = am-n

34
New cards

Exponent Law: Power of a Power

(am)n = am*n

35
New cards

Exponent Law: Power of a Product

(ab)m = am * bm

36
New cards

Exponent Law: Power of a Quotient

(a/b)m = am / bm

37
New cards

Exponent Law: Fractional Exponent

am/n = n-root(am)

38
New cards

Exponent Law: Negative Exponent

a^-m = 1 / am

39
New cards

Exponent Law: Zero Exponent

a^0 = 1

40
New cards

Radical

An expression involving a root (index n, radicand a).

41
New cards

Surd

An irrational number expressed as a root of an integer.

42
New cards

Radical Law: Product

n-root(a) * n-root(b) = n-root(ab)

43
New cards

Radical Law: Quotient

n-root(a) / n-root(b) = n-root(a/b)

44
New cards

Radical Law: Root of a Root

m-root(n-root(a)) = mn-root(a)

45
New cards

Logarithm Definition

log_a(b) = x is equivalent to a^x = b.

46
New cards

Common Logarithm

Logarithm with base 10 (Briggsian logarithm).

47
New cards

Natural Logarithm

Logarithm with base e (Napierian logarithm).

48
New cards

Euler's Number (e)

Mathematical constant approximately 2.71828.

49
New cards

Log Law: Product

log(xy) = log x + log y

50
New cards

Log Law: Quotient

log(x/y) = log x - log y

51
New cards

Log Law: Power

log(x^n) = n * log x

52
New cards

Log Law: Change of Base

log_b(x) = log x / log b

53
New cards

System of Equations

A set of two or more equations involving the same variables solved simultaneously.

54
New cards

Substitution Method

Solving one equation for a variable and substituting it into the other.

55
New cards

Elimination Method

Adding or subtracting equations to eliminate one variable.

56
New cards

Quadratic Equation Standard Form

Ax^2 + Bx + C = 0

57
New cards

Quadratic Formula

x = [-B ± sqrt(B^2 - 4AC)] / 2A

58
New cards

Discriminant

B^2 - 4AC; determines the nature of roots.

59
New cards

Nature of Roots: B^2

4AC = 0 - Roots are real and equal.

60
New cards

Nature of Roots: B^2

4AC > 0 - Roots are real and unequal.

61
New cards

Nature of Roots: B^2

4AC < 0 - Roots are complex and unequal (no real roots).

62
New cards

Sum of Roots (Quadratic)

r1 + r2 = -B / A

63
New cards

Product of Roots (Quadratic)

r1 * r2 = C / A

64
New cards

Special Product: Difference of Two Squares

x^2 - y^2 = (x + y)(x - y)

65
New cards

Special Product: Square of Binomial

(x ± y)^2 = x^2 ± 2xy + y^2

66
New cards

Special Product: Cube of Binomial

(x ± y)^3 = x^3 ± 3x^2y + 3xy^2 ± y^3

67
New cards

Special Product: Sum/Difference of Two Cubes

x^3 ± y^3 = (x ± y)(x^2 ∓ xy + y^2)

68
New cards

Special Product: Square of Trinomial

(x + y + z)^2 = x^2 + y^2 + z^2 + 2xy + 2xz + 2yz

69
New cards

Polynomial Function

A function involving only non-negative integer powers of x.

70
New cards

Remainder Theorem

If f(x) is divided by (x - k), the remainder is f(k).

71
New cards

Factor Theorem

If (x - k) is a factor of f(x), then f(k) = 0.

72
New cards

Binomial Theorem Expansion

(x + y)^n = sum from k=0 to n of [nCk * x^(n-k) * y^k]

73
New cards

Number of terms in (x + y)^n

n + 1

74
New cards

rth term of Binomial Expansion

nCr-1 * x^(n-r+1) * y^(r-1)

75
New cards

Sum of Coefficients in (Ax + By)^n

(A + B)^n

76
New cards

Sum of Exponents in (x^a + y^b)^n

n(n+1)/2 * (a+b) [Simplified: n(n+1) for linear]

77
New cards

Inverse Function

A function that "undoes" another, taking output y back to input x.

78
New cards

Mixture Problem Formula

V1C1 + V2C2 = VfCf

79
New cards

Direct Variation

y = kx

80
New cards

Inverse Variation

y = k/x

81
New cards

Joint Variation

y = kxz

82
New cards

Combined Variation

y = kz/x

83
New cards

Arithmetic Progression (AP)

A sequence where the difference between consecutive terms is constant.

84
New cards

nth term of AP

an = a1 + (n - 1)d

85
New cards

Arithmetic Mean

(a + b) / 2

86
New cards

Sum of Arithmetic Series

S = n/2 * (a1 + an) or S = n/2 * [2a1 + (n - 1)d]

87
New cards

Geometric Progression (GP)

A sequence where each term is found by multiplying the previous term by a constant ratio r.

88
New cards

nth term of GP

an = a1 * r^(n-1)

89
New cards

Geometric Mean

sqrt(ab)

90
New cards

Sum of Geometric Series

S = a1(1 - r^n) / (1 - r)

91
New cards

Sum of Infinite Geometric Series

S = a1 / (1 - r) where |r| < 1

92
New cards

Harmonic Progression

A sequence whose reciprocals form an arithmetic progression.

93
New cards

Clock Problem: Minute Hand vs Hour Hand

MH / HH = 12

94
New cards

Clock Problem: Angle between hands

theta = |30H - 5.5M|

95
New cards

Work Problem Formula

1/t1 + 1/t2 = 1/t_total

96
New cards

Complex Number Standard Form

z = a + bi

97
New cards

Imaginary Unit (i)

sqrt(-1); i^2 = -1, i^3 = -i, i^4 = 1

98
New cards

Permutation P(n, r)

n! / (n - r)!

99
New cards

Circular Permutation

(n - 1)!

100
New cards

Permutation with Identical Objects

n! / (r1! r2! … rk!)