Primes, HCF and LCM

Chapter 1 Study Notes

Start Practice →

1.9 Finding the Smallest k for Perfect Squares and Cubes

Given a number, find the smallest positive kk making the product, or the quotient, a perfect square or cube. Factorise, then fix whichever indices do not yet qualify.

  1. Write the number in index notation.
  2. For a square, every index must be even; for a cube, a multiple of 33.
  3. MULTIPLYING by kk: kk supplies whatever each short index still needs.
  4. DIVIDING by kk: kk removes the surplus instead.

Finding smallest k for a perfect cube

Given that 600=23×3×52600 = 2^3 \times 3 \times 5^2, find the smallest positive integer kk such that 600k600k is a perfect cube.

  1. 600=23×31×52600 = 2^3 \times 3^1 \times 5^2
  2. For a perfect cube, each index must be a multiple of 33.
  3. Index of 22 is 33: already a multiple of 33. ✓
  4. Index of 33 is 11: need 131 \to 3, so multiply by 323^2.
  5. Index of 55 is 22: need 232 \to 3, so multiply by 515^1.
  6. k=32×5=45k = 3^2 \times 5 = 45
  7. Check: 600×45=27000=23×33×53=303600 \times 45 = 27\,000 = 2^3 \times 3^3 \times 5^3 = 30^3

Try it

A practice question on this appears here. Practise primes hcf lcm.

Dividing to make a perfect square

Given that 8232=23×3×738232 = 2^3 \times 3 \times 7^3, find the smallest whole number mm such that 8232m\frac{8232}{m} is a perfect square. Hence find 8232m\sqrt{\frac{8232}{m}}.

  1. 8232=23×31×738232 = 2^3 \times 3^1 \times 7^3
  2. For a perfect square, each index must be even.
  3. Index of 22 is 33 (odd): divide by 212^1 to get 222^2.
  4. Index of 33 is 11 (odd): divide by 313^1 to get 303^0.
  5. Index of 77 is 33 (odd): divide by 717^1 to get 727^2.
  6. m=2×3×7=42m = 2 \times 3 \times 7 = 42
  7. 823242=196=22×72\frac{8232}{42} = 196 = 2^2 \times 7^2
  8. 196=2×7=14\sqrt{196} = 2 \times 7 = 14

Practise this

Questions on Primes, HCF and LCM, marked as you go, with the working shown.

Practise Primes, HCF and LCM