---
The chapter opens with the famous **Queen Ratnamanjuri's Locker Puzzle**, which introduces the concept of factors and their relationship to whether numbers are perfect squares.
**The Setup:**
**Key Insight:** A locker remains open at the end if and only if it is toggled an **odd number of times**.
**Why This Matters:** The number of times a locker is toggled equals the **number of factors** of that locker's number.
Every factor of a number has a "partner factor" such that their product equals the original number.
**Example for Locker #6:**
**Example for Locker #4:**
**Critical Observation:** Most numbers have an EVEN number of factors because factors pair up. ONLY numbers that are **perfect squares** have an ODD number of factors because one factor (the square root) pairs with itself.
**The Lockers That Open:**
**Why Khoisnam Knew:** He realized that only the perfect squares (1, 4, 9, 16, 25, 36, 49, 64, 81, 100) would remain open.
The puzzle also asks: "Which 5 lockers were touched exactly twice?"
**Answer:** The **prime numbers** 2, 3, 5, 7, 11
---
**A square number** (or perfect square) is a number that can be expressed as the product of a number with itself.
**Mathematical Definition:** A number n is a perfect square if n = a × a = a² for some number a.
**Why Called "Squares"?** Geometrically, if a square has sides of length a units, its area is a × a = a² square units. The number of unit squares that fit inside equals a².
| Sidelength (units) | Area (sq. units) | Notation |
|---|---|---|
| 1 | 1 × 1 = 1 | 1² = 1 |
| 2 | 2 × 2 = 4 | 2² = 4 |
| 3 | 3 × 3 = 9 | 3² = 9 |
| 4 | 4 × 4 = 16 | 4² = 16 |
| 5 | 5 × 5 = 25 | 5² = 25 |
| 10 | 10 × 10 = 100 | 10² = 100 |
**General Notation:** For any number n, we write n × n = n² (read as "n squared")
**Important:** Perfect squares are NOT limited to whole numbers.
**Example with Fractions:**
(3/5)² = (3/5) × (3/5) = 9/25
**Example with Decimals:**
(2.5)² = 2.5 × 2.5 = 6.25
**Example with Negative Numbers:**
(-6)² = (-6) × (-6) = 36
(Note: Any negative number squared becomes positive)
**Table of Squares:**
| n | n² |
|---|---|
| 1 | 1 |
| 2 | 4 |
| 3 | 9 |
| 4 | 16 |
| 5 | 25 |
| 6 | 36 |
| 7 | 49 |
| 8 | 64 |
| 9 | 81 |
| 10 | 100 |
| 11 | 121 |
| 12 | 144 |
| 13 | 169 |
| 14 | 196 |
| 15 | 225 |
| 16 | 256 |
| 17 | 289 |
| 18 | 324 |
| 19 | 361 |
| 20 | 400 |
| 21 | 441 |
| 22 | 484 |
| 23 | 529 |
| 24 | 576 |
| 25 | 625 |
| 26 | 676 |
| 27 | 729 |
| 28 | 784 |
| 29 | 841 |
| 30 | 900 |
---
**Key Observation:** When you examine the squares of all numbers, the units digit (last digit) can ONLY be: **0, 1, 4, 5, 6, or 9**
Numbers ending in 2, 3, 7, or 8 can NEVER be perfect squares.
**Why This Works:**
**Important Limitation:** Just because a number ends in 0, 1, 4, 5, 6, or 9 does NOT mean it's a perfect square. For example:
**Use as a Screening Tool:** If a number ends in 2, 3, 7, or 8, you can IMMEDIATELY say it's NOT a perfect square without further calculation.
**Numbers with units digit 1 or 9, when squared, always give units digit 1:**
1² = 1 (ends in 1) ✓
9² = 81 (ends in 1) ✓
11² = 121 (ends in 1) ✓
19² = 361 (ends in 1) ✓
21² = 441 (ends in 1) ✓
29² = 841 (ends in 1) ✓
31² = 961 (ends in 1) ✓
**Pattern:** Any number whose units digit is 1 or 9 will have a square ending in 1.
**Numbers with units digit 4 or 6, when squared, always give units digit 6:**
4² = 16 (ends in 6) ✓
6² = 36 (ends in 6) ✓
14² = 196 (ends in 6) ✓
16² = 256 (ends in 6) ✓
24² = 576 (ends in 6) ✓
26² = 676 (ends in 6) ✓
**Pattern:** Any number whose units digit is 4 or 6 will have a square ending in 6.
**Worked Example:**
Which of the following have units digit 6 in their squares?
(i) 38² → 8 ends in 8, so 38² ends in 4 (NOT 6)
(ii) 34² → 4 ends in 4, so 34² ends in 6 ✓
(iii) 46² → 6 ends in 6, so 46² ends in 6 ✓
(iv) 56² → 6 ends in 6, so 56² ends in 6 ✓
(v) 74² → 4 ends in 4, so 74² ends in 6 ✓
(vi) 82² → 2 ends in 2, so 82² ends in 4 (NOT 6)
**Key Rule:** If a number has an EVEN number of zeros at the end, its square will have an EVEN number of zeros at the end. Specifically, if a number ends with n zeros, its square ends with 2n zeros.
**Examples:**
| Number | Zeros | Square | Zeros in Square |
|---|---|---|---|
| 10 | 1 zero | 100 | 2 zeros |
| 100 | 2 zeros | 10,000 | 4 zeros |
| 20 | 1 zero | 400 | 2 zeros |
| 200 | 1 zero | 40,000 | 4 zeros |
| 40 | 1 zero | 1,600 | 2 zeros |
| 700 | 1 zero | 490,000 | 4 zeros |
| 900 | 1 zero | 810,000 | 4 zeros |
**Important Consequence:** Perfect squares can ONLY have an **even number of zeros** at the end. A number ending with an odd number of zeros (like 10, 100, 1,000) CAN be a perfect square, but ANY number ending in exactly 1 zero, 3 zeros, 5 zeros, etc., would need verification.
**Worked Example:**
Can 123,000 be a perfect square?
**Definition of Parity:** Whether a number is even or odd.
**Relationship Between a Number and Its Square:**
**Examples:**
**Pattern:** The parity of a perfect square depends only on the parity of its square root. If n is even, n² is even. If n is odd, n² is odd.
---
**Major Discovery:** Every perfect square can be expressed as the sum of consecutive odd numbers starting from 1.
**Proof Through Examples:**
1 = 1²
1 + 3 = 4 = 2²
1 + 3 + 5 = 9 = 3²
1 + 3 + 5 + 7 = 16 = 4²
1 + 3 + 5 + 7 + 9 = 25 = 5²
1 + 3 + 5 + 7 + 9 + 11 = 36 = 6²
**General Formula:** The sum of the first n odd numbers equals n².
**Why This Works (Visual Proof):** Imagine an L-shaped border around a square:
Each new L-shaped layer contains the next odd number (3, 5, 7, 9, ...) because you add one unit to the top and one to the right, then one in the corner.
**Key Pattern:** The difference between consecutive perfect squares equals the next odd number.
**Proof:**
4 - 1 = 3 (which is the 2nd odd number)
9 - 4 = 5 (which is the 3rd odd number)
16 - 9 = 7 (which is the 4th odd number)
25 - 16 = 9 (which is the 5th odd number)
36 - 25 = 11 (which is the 6th odd number)
**Algebraic Explanation:**
(n+1)² - n² = (n² + 2n + 1) - n² = 2n + 1
And 2n + 1 is exactly the formula for the nth odd number!
**Formula:** The nth odd number = 2n - 1
**Examples:**
**Given:** 35² = 1225, find 36²
**Solution:**
**Verification:** 36 × 36 = 1296 ✓
**Method:** Successively subtract consecutive odd numbers starting from 1. If you reach exactly 0, the number is a perfect square.
**Worked Example 2: Testing 25**
25 - 1 = 24
24 - 3 = 21
21 - 5 = 16
16 - 7 = 9
9 - 9 = 0 ✓
**Result:** 25 is a perfect square. We subtracted exactly 5 consecutive odd numbers, so 25 = 5²
**Worked Example 3: Testing 38 (Not a Perfect Square)**
38 - 1 = 37
37 - 3 = 34
34 - 5 = 29
29 - 7 = 22
22 - 9 = 13
13 - 11 = 2
2 - 13 = -11 (we crossed 0!)
**Result:** 38 is NOT a perfect square because we cannot express it as a sum of consecutive odd numbers starting from 1.
**Question:** How many numbers lie between n² and (n+1)²?
**Answer:** Between n² and (n+1)², there are 2n numbers.
**Proof:** (n+1)² - n² - 1 = n² + 2n + 1 - n² - 1 = 2n
**Worked Examples:**
Check: 2n = 2(4) = 8 ✓
The numbers are: 17, 18, 19, 20, 21, 22, 23, 24
Check: 2n = 2(6) = 12 ✓
**Table of Perfect Squares in Ranges:**
| Range | Count | Squares |
|---|---|---|
| 1-100 | 10 | 1², 2², 3², ..., 10² |
| 101-200 | 9 | 11², 12², ..., 14² |
| 201-300 | 8 | 15², 16², ..., 17² |
| 301-400 | 7 | 18², 19², 20² |
| 401-500 | 7 | 21², 22² |
| 501-600 | 6 | 23², 24² |
| 601-700 | 5 | 25², 26² |
| 701-800 | 5 | 27², 28² |
| 801-900 | 5 | 29² |
| 901-1000 | 4 | 30², 31² |
**The Largest Perfect Square Less Than 1000:** 31² = 961
---
**Triangular Numbers:** Numbers that can be arranged in the shape of an equilateral triangle.
Sequence: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, ...
**Formula:** The nth triangular number = n(n+1)/2
**Examples:**
**Key Discovery:** The sum of two consecutive triangular numbers equals a perfect square.
**Pattern:**
T₁ + T₂ = 1 + 3 = 4 = 2²
T₂ + T₃ = 3 + 6 = 9 = 3²
T₃ + T₄ = 6 + 10 = 16 = 4²
T₄ + T₅ = 10 + 15 = 25 = 5²
**Algebraic Proof:**
Tₙ + Tₙ₊₁ = n(n+1)/2 + (n+1)(n+2)/2
= [(n+1)(n + n + 2)]/2
= [(n+1)(2n + 2)]/2
= [(n+1) × 2(n+1)]/2
= (n+1)²
**Interpretation:** Each perfect square is the sum of two consecutive triangular numbers.
---
**Square Root Definition:** If y = x², then x is the square root of y.
In other words, the square root is the **inverse operation** of squaring.
**Example:** Since 7 × 7 = 49 or 7² = 49, we say that 7 is the square root of 49.
**Key Fact:** Every positive perfect square has TWO square roots: one positive and one negative.
**Examples:**
**Notation:** √64 = ±8 and √100 = ±10
**General Rule:** √(n²) = ±n
**In This Course:** We focus primarily on **positive square roots** unless otherwise specified.
#### Method 1: Sequential Testing
**Procedure:** If you suspect a number might be a perfect square between n² and (n+1)², calculate the squares sequentially until you find the exact match or exceed your target.
**Worked Example: Is 576 a Perfect Square?**
Since 20² = 400 < 576 < 625 = 25², the square root must be between 20 and 25.
Let's calculate:
**Answer:** Yes, 576 is a perfect square, and √576 = 24
**Disadvantage:** This method becomes inefficient for very large numbers.
#### Method 2: Successive Subtraction of Odd Numbers
**Procedure:** Subtract consecutive odd numbers starting from 1 until you reach exactly 0.
**Worked Example: Is 81 a Perfect Square?**
81 - 1 = 80
80 - 3 = 77
77 - 5 = 72
72 - 7 = 65
65 - 9 = 56
56 - 11 = 45
45 - 13 = 32
32 - 15 = 17
17 - 17 = 0 ✓
**Result:** 81 is a perfect square. We subtracted 9 consecutive odd numbers, so 81 = 9²
**Disadvantage:** Very time-consuming for large numbers.
#### Method 3: Prime Factorisation (Most Reliable)
**Principle:** A number is a perfect square if and only if ALL prime factors appear an EVEN number of times in its prime factorisation.
**Procedure:**
1. Find the prime factorisation of the number
2. Count the frequency of each prime factor
3. If all frequencies are even, it's a perfect square
4. The square root is found by taking half the power of each prime
**Worked Example 1: Is 324 a Perfect Square?**
Prime factorisation of 324:
324 = 2 × 162
= 2 × 2 × 81
= 2 × 2 × 3 × 27
= 2 × 2 × 3 × 3 × 9
= 2 × 2 × 3 × 3 × 3 × 3
= 2² × 3⁴
**Analysis:**
**Finding the Square Root:**
√324 = 2^(2/2) × 3^(4/2) = 2¹ × 3² = 2 × 9 = 18
**Verification:** 18 × 18 = 324 ✓
**Worked Example 2: Is 156 a Perfect Square?**
Prime factorisation of 156:
156 = 2 × 78
= 2 × 2 × 39
= 2 × 2 × 3 × 13
= 2² × 3¹ × 13¹
**Analysis:**
**Worked Example 3: Is 1156 a Perfect Square?**
Prime factorisation of 1156:
1156 = 4 × 289
= 2² × 289
= 2² × 17²
**Analysis:**
**Finding the Square Root:**
√1156 = 2¹ × 17¹ = 34
**Verification:** 34 × 34 = 1156 ✓
**Worked Example 4: Is 2800 a Perfect Square?**
Prime factorisation of 2800:
2800 = 28 × 100
= 4 × 7 × 100
= 2² × 7 × 10²
= 2² × 7 × (2 × 5)²
= 2² × 7 × 2² × 5²
= 2⁴ × 5² × 7¹
**Analysis:**
---
**Goal:** Find √1936 where 1936 is a perfect square, but it's too large to calculate directly.
**Step-by-Step Method:**
**Step 1: Find an approximate range**
**Step 2: Use units digit to narrow possibilities**
**Step 3: Test the midpoint**
45² = (40 + 5)²
= 40² + 2(40)(5) + 5²
= 1600 + 400 + 25
= 2025
**Step 4: Compare and refine range**
**Step 5: Verify**
**Answer:** √1936 = 44
**Worked Example: Find √250**
**Step 1: Find the range**
**Step 2: Narrow down**
**Step 3: Estimate more precisely**
**Problem:** Akhil has a square cloth with area 125 cm². He wants to know if he can cut a square handkerchief of side 15 cm. If not, what's the maximum integer side length?
**Solution:**
**Answer:** Maximum handkerchief side = 11 cm
---
**Question:** Which of the following are NOT perfect squares?
(i) 2032 (ii) 2048 (iii) 1027 (iv) 1089
**Solution:**
(i) 2032: Ends in 2 → NOT a perfect square (Perfect squares can only end in 0, 1, 4, 5, 6, 9)
(ii) 2048: Ends in 8 → NOT a perfect square
(iii) 1027: Ends in 7 → NOT a perfect square
(iv) 1089: Ends in 9 → Could be a perfect square
Prime factorisation: 1089 = 3² × 121 = 3² × 11²
All exponents are even → IS a perfect square (33²)
**Answer:** 2032, 2048, and 1027 are NOT perfect squares
**Question:** Which one among 64², 108², 292², 36² has last digit 4?
**Solution:**
Numbers whose squares end in 4:
Now check each:
**Answer:** Both 108² and 292² have last digit 4
**Question:** Given 125² = 15625, what is 126²?
**Solution:**
Using the relationship: (n+1)² = n² + 2n + 1
126² = 125² + 2(125) + 1
= 15625 + 250 + 1
= 15876
Alternatively, looking at the options:
126² = 125² + (something)
The difference is:
(n+1)² - n² = 2n + 1 = 2(125) + 1 = 251
So 126² = 15625 + 251
**Answer:** (iv) 15625 + 251 = 15876
**Question:** Find the length of the side of a square whose area is 441 m².
**Solution:**
If area = 441 m², then side = √
Q1. Which of the following is a perfect square?
Answer: A — 36 = 6 × 6 = 6², while 48, 52, and 68 cannot be expressed as the product of a number with itself.
Q2. How many factors does the number 16 have?
Answer: D — The factors of 16 are 1, 2, 4, 8, and 16 — a total of 5 factors, which is odd, confirming 16 is a perfect square.
Q3. Which digit can a perfect square NOT end with?
Answer: C — Perfect squares can only end in 0, 1, 4, 5, 6, or 9; the digit 7 never appears in the units place of any perfect square.
Q4. If locker number n is toggled by every person whose number divides n evenly, which lockers remain open?
Answer: C — A locker remains open if toggled an odd number of times, which happens only for perfect squares because they have an unpaired factor.
Q5. At a market, tiles are arranged to form a square display. If there are 64 tiles total, how many tiles are on each side?
Answer: C — Since 8 × 8 = 64, or 8² = 64, each side of the square display has 8 tiles.
Q6. What is the sum 1 + 3 + 5 + 7 + 9 + 11 equal to?
Answer: A — The sum of the first 6 consecutive odd numbers equals 6² = 36, demonstrating that consecutive odd numbers from 1 sum to perfect squares.
Q7. A farmer has a square field with an area of 225 square meters. What is the length of one side of the field?
Answer: D — If area = 225 m², then side length = √225 = 15 m, since 15 × 15 = 225.
Q8. Which method would correctly identify whether 144 is a perfect square?
Answer: D — Both methods work: 144 ends in 4 (passes test A), has 15 factors which is odd (method C), and subtracting odd numbers reaches 0 at step 12 (method B).
Q9. If you know that 20² = 400, what can you deduce about 200² without detailed calculation?
Answer: A — Since 200 = 10 × 20, then (200)² = (10 × 20)² = 100 × 400 = 40,000, showing the multiplication principle for squares of multiples.
Q10. Using the pattern that the nth odd number is 2n - 1, what is the 15th odd number?
Answer: B — The 15th odd number = 2(15) - 1 = 30 - 1 = 29; this formula allows finding any odd number's position without listing all previous ones.
What is a perfect square?
A number that can be expressed as the product of a number with itself, like 4 = 2 × 2 or 9 = 3 × 3.
Why does only locker number 36 toggle an odd number of times?
Because 36 = 6 × 6, and the factor 6 pairs with itself, making the total number of factors odd (1, 2, 3, 4, 6, 9, 12, 18, 36).
Which digits can never appear in the units place of a perfect square?
The digits 2, 3, 7, and 8 never appear in the units place of any perfect square.
What is the relationship between consecutive odd numbers and perfect squares?
The sum of the first n consecutive odd numbers starting from 1 equals n²; for example, 1 + 3 + 5 + 7 = 16 = 4².
Write the formula for the nth odd number.
The nth odd number is 2n - 1, so the 10th odd number is 2(10) - 1 = 19.
If a number has two zeros at the end, how many zeros will its square have?
Four zeros, because (20)² = 400, demonstrating that the number of zeros in a square is always even and doubles the count in the original number.
What does the symbol √ mean?
It represents the positive square root of a number; for example, √64 = 8 because 8 × 8 = 64.
How can you check if 48 is a perfect square without calculating?
Subtract consecutive odd numbers starting from 1 until you reach zero or a negative number; if you go negative without reaching zero, it is not a perfect square.
What is the only even prime number, and what is its square?
The number 2 is the only even prime number, and its square is 2² = 4.
If 35² = 1225, how can you find 36² using the odd number pattern?
Add the 36th odd number (which is 2(36) - 1 = 71) to 1225 to get 1296 = 36².
Is 144 a perfect square? Give one reason. [1 mark]
Check if 144 equals the product of a number with itself (12 × 12 = 144), OR check if it has an odd number of factors, OR check if it ends in an allowed digit.
Explain why the number 250 cannot be a perfect square using the units digit test. [2 marks]
Identify the units digit (0 is allowed), so this test doesn't eliminate it. Instead, use: perfect squares ending in 0 must have an EVEN number of zeros. 250 has one zero (odd), so it cannot be a perfect square.
Find 25² using the property that perfect squares equal the sum of consecutive odd numbers. Show your working step by step. [3 marks]
25² = sum of the first 25 odd numbers. List the pattern: 1 + 3 + 5 + ... and add them. Alternatively, use 24² = 576 (sum of first 24 odd numbers), then add the 25th odd number (which is 2(25) - 1 = 49) to get 576 + 49 = 625.
A school principal plans to arrange 196 students in a perfect square formation for the annual sports day parade. (a) Is this possible? (b) How many students will stand in each row? (c) Explain your answer by finding the square root and verifying with factor pairs. [5 marks]
Check if 196 is a perfect square: (a) Find √196 by testing if 14² works (14 × 14 = 196), OR list factor pairs of 196 and count (1 × 196, 2 × 98, 4 × 49, 7 × 28, 14 × 14). (b) The answer is 14 students per row. (c) Since 14 × 14 = 196, there are 15 factors total (odd count), confirming it is a perfect square. Show the formation as a 14 × 14 grid.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →