Final Exam Flashcards

1
Q

Divisibility rule: 2 only if

A

if the last digit is even (ends in 0, 2, 4, 6, 8…)

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

Divisibility rule: 3

A

The sum of the digits is divisible by 3

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

Divisibility rule: 4

A

The last 2 digits are divisible by 4

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

Divisibility rule: 5

A

The last digit is a 0 or 5

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

Divisibility rule: 6

A

The number is divisible by 2 and 3

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

Divisibility rule: 8

A

The last 3 digits are divisible by 8

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

Divisibility rule: 9

A

The sum of digits is divisible by 9

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

Divisibility rule: 10

A

The last digit is a 0

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

Divisibility rule: 11

A

if the difference of the sum of digits is 0 or 11

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

Arithmetic sequence formula

A

an = a1 + (n-1)d

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

Proper subset

A

a subset that contains all the elements of another set, but is not the same set itself (ex. If A = {1, 2, 3} and B = {1, 2}, then B is a proper subset of A because all elements of B are in A, but A has an additional element (3) not present in B.)
(written out answer ex. 2^6 - 1)

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

Improper subset:

A

a subset of a set that contains all the elements of the original set, meaning it is essentially the original set itself; every set only has one improper subset, which is the set itself.
(Ex. if set A = {1, 2, 3}, then the only improper subset of A is A itself, {1, 2, 3}.) (Written out answer ex. 2^6)

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

Closure property of addition of whole numbers

A

the sum of two whole numbers is a unique whole number; for example, 5+2 is a unique whole number, and that number is 7

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

Closure property of multiplication of whole numbers

A

when two numbers from a set are multiplied, the product is also in that set

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

Prime numbers

A

natural numbers that are divisible by only 1 and the number itself.
examples: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, …

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

Composite numbers

A

any positive integers or natural numbers that have more than two factors. examples: 4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, …

17
Q

Geometric sequence formula

A

an = a (r^n - 1) / r-1

18
Q

12|4

A

“does 4 divide 12” (is saying 4 divided by 12, so it is false)

19
Q

0|8

A

“does 8 divide 0” (is saying 8 divided by 0, but we don’t get a real whole number b/c it’s undefined, so it’s false)

20
Q

8|0

A

“does 0 divide 8” (is saying 0 divided by 8, which is true b/c it equals 0)

21
Q

LCM

A

Least Common Multiple: lowest possible number that can be divisible by both numbers.

22
Q

GCD/GCF

A

Greatest Common Divisor/Factor: the largest positive integer that divides each of the integers.

23
Q

Comparing fractions

A

To compare fractions with different denominators, you need to first find a common denominator by finding the least common multiple (LCM) of the denominators, then convert each fraction to an equivalent fraction with that common denominator, and finally compare the numerators of the new fractions; the fraction with the larger numerator is the larger fraction

24
Q

Arithmetic sequence sum formula

A

Sum = n/2 (n1+last term)