1.9 Finding the Smallest k for Perfect Squares and Cubes
Given a number, find the smallest positive making the product, or the quotient, a perfect square or cube. Factorise, then fix whichever indices do not yet qualify.
- Write the number in index notation.
- For a square, every index must be even; for a cube, a multiple of .
- MULTIPLYING by : supplies whatever each short index still needs.
- DIVIDING by : removes the surplus instead.
Finding smallest k for a perfect cube
Given that , find the smallest positive integer such that is a perfect cube.
- For a perfect cube, each index must be a multiple of .
- Index of is : already a multiple of . ✓
- Index of is : need , so multiply by .
- Index of is : need , so multiply by .
- Check: ✓
Try it
A practice question on this appears here. Practise primes hcf lcm.
Dividing to make a perfect square
Given that , find the smallest whole number such that is a perfect square. Hence find .
- For a perfect square, each index must be even.
- Index of is (odd): divide by to get .
- Index of is (odd): divide by to get .
- Index of is (odd): divide by to get .
Practise this
Questions on Primes, HCF and LCM, marked as you go, with the working shown.