Algebra Flashcards

1
Q

What is the formula for the area of a rectangle?

A

Area = length × width

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

True or False: The formula for the perimeter of a square is P = 4s, where s is the length of a side.

A

True

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

Fill in the blank: The formula for the volume of a cylinder is V = _____, where r is the radius and h is the height.

A

πr²h

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

What is the quadratic formula used to find the roots of a quadratic equation?

A

x = (-b ± √(b² - 4ac)) / 2a

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

Which formula represents the slope of a line given two points (x1, y1) and (x2, y2)?

A

Slope = (y2 - y1) / (x2 - x1)

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

True or False: The formula for the area of a triangle is A = 1/2 × base × height.

A

True

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

What is the formula for the distance between two points (x1, y1) and (x2, y2)?

A

Distance = √((x2 - x1)² + (y2 - y1)²)

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

Fill in the blank: The formula for the circumference of a circle is C = _____, where r is the radius.

A

2πr

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

What is the formula for the sum of the interior angles of a polygon with n sides?

A

Sum = (n - 2) × 180°

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

What is the formula for converting Celsius to Fahrenheit?

A

F = (C × 9/5) + 32

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

True or False: The formula for the Pythagorean theorem is a² + b² = c².

A

True

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

What is the formula for the exponential growth model?

A

y = a(1 + r)ⁿ

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

Fill in the blank: The formula for the area of a circle is A = _____, where r is the radius.

A

πr²

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

What is the formula for the roots of a cubic equation?

A

There is no simple formula; it generally requires numerical methods or Cardano’s method.

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

What is the formula for the sum of an arithmetic series?

A

S_n = n/2 × (a + l), where n is the number of terms, a is the first term, and l is the last term.

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

True or False: The formula for the surface area of a sphere is 4πr².

A

True

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

What is the formula for the compound interest?

A

A = P(1 + r/n)^(nt)

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

Fill in the blank: The formula for the difference of squares is a² - b² = _____ .

A

(a - b)(a + b)

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

What is the formula for the slope-intercept form of a line?

A

y = mx + b, where m is the slope and b is the y-intercept.

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

What is the formula for calculating the mean of a set of numbers?

A

Mean = (Sum of all values) / (Number of values)

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

True or False: The formula for the harmonic mean is 1/H = (1/a + 1/b + 1/c + … + 1/n) / n.

22
Q

What is the formula for the binomial theorem?

A

(a + b)ⁿ = Σ (n choose k) a^(n-k) b^k

23
Q

Fill in the blank: The formula for the factorial of n is n! = _____ .

A

n × (n - 1) × (n - 2) × … × 1

24
Q

What is the formula for the standard deviation of a population?

A

σ = √(Σ(x - μ)² / N), where μ is the mean and N is the number of data points.

25
Q

True or False: The formula for the law of cosines is c² = a² + b² - 2ab cos(C).

26
Q

What is the formula for the area of a trapezoid?

A

Area = 1/2 × (base1 + base2) × height

27
Q

What is a set in set theory?

A

A collection of distinct objects, considered as an object in its own right.

28
Q

True or False: The empty set is a subset of every set.

29
Q

What symbol is used to denote the union of two sets?

30
Q

Fill in the blank: The intersection of sets A and B is denoted as ___ .

31
Q

What does the complement of a set A refer to?

A

The set of all elements not in A.

32
Q

Which of the following is an example of a finite set? (a) The set of all integers (b) The set of days in a week (c) The set of all real numbers

A

b) The set of days in a week

33
Q

True or False: A set can contain itself as an element.

34
Q

If A = {1, 2, 3} and B = {3, 4, 5}, what is A ∪ B?

A

{1, 2, 3, 4, 5}

35
Q

What is the power set of a set?

A

The set of all possible subsets of a set.

36
Q

How many subsets does a set with n elements have?

37
Q

What is the difference between two sets A and B denoted as A - B?

A

The set of elements in A that are not in B.

38
Q

Fill in the blank: The symbol for ‘is a subset of’ is ___ .

39
Q

True or False: Two sets are equal if they have the same elements.

40
Q

What is the notation for the Cartesian product of sets A and B?

41
Q

If U is the universal set and A = {1, 2}, what is the complement of A?

42
Q

What is a disjoint set?

A

Two sets that have no elements in common.

43
Q

If A = {x | x is an even number} and B = {x | x is a prime number}, are A and B disjoint?

44
Q

What is the formula for the number of elements in the union of two sets A and B?

A

|A ∪ B| = |A| + |B| - |A ∩ B|

45
Q

True or False: The intersection of two sets can be the empty set.

46
Q

What does it mean for a set to be countably infinite?

A

It can be put into a one-to-one correspondence with the natural numbers.

47
Q

Fill in the blank: A set that contains all subsets of a set S is called the ___ of S.

48
Q

If A = {2, 4, 6} and B = {1, 2, 3}, what is A ∩ B?

49
Q

What is the definition of a proper subset?

A

A subset that is not equal to the set it is a subset of.

50
Q

What symbol is used to denote the difference between two sets?

51
Q

True or False: The union of two sets can be equal to one of the original sets.

52
Q

What is the result of the Cartesian product of sets A = {1, 2} and B = {a, b}?

A

{(1, a), (1, b), (2, a), (2, b)}