Lecture 7 - Integer Properties (Part 1)

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts from a lecture on Integer Properties, including definitions of even/odd integers, divisibility, the division algorithm, number systems, prime/composite numbers, and rational numbers.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Even integer

An integer n is even if there is an integer k such that n = 2k.

2
New cards

Odd integer

An integer n is odd if there is an integer k such that n = 2k+1.

3
New cards

d divides n (d | n)

Let d and n be two integers and d \u2260 0. d divides n if there is an integer k such that n = kd.

4
New cards

Multiple

If d divides n, then n is said to be a multiple of d.

5
New cards

Divisor (or Factor)

If d divides n, then d is a divisor (or factor) of n.

6
New cards

Division Algorithm

For an integer n and a positive integer d, there are unique integers q (quotient) and r (remainder) such that n = qd + r, where r {0, 1, 2, …, d-1}.

7
New cards

Quotient (q)

In the Division Algorithm (n = qd + r), q is the quotient, calculated as q = n div d = round down (n / d).

8
New cards

Remainder (r)

In the Division Algorithm (n = qd + r), r is the remainder, calculated as r = n mod d = n

qd, and r {0, 1, 2, …, d-1} .

9
New cards

Number system

Each number system has a base and a set of digits that can be used to represent numbers.

10
New cards

Decimal number system

A number system with a base of 10 that uses 10 digits: 0-9.

11
New cards

Binary system

A number system with a base of 2 that uses digits 0 and 1.

12
New cards

Hexadecimal system

A number system with a base of 16 that uses digits 0-9 and A-F (where A=10, B=11, C=12, D=13, E=14, F=15).

13
New cards

Prime number

An integer n is prime if it is greater than 1 and its only factors are 1 and itself.

14
New cards

Composite number

An integer n is composite if and only if n > 1, and there is an integer m such that 1 < m < n and m | n.

15
New cards

Inequalities

Mathematical statements comparing values, such as x < c (less than), x = c (equal to), or x > c (greater than).

16
New cards

Greater than or equal to (x

c)

A comparison where x is either larger than c or exactly equal to c.

17
New cards

Less than or equal to (x

c)

A comparison where x is either smaller than c or exactly equal to c.

18
New cards

Rational number

A number x is rational if there exist integers a and b such that b

0 and x = a/b.