Amc Lecture 3
Amc Lecture 3
Amc Lecture 3
November 8, 2021
Primes are very special numbers. Primes are the only integers that
cannot be broken down into a product of two smaller integers.
Example
Find lcm[12, 45]
Let’s start with the prime factorizations of 12 and 45.
Example
Find GCD(42, 60)
We begin by examnining the prime factorizations of 42 and 60
GCD(42, 60) = 21 31 = 6
Example
Find all of the positive divisors of 200
200 = 23 52 .
2a 5b
There are 4 possible values for a and 3 possible values for b. Hence
4 × 3 = 12
n = p1e1 p2e2 · · · pm
em
A) 2519
B) 2520
C) 2521
D) 2522