Factors and multiples: Euclid's algorithm
- 1.
Write in index notation as . What is ?
Answer: ______________
- 2.
Use Euclid's algorithm to find , then use . Enter .
Answer: ______________
- 3.
A rectangular patio measures cm by cm. It is to be covered exactly with identical square tiles, as large as possible, with no cutting. How many tiles are needed?
Answer: ______________
- 4.
Running Euclid's algorithm on and gives these lines:
What is ?
- (A)
- (B)
- (C)
- (D)
- (A)
- 5.
Two positive integers have a product of and a greatest common factor of . What is their least common multiple?
- (A)
- (B)
- (C)
- (D)
- (E)
- (A)
Answer key — Factors and multiples: Euclid's algorithm
- 1.6
, so , , and .
- 2.2772
Euclid: ; ; ; . So . Then . Check: and , so . ✓
- 3.70
by Euclid (remainders , , then ). Along the cm side there are tiles; along the cm side, . Total tiles.
- 4.(C)
The remainders are . The last non-zero remainder is . Check: and , and . ( is stopping one line too early — and does not even divide . is the last quotient; divides both but is not the greatest.)
- 5.(C)
. One such pair is and : , , product . ✓ ( confuses the product with the lcm; has no identity behind it.)