Factors and multiples: Euclid's algorithm

Advanced Math 7 · Unit 1 · euclid-gcd · Teacher edition

euclid-gcd
Name ______________________________Date ______________
  1. 1.

    Write 360360 in index notation as 2a3b5c2^a \cdot 3^b \cdot 5^c. What is a+b+ca + b + c?

    Answer: ______________

  2. 2.

    Use Euclid's algorithm to find gcd(252,198)\gcd(252, 198), then use lcm(a,b)=abgcd(a,b)\operatorname{lcm}(a,b) = \dfrac{ab}{\gcd(a,b)}. Enter lcm(252,198)\operatorname{lcm}(252, 198).

    Answer: ______________

  3. 3.

    A rectangular patio measures 360360 cm by 252252 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. 4.

    Running Euclid's algorithm on 10711071 and 462462 gives these lines:

    1071=2×462+147,462=3×147+21,147=7×21+0.1071 = 2 \times 462 + 147,\qquad 462 = 3 \times 147 + 21,\qquad 147 = 7 \times 21 + 0.

    What is gcd(1071,462)\gcd(1071, 462)?

    1. (A)

      33

    2. (B)

      77

    3. (C)

      2121

    4. (D)

      147147

  5. 5.

    Two positive integers have a product of 10801080 and a greatest common factor of 66. What is their least common multiple?

    1. (A)

      66

    2. (B)

      3636

    3. (C)

      180180

    4. (D)

      216216

    5. (E)

      10801080

Answer key — Factors and multiples: Euclid's algorithm

  1. 1.
    6euclid-gcd-01

    360=23325360 = 2^3 \cdot 3^2 \cdot 5, so a=3a = 3, b=2b = 2, c=1c = 1 and a+b+c=6a + b + c = \mathbf{6}.

  2. 2.
    2772euclid-gcd-02

    Euclid: 252=1(198)+54252 = 1(198) + 54; 198=3(54)+36198 = 3(54) + 36; 54=1(36)+1854 = 1(36) + 18; 36=2(18)+036 = 2(18) + 0. So gcd=18\gcd = 18. Then lcm=252×19818=14×198=2772\operatorname{lcm} = \dfrac{252 \times 198}{18} = 14 \times 198 = \mathbf{2772}. Check: 252=22327252 = 2^2 \cdot 3^2 \cdot 7 and 198=23211198 = 2 \cdot 3^2 \cdot 11, so lcm=2232711=2772\operatorname{lcm} = 2^2 \cdot 3^2 \cdot 7 \cdot 11 = 2772. ✓

  3. 3.
    70euclid-gcd-03

    gcd(360,252)=36\gcd(360, 252) = 36 by Euclid (remainders 108108, 3636, then 00). Along the 360360 cm side there are 360÷36=10360 \div 36 = 10 tiles; along the 252252 cm side, 252÷36=7252 \div 36 = 7. Total 10×7=7010 \times 7 = \mathbf{70} tiles.

  4. 4.
    (C)

    2121

    euclid-gcd-04

    The remainders are 147210147 \to 21 \to 0. The last non-zero remainder is 21\mathbf{21}. Check: 1071=21×511071 = 21 \times 51 and 462=21×22462 = 21 \times 22, and gcd(51,22)=1\gcd(51, 22) = 1. (147147 is stopping one line too early — and 147147 does not even divide 462462. 77 is the last quotient; 33 divides both but is not the greatest.)

  5. 5.
    (C)

    180180

    euclid-gcd-05

    lcm=abgcd=10806=180\operatorname{lcm} = \dfrac{ab}{\gcd} = \dfrac{1080}{6} = \mathbf{180}. One such pair is 3030 and 3636: gcd=6\gcd = 6, lcm=180\operatorname{lcm} = 180, product 10801080. ✓ (10801080 confuses the product with the lcm; 36=6236 = 6^2 has no identity behind it.)