13
Thinking Mathematical ly Number Theory: Prime and Composite Numbers

Thinking Mathematically Number Theory: Prime and Composite Numbers

Embed Size (px)

Citation preview

Page 1: Thinking Mathematically Number Theory: Prime and Composite Numbers

Thinking Mathematically

Number Theory: Prime and Composite Numbers

Page 2: Thinking Mathematically Number Theory: Prime and Composite Numbers

The Set of Natural Numbers

N = {1,2,3,4,5,6,7, 8, 9, 10, 11, ... }.

Page 3: Thinking Mathematically Number Theory: Prime and Composite Numbers

Divisibility

If a and b are natural numbers, a is divisible by b if the operation of dividing a by b leaves a remainder of 0. This is the same as saying that b is a divisor of a, or b divides a. All three statements are symbolized by writing b|a.

Page 4: Thinking Mathematically Number Theory: Prime and Composite Numbers

• Discuss the Rules of Divisibility [p. 194]

• Discuss using a calculator to check divisibility

Page 5: Thinking Mathematically Number Theory: Prime and Composite Numbers

Prime Numbers

A prime number is a natural number greater than 1 that has only itself and 1 as factors.

Page 6: Thinking Mathematically Number Theory: Prime and Composite Numbers

Composite Numbers

A composite number is a natural number greater than 1 that is divisible by a number other than itself and 1.

Page 7: Thinking Mathematically Number Theory: Prime and Composite Numbers

The Fundamental Theorem of Arithmetic

Every composite number can be expressed as a product of prime numbers in one and only one way (if the order of the factors is disregarded).

For example 700 can be written in the following way.

700 = 2 x 2 x 5 x 5 x 7

The prime factors of 700 are 2, 5, and 7.

Page 8: Thinking Mathematically Number Theory: Prime and Composite Numbers

“Factor Trees”The prime factors of a natural number can be found by constructing a “factor tree.” Write the given number as a product and continue to factor each composite number until only prime numbers remain.

40

x8 5

4 2x

22 x

The “prime factorization” of 40 is determined by the prime numbers at the bottom of each branch of the tree.

40 = 2 x 2 x 2 x 5 = 23 x 5

The prime factors of 40 are 2 and 5.

Page 9: Thinking Mathematically Number Theory: Prime and Composite Numbers

Finding the Greatest Common Divisor of Two or More Numbers

Using Prime FactorizationTo find the greatest common divisor of two or more

numbers:1. Write the prime factorization of each number.2. Select each prime factor with the smallest

exponent that is common to each of the prime factorizations.

3. Form the product of the numbers from step 2. The greatest common divisor is the product of these factors.

Page 10: Thinking Mathematically Number Theory: Prime and Composite Numbers

Example of Finding the Greatest Common Divisor

40

x8 5

4 2x

22 x

24

x6 4

3 2x 22 x

40 = 2 x 2 x 2 x 524 = 2 x 2 x 2 x 3

The greatest common divisor of 24 and 40 is 2 x 2 x 2 = 8.

Page 11: Thinking Mathematically Number Theory: Prime and Composite Numbers

Finding the Least Common Multiple Using Prime Factorization

To find the least common multiple of two or more numbers:

1. Write the prime factorization of each number.2. Select every prime factor that occurs, raised to

the greatest power to which it occurs, in these factorizations.

3. Form the product of the numbers from step 2. The least common multiple is the product of these factors.

Page 12: Thinking Mathematically Number Theory: Prime and Composite Numbers

Example of the Least Common Multiple

40

x8 5

4 2x

22 x

12

x3 4

22 x

40 = 2 x 2 x 2 x 512 = 2 x 2 x 3

The least common multiple of 12 and 40 is 2 x 2 x 2 x 3 x 5 = 120.

Page 13: Thinking Mathematically Number Theory: Prime and Composite Numbers

Thinking Mathematically

Number Theory: Prime and Composite Numbers