1.1: Real Numbers Flashcards

(36 cards)

1
Q

What are the individual objects in a set called?

A

Elements

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

What are natural numbers?

A

Ordinary numbers we use to count things. Positive integers.

1, 2, 3, 4, 5, etc.

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

What is a composite number?

A

A natural number other than 1 that is not prime

4, 6, 9, 10, etc.

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

What is a prime number?

A

A natural number other than 1 that is evenly divisible only by itself and 1

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

What are whole numbers?

A

Whole numbers are all natural numbers AND 0

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

What are integers?

A

Integers are the whole numbers, the negative “whole numbers,” and 0

-3, -2, -1, 0, 1, 2, 3, etc.

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

What are rational numbers?

A

Numbers that can be written in the form f a fraction p/q where p and q are integers and q is NOT 0

Numbers that can be written as repeating or terminating decimals

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

What are irrational numbers?

A

Numbers that cannot be written as terminating or repeating decimals, like PI.

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

What are real numbers?

A

Rational and irrational numbers taken together.

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

What is a variable?

A

A symbol that can stand for something else like a pronoun

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

What does “x is an element of the set {0, 2, 4, 6} mean?

A

It means x can be replaced by 0, 2, 4, or 6

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

What is a domain?

A

A domain is the set of a variable

{0, 2, 4, 6} is the domain of X

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

Define inequality

A

If a and b are two real numbers and a is to the left of b on the number line, then a is less than b. a < b

If a and b are two real numbers and a is to the right of b on the number line, then a is greater than b. a > b

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

Additive inverse

A

The additive inverse, or opposite, of a number is the number that, when added to a, yields zero. The additive inverse of a is denoted by unary minus: -a

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

How do we denote an additive inverse?

A

We use a unary minus

  • (4) = -4
  • (-4) = 4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define absolute value

A

The absolute value of a number is a measure of its distance from zero on a number line

-5 | = 5

17
Q

What is the relationship between an additive inverse and absolute value?

A

The absolute value of a negative number is the additive inverse of the number

-8 | = 8
-(-8) = 8

18
Q

What is the absolute value of 0?

19
Q

What is the roster method of writing a set?

A

Encloses a list of elements of the set in curly braces

20
Q

What is a finite set?

A

All elements can be listed

21
Q

What is an infinite set?

A

All elements cannot be listed

22
Q

What is a null set?

A

The set that contains no elements

{ } denotes an empty or null set

23
Q

Name three ways to represent sets

A

Set-builder notation
Roster rotation
Interval notation

24
Q

What is set-builder notation?

A

Can represent any set, but very useful for infinite number sets

{x | x > -3, x is an element of integers}

25
What makes set builder notation useful?
We use it for sets of infinite numbers
26
How do we read { x | x > -3, x is an element of integers}
The set of all x such that x is greater than -3
27
If we see se builder notation for the following, what should we assume x is? {x | x < 5}
Assume x is a real number. The text omitted "x is an element of real numbers" for brevity
28
What is an interval?
The set of all numbers between the given numbers
29
What are endpoints?
The two numbers that define the beginning and end of an interval
30
What is a closed interval?
A closed interval includes both end points {x | 0 <= 4}
31
What is an open interval?
An open interval contains neither endpoint {x | 0 < x < 3}
32
What is a half-open interval?
A set that contains one endpoint but not the other {x | -1 < x <= 2}
33
Interval notation
The brackets or parentheses that are used to graph the set are written with the endpoints of the interval {x | -3 <= 2}
34
Can we perform operations on sets?
Yes
35
Define union
The union of two sets, A U B, is the set of all elements that belong to either A or B. A U B = {x | x E A or x E B } A = {1, 2, 3} B = {1, 3, 5, 7} A U B = {1, 2, 3, 5, 7} Union represents common elements on once, discards the other one
36
Define intersection
The intersection of two sets, A ∩ B, is the set of all elements that are common to A and B A = {1, 2, 3} B = {1, 3, 5} A ∩ B = {1, 3}