NCERT Solutions Ganita Prakash (Part 1) Chapter 1 Perfect Squares and Triangular Numbers; Square Roots — In-text Questions

Book page 7 Updated on2026-09-05

Q1.
Find how many numbers lie between two consecutive perfect squares. Do you notice a pattern?
Answer

Between n2 and (n+1)2 there are exactly 2n numbers.

SquaresNumbers strictly betweenHow many2n
1 and 42, 322 × 1
4 and 95, 6, 7, 842 × 2
9 and 1610 … 1562 × 3
16 and 2517 … 2482 × 4
Why it happens: The gap itself is (n + 1)2 – n2 = 2n + 1. That count includes one of the two end points, so the numbers strictly in between number 2n + 1 – 1 = 2n. Notice the answer is always even, so no two consecutive squares are ever "close together" once n grows.
Tip: The official answer writes this as q – p – 1 for consecutive squares p and q. That is the same thing: with p = n2 and q = (n+1)2, q – p – 1 = (2n + 1) – 1 = 2n.
Q2.
How many square numbers are there between 1 and 100? How many are between 101 and 200? Using the table of squares you filled earlier, enter the values below, tabulating the number of squares in each block of 100. What is the largest square less than 1000?
Answer

Blockwise count of the perfect squares up to 1000:

BlockSquares in itHow many
1 – 1001, 4, 9, 16, 25, 36, 49, 64, 81, 10010
101 – 200121, 144, 169, 1964
201 – 300225, 256, 2893
301 – 400324, 361, 4003
401 – 500441, 4842
501 – 600529, 5762
601 – 700625, 6762
701 – 800729, 7842
801 – 900841, 9002
901 – 10009611

Total = 10 + 4 + 3 + 3 + 2 + 2 + 2 + 2 + 2 + 1 = 31 squares below 1000, and the largest is

312 = 961 (the next square, 322 = 1024, is past 1000)
Why the counts thin out: The gaps between consecutive squares are 2n + 1, which keeps growing. Early on the gaps are 3, 5, 7 — many squares fit in a block of 100. Around 900 the gap is already about 60, so only one or two squares can fall in each block.
Q3.
Do you remember triangular numbers? Can you see any relation between triangular numbers and square numbers? Extend the pattern shown and draw the next term.
Answer

Yes — two consecutive triangular numbers always add to a square.

1 + 3 = 4 = 22
3 + 6 = 9 = 32
6 + 10 = 16 = 42
10 + 15 = 25 = 52 ← the next term
15 + 21 = 36 = 62

So the next picture is a 5 × 5 square of dots split by a staircase into a triangle of 10 dots and a triangle of 15 dots.

10 (blue) + 15 (red) = 25 = 5 2
A 5 × 5 square of dots cut into the triangular numbers 10 and 15.
Why it happens: The n-th triangular number is Tn = 1 + 2 + … + n = n(n+1)/2. Then
Tn–1 + Tn = (n–1)n/2 + n(n+1)/2 = n[(n–1) + (n+1)]/2 = n × 2n/2 = n2.
Geometrically, two staircase triangles of heights n – 1 and n slot together into an n × n square.
Q4.
The area of a square is 49 sq. cm. What is the length of its side?
Answer

The side is the number that gives 49 when multiplied by itself.

side × side = 49
7 × 7 = 49, so side = 7 cm

We call 7 the square root of 49, and write √49 = 7.

Why we take only 7: Algebraically both 7 and –7 square to 49, so 49 has two integer square roots. A side length is a measured length, so only the positive root makes sense here. That is why this chapter works with the positive square root throughout.
Was this helpful? Report an error