Discrete Math - EXAM 3 (Lessons 14,15, & 16)

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

1/18

flashcard set

Earn XP

Description and Tags

Spring 2025 / EZZ ASFFF DISCRETE GOAT

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Divisibility Formula

b = a(c), b not being 0, and all being ints

2
New cards

Quotient Formula

⌊(a/d)⌋ - a div d

3
New cards

Remainder Formula

a - d(q) - a mod d

4
New cards

a ≡ b (mod m) IAOI…

a mod m ≡ b mod m (same remainder)

5
New cards

Base 10 Expansion

Decimal Expansion

6
New cards

Base 2 Expansion

Binary Expansion

7
New cards

Base 16 Expansion

Hexadecimal Expansion

8
New cards

Hexadecimal A,B,C,D,E,F Respectively

10,11,12,13,14,15

9
New cards

Expansion from any other base to base 10

super easy one

10
New cards

expanding any base 10 number to anything else

div and mod,

11
New cards

converting binary to hexadecimal

divide into 4 and then so the easy method

12
New cards

n is said to be prime if…

only positive factors of n are 1 and n

13
New cards

n is said to be composite if…

it is not prime / IS composed of other primes

14
New cards

life hack to testing if a number is prime

take the value of the square root of that number, and test the original value by all primes below the new value you got

15
New cards

First 30 Primes (recite them)

2,3,5,7,11,13,17,19,23,29

16
New cards

The Fundamental Theorem of Arithmetic

AKA Prime Factorization, try 2’s, 3’s, 5’s, 7’s, etc.

17
New cards

Greatest Common Divisor

The biggest number that fits into both numbers

18
New cards

Lowest Common Multiple

Smallest multiples two numbers have in common when added by themself

19
New cards

Relatively Prime

gcd(a,b) = 1