Skip to main content
Admissions Open 2026-27Ravindra Higher Secondary School (Est. 1988) | Waidhan, Singrauli (MP)
+91 9826986106• Student Portal• Study Notes
Ravindra Higher Secondary School Logo
Ravindra Higher Secondary SchoolWaidhan, Singrauli (M.P.)
Home
Contact
Home
Study Portal
Class 8 Mathematics
Squares and Square Roots - Properties of square numbers, finding square roots using prime factorization and long division method
Back to All Study GuidesOpen in Interactive App
MathematicsClass 8Squares and Square Roots

Squares and Square Roots - Properties of square numbers, finding square roots using prime factorization and long division method

2026-09-1218 min readRHS Academic Faculty
Overview & Key Summary:Squares and Square Roots: Properties, Prime Factorization, and Long Division In geometry, a square is a foursided polygon with all sides of equal length. If a square has a side l...

Squares and Square Roots: Properties, Prime Factorization, and Long Division

In geometry, a square is a four-sided polygon with all sides of equal length. If a square has a side length of aaa units, its area is given by the product of its length and breadth: a×a=a2a \times a = a^2a×a=a2. In arithmetic and algebra, this concept gives rise to Square Numbers (or Perfect Squares) and their inverse operation, Square Roots.

Understanding squares and square roots is fundamental to school mathematics. It forms the bedrock for advanced topics such as the Pythagorean Theorem, quadratic equations, coordinate geometry, mensuration, and algebraic expressions. Mastering these concepts equips you with essential numerical mental estimation techniques, pattern recognition skills, and algorithmic precision required for CBSE Class 8 board assessments and competitive examinations.


1. In-Depth Conceptual Breakdown

1.1 What is a Square Number?

When a natural number is multiplied by itself, the product obtained is called the square of that number.

If nnn is a natural number, then the square of nnn is denoted by n2n^2n2: n2=n×nn^2 = n \times nn2=n×n

For instance:

  • 12=1×1=11^2 = 1 \times 1 = 112=1×1=1
  • 22=2×2=42^2 = 2 \times 2 = 422=2×2=4
  • 52=5×5=255^2 = 5 \times 5 = 2552=5×5=25
  • 122=12×12=14412^2 = 12 \times 12 = 144122=12×12=144

A natural number mmm is called a perfect square or a square number if there exists a natural number nnn such that m=n2m = n^2m=n2.

Table of Squares from 1 to 20

It is strongly recommended for Class 8 students to memorize the squares of natural numbers up to 20:

Number (nnn)Square (n2n^2n2)Number (nnn)Square (n2n^2n2)
111111111111121121121
222444121212144144144
333999131313169169169
444161616141414196196196
555252525151515225225225
666363636161616256256256
777494949171717289289289
888646464181818324324324
999818181191919361361361
101010100100100202020400400400

1.2 Important Properties of Square Numbers

Square numbers exhibit unique properties that allow us to test whether a number is a perfect square without complete calculation.

Property 1: Ending Digits (Units Digit Rule)

Look at the units digit of the square numbers above: 1,4,9,6,5,6,9,4,1,01, 4, 9, 6, 5, 6, 9, 4, 1, 01,4,9,6,5,6,9,4,1,0.

  • All perfect squares end in 0,1,4,5,6,0, 1, 4, 5, 6,0,1,4,5,6, or 999.
  • Rule: A natural number ending in 2,3,7,2, 3, 7,2,3,7, or 888 is NEVER a perfect square.
  • Example: 105710571057 ends in 777, so it cannot be a perfect square. 234532345323453 ends in 333, so it cannot be a perfect square.

Property 2: Relationship Between the Units Digit of a Number and its Square

Units digit of number (nnn)Units digit of its square (n2n^2n2)
111 or 999111
222 or 888444
333 or 777999
444 or 666666
555555
000000
  • Example: The square of 838383 ends in 999 (since 32=93^2 = 932=9). The square of 277277277 ends in 999 (since 72=497^2 = 4972=49).

Property 3: Number of Trailing Zeros

If a number ends with kkk zeros, its square will end with 2k2k2k zeros (always an even number of zeros).

  • 101010 (1 zero) →102=100\rightarrow 10^2 = 100→102=100 (2 zeros)
  • 400400400 (2 zeros) →4002=160000\rightarrow 400^2 = 160000→4002=160000 (4 zeros)
  • Rule: A number ending in an odd number of zeros is never a perfect square (e.g., 500050005000 is not a perfect square).

Property 4: Parity of Squares

  • The square of an even number is always even. (62=366^2 = 3662=36, 142=19614^2 = 196142=196)
  • The square of an odd number is always odd. (72=497^2 = 4972=49, 132=16913^2 = 169132=169)

Property 5: Sum of Consecutive Odd Numbers

The square of any natural number nnn is equal to the sum of the first nnn consecutive odd natural numbers: n2=1+3+5+7+⋯+(2n−1)n^2 = 1 + 3 + 5 + 7 + \dots + (2n - 1)n2=1+3+5+7+⋯+(2n−1)

  • 12=11^2 = 112=1 (sum of 1st odd number)
  • 22=1+3=42^2 = 1 + 3 = 422=1+3=4 (sum of first 2 odd numbers)
  • 32=1+3+5=93^2 = 1 + 3 + 5 = 932=1+3+5=9 (sum of first 3 odd numbers)
  • 42=1+3+5+7=164^2 = 1 + 3 + 5 + 7 = 1642=1+3+5+7=16 (sum of first 4 odd numbers)

If a number cannot be expressed as a sum of consecutive odd natural numbers starting from 111, it is not a perfect square.

Property 6: Non-Square Numbers Between Consecutive Squares

Between two consecutive square numbers n2n^2n2 and (n+1)2(n+1)^2(n+1)2, there are 2n2n2n non-square natural numbers.

  • Total numbers between n2n^2n2 and (n+1)2=(n+1)2−n2−1=n2+2n+1−n2−1=2n(n+1)^2 = (n+1)^2 - n^2 - 1 = n^2 + 2n + 1 - n^2 - 1 = 2n(n+1)2=(n+1)2−n2−1=n2+2n+1−n2−1=2n.
  • Example: Between 32=93^2 = 932=9 and 42=164^2 = 1642=16, the non-square numbers are 10,11,12,13,14,1510, 11, 12, 13, 14, 1510,11,12,13,14,15.
  • Total count =2×3=6= 2 \times 3 = 6=2×3=6 numbers.

Property 7: Pythagorean Triplets

A set of three natural numbers a,b,ca, b, ca,b,c is called a Pythagorean triplet if: a2+b2=c2a^2 + b^2 = c^2a2+b2=c2

For any natural number m>1m > 1m>1, the triple (2m,m2−1,m2+1)(2m, m^2 - 1, m^2 + 1)(2m,m2−1,m2+1) forms a Pythagorean triplet.

  • Take m=3m = 3m=3:
    • 2m=2(3)=62m = 2(3) = 62m=2(3)=6
    • m2−1=32−1=8m^2 - 1 = 3^2 - 1 = 8m2−1=32−1=8
    • m2+1=32+1=10m^2 + 1 = 3^2 + 1 = 10m2+1=32+1=10
  • Check: 62+82=36+64=100=1026^2 + 8^2 = 36 + 64 = 100 = 10^262+82=36+64=100=102. Hence, (6,8,10)(6, 8, 10)(6,8,10) is a Pythagorean triplet.

1.3 What is a Square Root?

The operation of finding the square root is the inverse operation of squaring.

If n2=mn^2 = mn2=m, then the square root of mmm is nnn, written as: m=n\sqrt{m} = nm​=n

The symbol x\sqrt{\phantom{x}}x​ is called the radical sign.

  • Since 72=497^2 = 4972=49, the square root of 494949 is 49=7\sqrt{49} = 749​=7.
  • Since 152=22515^2 = 225152=225, the square root of 225225225 is 225=15\sqrt{225} = 15225​=15.

Note on Signs: Every positive real number has two square roots: one positive and one negative. For example, (+5)2=25(+5)^2 = 25(+5)2=25 and (−5)2=25(-5)^2 = 25(−5)2=25. However, at the Class 8 level, m\sqrt{m}m​ represents the principal (positive) square root.


1.4 Finding Square Root by Prime Factorization Method

This method is suitable for finding the square root of perfect squares.

Step-by-Step Procedure:

  1. Express the given number as a product of its prime factors.
  2. Group identical prime factors into pairs.
  3. Take one factor from each pair and multiply them together.
  4. The product obtained is the square root of the given number.

Concept of Smallest Multiplier/Divisor:

If a number is not a perfect square, its prime factors will have unpaired terms.

  • To make it a perfect square by multiplication, multiply the number by the product of the unpaired factors.
  • To make it a perfect square by division, divide the number by the product of the unpaired factors.

1.5 Finding Square Root by Long Division Method

When numbers are very large, prime factorization becomes time-consuming and tedious. The Long Division Method provides a systematic approach to finding the square root of any number (perfect squares, non-perfect squares, and decimals).

Step-by-Step Algorithm for Whole Numbers:

Step 1: Group digits into pairs (bars) starting from the units digit (right to left).
        Example: 5476 -> 54 76

Step 2: Find the largest single digit whose square is <= the leftmost period.
        Left period = 54. Largest square <= 54 is 49 (7^2).
        Quotient = 7, Divisor = 7. Subtract 49 from 54 -> Remainder = 5.

Step 3: Bring down the next pair of digits to the right of the remainder.
        New Dividend = 576.

Step 4: Double the current quotient to get the starting part of the new divisor.
        New Quotient so far = 7 -> 7 x 2 = 14.
        New Divisor candidate = 14_ (where _ is a digit to be found).

Step 5: Find a digit 'x' such that (14x * x) <= 576.
        Try x = 4: 144 x 4 = 576.
        Quotient becomes 74. Remainder = 0.

Step 6: The final quotient is the square root. -> sqrt(5476) = 74.

Long Division for Decimal Numbers:

  • Place bars on the integral part from right to left (starting from the units place).
  • Place bars on the decimal part from left to right (starting right after the decimal point).
  • Add trailing zeros if a decimal period contains an odd number of digits.
  • Place a decimal point in the quotient as soon as you cross the decimal point in the dividend.

2. Real-World Applications

Application 1: Tiling a Square Room or Field

Suppose a civil engineer needs to construct a square assembly hall with a total area of 1296 m21296 \text{ m}^21296 m2. To determine how many meters of boundary wall or skirting material are required, they must find the length of one side: Side=Area=1296=36 meters\text{Side} = \sqrt{\text{Area}} = \sqrt{1296} = 36 \text{ meters}Side=Area​=1296​=36 meters The perimeter can then be calculated as 4×36=144 meters4 \times 36 = 144 \text{ meters}4×36=144 meters.

Application 2: Distance Calculations via Pythagoras Theorem

Navigation systems (like GPS) calculate the straight-line distance between two perpendicular vectors using the Pythagorean triplet property (c=a2+b2c = \sqrt{a^2 + b^2}c=a2+b2​). If a vehicle travels 9 km9 \text{ km}9 km East and then 12 km12 \text{ km}12 km North, the direct distance from the starting point is: Distance=92+122=81+144=225=15 km\text{Distance} = \sqrt{9^2 + 12^2} = \sqrt{81 + 144} = \sqrt{225} = 15 \text{ km}Distance=92+122​=81+144​=225​=15 km

Application 3: Physics - Kinetic Energy and Vehicle Stopping Distance

The kinetic energy of a moving object is given by Ek=12mv2E_k = \frac{1}{2}m v^2Ek​=21​mv2. The speed vvv is proportional to the square root of kinetic energy: v=2Ekmv = \sqrt{\frac{2 E_k}{m}}v=m2Ek​​​. Forensic investigators use this square root relationship to calculate a vehicle's speed before braking, based on the length of skid marks left on the road.


3. Step-by-Step Solved Textbook Examples

Example 1: Testing and Finding Smallest Multiplier

Problem: Find the smallest natural number by which 252252252 must be multiplied so that the product becomes a perfect square. Also, find the square root of the square number so obtained.

Solution:

Step 1: Express 252252252 as a product of prime factors using prime factorization.

\begin{array}{l|n} 2 & 252 \\ \hline 2 & 126 \\ \hline 3 & 63 \\ \hline 3 & 21 \\ \hline 7 & 7 \\ \hline & 1 \end{array}

252=2×2×3×3×7=(2×2)×(3×3)×7252 = 2 \times 2 \times 3 \times 3 \times 7 = (2 \times 2) \times (3 \times 3) \times 7252=2×2×3×3×7=(2×2)×(3×3)×7

Step 2: Group the prime factors into pairs.

  • 222 is in a pair (2×2)(2 \times 2)(2×2).
  • 333 is in a pair (3×3)(3 \times 3)(3×3).
  • 777 has no pair.

Step 3: To make 252252252 a perfect square, every prime factor must be in pairs. Thus, we must multiply 252252252 by 777.

New Perfect Square=252×7=1764\text{New Perfect Square} = 252 \times 7 = 1764New Perfect Square=252×7=1764

Step 4: Find the square root of 176417641764. 1764=(2×2)×(3×3)×(7×7)1764 = (2 \times 2) \times (3 \times 3) \times (7 \times 7)1764=(2×2)×(3×3)×(7×7) 1764=2×3×7=42\sqrt{1764} = 2 \times 3 \times 7 = 421764​=2×3×7=42

Final Answer:

  • Smallest multiplier =7= \mathbf{7}=7
  • Square root of new number =42= \mathbf{42}=42

Example 2: Prime Factorization Method

Problem: Find the square root of 705670567056 using the Prime Factorization Method.

Solution:

Step 1: Resolve 705670567056 into prime factors.

\begin{array}{l|n} 2 & 7056 \\ \hline 2 & 3528 \\ \hline 2 & 1764 \\ \hline 2 & 882 \\ \hline 3 & 441 \\ \hline 3 & 147 \\ \hline 7 & 49 \\ \hline 7 & 7 \\ \hline & 1 \end{array}

Step 2: Write down the prime factorization: 7056=2×2×2×2×3×3×7×77056 = 2 \times 2 \times 2 \times 2 \times 3 \times 3 \times 7 \times 77056=2×2×2×2×3×3×7×7

Step 3: Group the prime factors into pairs: 7056=(2×2)×(2×2)×(3×3)×(7×7)7056 = (2 \times 2) \times (2 \times 2) \times (3 \times 3) \times (7 \times 7)7056=(2×2)×(2×2)×(3×3)×(7×7)

Step 4: Take one prime factor from each pair to compute the square root: 7056=2×2×3×7\sqrt{7056} = 2 \times 2 \times 3 \times 77056​=2×2×3×7 7056=4×21=84\sqrt{7056} = 4 \times 21 = 847056​=4×21=84

Final Answer: 7056=84\mathbf{\sqrt{7056} = 84}7056​=84


Example 3: Long Division Method for Large Whole Numbers

Problem: Find the square root of 158761587615876 using the Long Division Method.

Solution:

Step 1: Pair the digits from right to left: 1‾ 58‾ 76‾\overline{1}\ \overline{58}\ \overline{76}1 58 76.

Step 2: Perform long division:

        1   2   6
     -------------
  1  |  1  58  76
     | -1
     -------------
 22  |  0  58
     | -   44
     -------------
246  |     14  76
     | -   14  76
     -------------
     |          0

Step-by-step breakdown of division steps:

  1. The first period is 111. The largest number whose square is ≤1\le 1≤1 is 111.
    • Write 111 in quotient and divisor. Subtract 1−1=01 - 1 = 01−1=0.
  2. Bring down the next pair, 585858. New dividend =58= 58=58.
  3. Double the quotient (1×2=21 \times 2 = 21×2=2). The new divisor is 2_2\_2_.
  4. Test digits for 2_×_2\_ \times \_2_×_ to get ≤58\le 58≤58:
    • 22×2=44≤5822 \times 2 = 44 \le 5822×2=44≤58. (Note: 23×3=69>5823 \times 3 = 69 > 5823×3=69>58).
    • Put 222 in quotient and divisor. Subtract 58−44=1458 - 44 = 1458−44=14.
  5. Bring down the next pair, 767676. New dividend =1476= 1476=1476.
  6. Double the current quotient (12×2=2412 \times 2 = 2412×2=24). The new divisor is 24_24\_24_.
  7. Test digits for 24_×_24\_ \times \_24_×_ to get 147614761476:
    • 246×6=1476246 \times 6 = 1476246×6=1476.
    • Put 666 in quotient and divisor. Remainder =0= 0=0.

Final Answer: 15876=126\mathbf{\sqrt{15876} = 126}15876​=126


Example 4: Long Division Method for Decimals

Problem: Find the square root of 42.2542.2542.25.

Solution:

Step 1: Pair the integral part from right to left (42‾\overline{42}42) and decimal part from left to right (25‾\overline{25}25). The paired representation is 42‾.25‾\overline{42}.\overline{25}42.25.

Step 2: Perform long division:

        6 .  5
     -------------
  6  | 42 . 25
     | -36
     -------------
125  |  6   25
     | -6   25
     -------------
     |       0

Detailed Working:

  1. First period =42= 42=42. Largest square ≤42\le 42≤42 is 363636 (626^262).
    • Quotient =6= 6=6, Divisor =6= 6=6. Remainder =42−36=6= 42 - 36 = 6=42−36=6.
  2. Place decimal point in quotient after 666.
  3. Bring down the decimal period 252525. New Dividend =625= 625=625.
  4. Double the quotient (6×2=126 \times 2 = 126×2=12). New divisor candidate =12_= 12\_=12_.
  5. Test x=5x = 5x=5: 125×5=625125 \times 5 = 625125×5=625.
    • Write 555 in quotient. Remainder =0= 0=0.

Final Answer: 42.25=6.5\mathbf{\sqrt{42.25} = 6.5}42.25​=6.5


4. Common Student Mistakes to Avoid

Common ErrorIncorrect Mental ModelCorrect Mathematical Concept
Confusing Square with DoublingWriting 72=147^2 = 1472=14727^272 means 7×7=497 \times 7 = 497×7=49, whereas 2×7=142 \times 7 = 142×7=14. Squaring is self-multiplication, not multiplying by 222.
Incorrect Decimal PairingPairing decimal digits from right to left: 17.643→17‾.64‾3‾17.643 \rightarrow \overline{17}.\overline{64}\overline{3}17.643→17.643Decimal parts must be paired from left to right after the decimal point. If odd, add a zero: 17.6430→17‾.64‾ 30‾17.6430 \rightarrow \overline{17}.\overline{64}\ \overline{30}17.6430→17.64 30.
Forgetting to Double the Full QuotientIn Long Division Step 3, doubling only the last digit added instead of the entire existing quotient.Always double the entire combined quotient obtained so far. If quotient is 121212, the new trial divisor prefix is 12×2=2412 \times 2 = 2412×2=24, not just 2×2=42 \times 2 = 42×2=4.
Non-square count between n2n^2n2 and (n+1)2(n+1)^2(n+1)2Calculating non-squares between 42(16)4^2 (16)42(16) and 52(25)5^2 (25)52(25) as 25−16=925 - 16 = 925−16=9.The formula is 2n2n2n. For n=4n=4n=4, count is 2×4=82 \times 4 = 82×4=8 numbers (17,18,19,20,21,22,23,2417, 18, 19, 20, 21, 22, 23, 2417,18,19,20,21,22,23,24). Simple subtraction includes one boundary.

5. Practice Questions for Self-Assessment

Question 1

Find the least number that must be subtracted from 560756075607 so as to get a perfect square. Also, find the square root of the resulting perfect square.

<details> <summary><b>Click to view Step-by-Step Solution</b></summary>

Step 1: Apply Long Division on 560756075607 to find the remainder.

        7   4
     -------------
  7  | 56  07
     | -49
     -------------
144  |  7  07
     | -5  76
     -------------
     |  1  31
  1. Pair digits: 56‾ 07‾\overline{56}\ \overline{07}56 07.
  2. Largest square ≤56\le 56≤56 is 494949 (727^272). Remainder =56−49=7= 56 - 49 = 7=56−49=7.
  3. Bring down 070707. Dividend =707= 707=707.
  4. Double quotient: 7×2=147 \times 2 = 147×2=14. New divisor candidate =14_= 14\_=14_.
  5. 144×4=576≤707144 \times 4 = 576 \le 707144×4=576≤707 (since 145×5=725>707145 \times 5 = 725 > 707145×5=725>707).
  6. Remainder =707−576=131= 707 - 576 = 131=707−576=131.

Step 2: Interpret remainder. The remainder 131131131 represents the excess amount preventing 560756075607 from being a perfect square.

Required Number to Subtract=131\text{Required Number to Subtract} = 131Required Number to Subtract=131 Perfect Square=5607−131=5476\text{Perfect Square} = 5607 - 131 = 5476Perfect Square=5607−131=5476 5476=74\sqrt{5476} = 745476​=74

Final Answer:

  • Number to be subtracted =131= \mathbf{131}=131
  • Square root of the new number =74= \mathbf{74}=74
</details>

Question 2

Find the smallest square number that is divisible by each of the numbers 888, 151515, and 202020.

<details> <summary><b>Click to view Step-by-Step Solution</b></summary>

Step 1: Find the Least Common Multiple (LCM) of 8,15,8, 15,8,15, and 202020.

8=23=2×2×28 = 2^3 = 2 \times 2 \times 28=23=2×2×2 15=3×515 = 3 \times 515=3×5 20=22×5=2×2×520 = 2^2 \times 5 = 2 \times 2 \times 520=22×5=2×2×5

LCM(8,15,20)=2×2×2×3×5=120\text{LCM}(8, 15, 20) = 2 \times 2 \times 2 \times 3 \times 5 = 120LCM(8,15,20)=2×2×2×3×5=120

Step 2: Write the prime factorization of 120120120 and group into pairs. 120=(2×2)×2×3×5120 = (2 \times 2) \times 2 \times 3 \times 5120=(2×2)×2×3×5

Step 3: Identify unpaired prime factors. The prime factors 222, 333, and 555 are unpaired.

Step 4: Multiply 120120120 by the product of unpaired factors to get the smallest perfect square. Required Square Number=120×(2×3×5)=120×30=3600\text{Required Square Number} = 120 \times (2 \times 3 \times 5) = 120 \times 30 = 3600Required Square Number=120×(2×3×5)=120×30=3600

Final Answer: 3600\mathbf{3600}3600

</details>

Question 3

Find the length of the side of a square whose area is equal to the area of a rectangle of length 13.6 m13.6 \text{ m}13.6 m and breadth 3.4 m3.4 \text{ m}3.4 m.

<details> <summary><b>Click to view Step-by-Step Solution</b></summary>

Step 1: Calculate the area of the rectangle. Area of rectangle=length×breadth\text{Area of rectangle} = \text{length} \times \text{breadth}Area of rectangle=length×breadth Area=13.6×3.4=46.24 m2\text{Area} = 13.6 \times 3.4 = 46.24 \text{ m}^2Area=13.6×3.4=46.24 m2

Step 2: Set the area of the square equal to the area of the rectangle. Area of square=s2=46.24 m2\text{Area of square} = s^2 = 46.24 \text{ m}^2Area of square=s2=46.24 m2 s=46.24s = \sqrt{46.24}s=46.24​

Step 3: Find 46.24\sqrt{46.24}46.24​ using long division. Pairs: 46‾.24‾\overline{46}.\overline{24}46.24

        6 .  8
     -------------
  6  | 46 . 24
     | -36
     -------------
128  | 10   24
     | -10  24
     -------------
     |       0
  1. 62=36≤466^2 = 36 \le 4662=36≤46. Remainder =10= 10=10.
  2. Bring down 242424. New Dividend =1024= 1024=1024.
  3. Double quotient: 6×2=126 \times 2 = 126×2=12.
  4. 128×8=1024128 \times 8 = 1024128×8=1024.

Final Answer: The side of the square is 6.8 meters\mathbf{6.8\text{ meters}}6.8 meters.

</details>

6. Exam Revision & FAQs

FAQ 1: How can I quickly determine if a given number is NOT a perfect square just by looking at it?

Look for these primary indicators:

  1. Units digit test: If the number ends in 2,3,7,2, 3, 7,2,3,7, or 888, it is never a perfect square.
  2. Trailing zeros test: If the number ends in an odd number of zeros (e.g., 100010001000 or 400000400000400000), it is never a perfect square.
  3. Digital Root (Sum of Digits) Test: Repeatedly add the digits of the number until you get a single digit. A perfect square always has a digital root of 1,4,7,1, 4, 7,1,4,7, or 999. (Note: While necessary, this is not a sufficient condition on its own, but it quickly eliminates non-squares).

FAQ 2: What is the difference between finding the "smallest multiplier" versus the "least number to be subtracted" to make a number a perfect square?

  • Smallest Multiplier/Divisor: Use the Prime Factorization Method. Look for unpaired prime factors and multiply or divide by those unpaired factors.
  • Least Number to be Subtracted/Added: Use the Long Division Method.
    • For subtraction: The answer is directly the remainder left at the end of long division.
    • For addition: Find the square of (Quotient+1)(\text{Quotient} + 1)(Quotient+1) and subtract the original number from it.

FAQ 3: How many non-square numbers lie between 15215^2152 and 16216^2162?

Using the property that there are 2n2n2n non-square numbers between n2n^2n2 and (n+1)2(n+1)^2(n+1)2: Here, n=15n = 15n=15. Number of non-square numbers=2n=2×15=30\text{Number of non-square numbers} = 2n = 2 \times 15 = 30Number of non-square numbers=2n=2×15=30 (Verification: 152=22515^2 = 225152=225, 162=25616^2 = 256162=256. The numbers are 226,227,…,255226, 227, \dots, 255226,227,…,255, total 256−225−1=30256 - 225 - 1 = 30256−225−1=30).


FAQ 4: How do you write a Pythagorean triplet whose smallest member is 12?

Using the general form (2m,m2−1,m2+1)(2m, m^2 - 1, m^2 + 1)(2m,m2−1,m2+1):

Case 1: Set 2m=12  ⟹  m=62m = 12 \implies m = 62m=12⟹m=6.

  • First member: 2m=122m = 122m=12
  • Second member: m2−1=62−1=36−1=35m^2 - 1 = 6^2 - 1 = 36 - 1 = 35m2−1=62−1=36−1=35
  • Third member: m2+1=62+1=36+1=37m^2 + 1 = 6^2 + 1 = 36 + 1 = 37m2+1=62+1=36+1=37

Check if 121212 is the smallest member: 12<35<3712 < 35 < 3712<35<37. Yes!

Therefore, the required Pythagorean triplet is (12,35,37)(12, 35, 37)(12,35,37).

Verified NCERT & Board Exam Aligned Material
Ravindra Higher Secondary School, Waidhan
Previous GuideFriction - Types of friction including static, sliding, and rolling friction, factors affecting friction, and fluid frictionNext GuideAtoms and Molecules - Laws of chemical combination, atomic and molecular mass, writing chemical formulae, and the mole concept

Related Study Notes

MathematicsClass 10

Triangles

Triangles - Criteria for similarity of triangles and application of the Basic Proportionality Theorem (Thales Theorem)

Read Article
MathematicsClass 10

Circles

Circles - Tangents to a circle, properties of tangents drawn from an external point, and geometric proofs

Read Article
MathematicsClass 8

Algebraic Expressions and Identities

Algebraic Expressions and Identities - Addition, subtraction, and multiplication of algebraic expressions, along with standard algebraic identities and their applications

Read Article

NCERT Study Guide Directory

Textbook solutions, chapter notes & practice worksheets by grade

Interlinked Syllabus
Class 10 NCERT Guides14 chapters
  • Triangles
  • Circles
  • The Human Eye and the Colourful World
  • Carbon and its Compounds
  • Magnetic Effects of Electric Current
  • Arithmetic Progressions
  • Electricity
  • Light - Reflection and Refraction
  • Life Processes
  • Acids, Bases and Salts
  • Chemical Reactions and Equations
  • Introduction to Trigonometry
  • Quadratic Equations
  • Real Numbers
Class 9 NCERT Guides11 chapters
  • Structure of the Atom
  • Atoms and Molecules
  • Work and Energy
  • Gravitation
  • Force and Laws of Motion
  • Motion
  • The Fundamental Unit of Life
  • Matter in Our Surroundings
  • Coordinate Geometry
  • Number Systems
  • Polynomials
Class 8 NCERT Guides11 chapters
  • Algebraic Expressions and Identities
  • Friction
  • → Squares and Square Roots (Mathematics)
  • Practical Geometry
  • Sound
  • Combustion and Flame
  • Coal and Petroleum
  • Microorganisms: Friend and Foe
  • Linear Equations in One Variable
  • Understanding Quadrilaterals
  • Rational Numbers
Class 7 NCERT Guides8 chapters
  • Acids, Bases and Salts
  • Heat
  • Nutrition in Animals
  • Nutrition in Plants
  • Perimeter and Area
  • Integers
  • Rational Numbers
  • Simple Equations
Class 6 NCERT Guides8 chapters
  • Algebra
  • Decimals
  • Fractions
  • Knowing Our Numbers
  • Electricity and Circuits
  • Components of Food
  • Getting to Know Plants
  • Separation of Substances
Ravindra Higher Secondary School Logo

Ravindra Higher Secondary School

Waidhan, Singrauli (M.P.)

We Serve Society By Serving People

Established in 1988, Ravindra Higher Secondary School (RHS Waidhan) is dedicated to delivering excellence in education, character building, and holistic growth for students in Waidhan, Singrauli (MP).

Quick Links

  • Home Page
  • About RHS & Leadership
  • Academic Programs & Curriculum
  • Admissions Process 2026-27
  • Campus & Facilities
  • Faculty & Staff Members
  • Photo & Video Gallery
  • Notice Board & Announcements
  • Contact & Location

Shift & Office Hours

KG to Class 5th (Morning Shift)

07:30 AM – 11:30 AM

Class 6th to 12th (Afternoon Shift)

12:00 PM – 05:00 PM

Administrative Office Hours

Mon – Sat: 09:00 AM – 04:00 PM

Address & Location

  • Ravindra Higher Secondary School, Main Campus, Waidhan, Singrauli, Madhya Pradesh – 486886
  • +91 9826986106
  • rhswaidhan@gmail.com

© 2026 Ravindra Higher Secondary School, Waidhan, Singrauli. All rights reserved.

Privacy Policy•Contact Us•Student Portal