Perfect Squares & Cubes
A perfect square is an integer whose prime exponents are all even (36 = 2²·3²); a perfect cube has all exponents divisible by 3 (216 = 2³·3³). This "exponent parity" view answers a whole class of GRE questions instantly. To find the smallest multiplier that turns a number into a perfect square, supply whatever each prime needs to reach an even exponent — for 12 = 2²·3, the exponent of 3 is odd, so multiply by 3 to get 36. Two facts worth carrying: perfect squares end only in 0, 1, 4, 5, 6 or 9 (never 2, 3, 7, 8), and a perfect square has an odd number of factors. The GRE also likes the estimation angle — knowing 25² = 625 and 30² = 900 lets you place a square root between benchmarks without the calculator.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Primes & factorization
| Prime | exactly two factors: 1 and itself |
|---|---|
| Smallest / only even prime | 2 |
| Fundamental Theorem | unique prime factorization for n > 1 |
| Primality check up to | √n (test primes ≤ √n) |
Counting from exponents
| n = p^a · q^b · r^c | number of factors = (a+1)(b+1)(c+1) |
|---|---|
| Perfect square | every prime exponent is even |
| Perfect cube | every prime exponent is a multiple of 3 |
| Odd number of factors ⇔ | n is a perfect square |