Perfect Squares • Topic 1 of 2

Square Properties

Two fast filters reject most non-squares instantly. First, the unit digit: a perfect square can only end in 0, 1, 4, 5, 6 or 9. So anything ending in 2, 3, 7 or 8 is never a square — no work needed. Second, the digital root (the single digit you reach by repeatedly adding the digits): for a perfect square it must be 1, 4, 7 or 9. A number whose digital root is 2, 3, 5, 6 or 8 cannot be a square. Both tests are necessary but not sufficient — passing them does not prove a number IS a square, it only fails to reject it. A third structural fact CAT loves: between n² and (n+1)² there are exactly 2n non-square integers, because consecutive squares differ by 2n+1. Also useful: every odd square is 1 more than a multiple of 8, and the sum of the first n odd numbers equals n².

✅ Solved examples

1. Which of 1156, 2057, 3468, 7928 can be a perfect square?
Reject by unit digit: 2057 ends in 7, 3468 ends in 8, 7928 ends in 8 — all impossible. Only 1156 (ends in 6) survives, and indeed 34² = 1156.
2. Can 53,924 be a perfect square? Use the digital-root test.
Digit sum 5+3+9+2+4 = 23 → 2+3 = 5. A square’s digital root must be 1, 4, 7 or 9. Digital root 5 ⇒ 53,924 is not a perfect square.
3. How many non-square integers lie strictly between 25² and 26²?
Between n² and (n+1)² there are 2n non-squares. Here n = 25, so 2×25 = 50 non-square integers.
4. A perfect square ends in 6. What can its tens digit be, odd or even?
Squares ending in 6 come from numbers ending in 4 or 6 (4²=16, 6²=36, 14²=196, 16²=256). The tens digit of such a square is always odd (1, 3, 5, …). So the tens digit is odd.

✏️ Practice — try these, take hints as needed

1. Which ending makes a number definitely NOT a perfect square: 1, 4, 5, 7?
List allowed last digits.
{0,1,4,5,6,9} are allowed.
7 is not in the set.
7
2. Is 8,649 possibly a perfect square (unit + digital-root test)?
Unit digit 9 is allowed.
Digit sum 8+6+4+9 = 27 → 9.
Both tests pass; 93² = 8649.
Yes, 93² = 8649
3. How many non-square integers lie strictly between 40² and 41²?
Count = 2n.
n = 40.
2 × 40.
80
4. Can a perfect square have digital root 6?
Allowed roots are {1,4,7,9}.
6 is not allowed.
So it is impossible.
No
5. The sum of the first 30 odd numbers equals which perfect square?
Sum of first n odds = n².
n = 30.
30².
900

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…