Discrete Math Pre Final

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Number Theory

It is a branch of mathematics concerned with integers and their properties.

2
New cards

Divisibility

It means dividing a number evenly.

3
New cards

d | n

d divides n if there is no remainder on the division

4
New cards

d ∤ n

d does not divide n

5
New cards

2

divides n if the last digit of the number is even (e. g. 0, 2, 4, 6, or 8).

6
New cards

3

divides n if the sum of the digits is divisible by 3

7
New cards

4

divides n if the number formed by the last two (2) digits is divisible by 4.

8
New cards

5

divides n if the last digit is either 0 or 5

9
New cards

6

divides n if it is divisible by 2 and it is divisible by 3.

10
New cards

7

divides n, take the last digit, double it, and subtract it from the rest of the number. If you get an answer divisible by 7 (including zero), then the original number is divisible by seven. If you don't know the new number's divisibility, you can apply the rule again.

11
New cards

8

divides n if the number formed by the last three digits is divisible by 8

12
New cards

9

divides n if the sum of the digits is divisible by 9.

13
New cards

10

divides n if the last digit is 0.

14
New cards

11

divides n if the difference between the sum of one set of alternate digits (from left to right) and the sum of the other set of alternate digits (from left to right) is 0 or divisible by 11

15
New cards

12

divides n, if the number is divisible by both 3 and 4 (it passes both the 3 rule and 4 rule above)

16
New cards

Prime Numbers

These are positive integers greater than 1 that cannot be divided by any number except themselves and 1.

17
New cards

Composite Numbers

These are positive integers that are greater than 1 and are not prime. A ? number can be divided by at least one (1) number (a factor) other than itself.

18
New cards

Greatest Common Factor

It is the largest non-zero integer d that is a common divisor of all the given integers

19
New cards

d | a

is read as d divides a

20
New cards

d | b

is read as d divides b

21
New cards

Least Common Multiple

It is the smallest integer that is a common multiple of all the given integers. It is denoted by lcm (a, b).

22
New cards

Prime Factorization

A way of expressing a number as a product of its prime factors • Write any pair of factors of the given number. • If some initial factors are not yet primes, find their factors. • When all the factors are deduced to primes, write the numbers from least to greatest

23
New cards

GCF of Two (2) or More Integers using their prime factorization

• Identify the common factors and list them. • Multiply the common factors to find the greatest common divisor (factor). Example: Find the greatest common divisor of 375 and 525 1. Find the prime factorization of the given integers 2. Identify their common factors (5 and 5) 3. Multiply the common factors (5 x 5 = 25) 4. gcf (375, 525) = 25

24
New cards

Theorem

Let k be a positive integer greater than 1. Then if n is a positive integer, it can be expressed uniquely in the form: n = amkm + am-1km-1 + … + a1k + a0

25
New cards
26
New cards

Decimal

k = 10, digits: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}

27
New cards

Binary

k = 2, digits: {0, 1}

28
New cards

Octal

k = 8, digits: {0, 1, 2, 3, 4, 5, 6, 7}

29
New cards

Hexadecima

k = 16, digits: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F}

30
New cards