1. Sets, numbers, and variables Flashcards

1
Q

Does the order of elements within the braces matter?

A

No. S = {a, b, c} = {b, a, c}

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

What is a SET?

A

A collection of objects called ELEMENTS, that are listed within braces, { }.

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

What is the set having no elements called?

A

The EMPTY SET { } or NULL SET (circle with slash).

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

What is a SUBSET?

A

If each element of set B is also an element of set A, then set B is a subset of A.

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

B = {2, 4} ; A = {1, 2, 3, 4, 5}

A

Set B is a SUBSET of A.

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

What is the set of NATURAL NUMBERS?

A

{1, 2, 3, …}

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

What is the set of WHOLE NUMBERS?

A

{0, 1, 2, 3, …}

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

What is the set of INTEGERS?

A

{… -3, -2, -1, 0, 1, 2, 3, …}

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

What is the set of RATIONAL NUMBERS?

A

The set of all numbers that can be written as fractions in which their numerators and denominators are integers.

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

Name three subsets of rational numbers.

A

Natural numbers, whole numbers, and integers.

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

How are RATIONAL NUMBERS represented by decimals?

A

They can be written as nonending, repeating decimal numbers in which a set of one or more digits endlessly repeat. 3/11 = 0.272727…

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

What type of number does a repeating decimal represent?

A

A RATIONAL NUMBERS.

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

What set of numbers cannot be expressed as the quotient of two integers?

A

IRRATIONAL NUMBERS such as pi and the square root of 2.

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

What are nonending decimal numbers in which there is no repeating pattern of the same sequence of digits called?

A

IRRATIONAL NUMBERS

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

Is 0.13133133313333… a rational or irrational number?

A

Irrational number.

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

Is 0.666666…. a rational or irrational number?

A

Rational number.

17
Q

What two sets combine to make the set of REAL NUMBERS?

A

The set of rational numbers combined with the set of irrational numbers.

18
Q

What is a “pictorial representation of the set of REAL NUMBERS that resembles a ruler-like line on which an arbitrary point, called the ORIGIN, is labeled 0.

A

REAL NUMBER LINE.

19
Q

What is one-to-one correspondence?

A

The set of real numbers and the set of points on a line can be paired such that each real number corresponds exactly to one point on the line and each point on the line corresponds to one real number.

20
Q

What is the COORDINATE of a point?

A

The real number that is paired with the point.

21
Q

What is a VARIABLE?

A

A symbol that serves as a placeholder for an unknown member of a given set, called the REPLACEMENT SET or the DOMAIN of the variable.

22
Q

What is a CONSTANT?

A

Unlike a variable, a constant has a fixed value. In the sum x + 8, 8 is a constant.

23
Q

What is GENERALIZING IN ALGEBRA?

A

Mathematical laws and properties that apply to all members of a set of numbers can be concisely stated using variables. For example “a + b = b + a” states that the order in which any two real numbers are added does not matter.

24
Q

What is a PRODUCT?

A

The result of multiplying two or more FACTORS together.