Rational Numbers | IT

Question 6

Context: Patterns and Properties of Perfect Squares

Find the squares of the first 30 natural numbers and fill in the table below.

Q. What patterns do you notice? Share your observations and make conjectures.

Question diagram 1
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

We will calculate the squares of the first 30 natural numbers and then observe the patterns in their properties.

Step 1 — Calculating the squares of natural numbers

Let us find the square of each natural number from 1 to 30. The square of a number nn is found by multiplying nn by itself, which is n×nn \times n.

12=1×1=11^2 = 1 \times 1 = \mathbf{1} 22=2×2=42^2 = 2 \times 2 = \mathbf{4} 32=3×3=93^2 = 3 \times 3 = \mathbf{9} 42=4×4=164^2 = 4 \times 4 = \mathbf{16} 52=5×5=255^2 = 5 \times 5 = \mathbf{25} 62=6×6=366^2 = 6 \times 6 = \mathbf{36} 72=7×7=497^2 = 7 \times 7 = \mathbf{49} 82=8×8=648^2 = 8 \times 8 = \mathbf{64} 92=9×9=819^2 = 9 \times 9 = \mathbf{81} 102=10×10=10010^2 = 10 \times 10 = \mathbf{100} 112=11×11=12111^2 = 11 \times 11 = \mathbf{121} 122=12×12=14412^2 = 12 \times 12 = \mathbf{144} 132=13×13=16913^2 = 13 \times 13 = \mathbf{169} 142=14×14=19614^2 = 14 \times 14 = \mathbf{196} 152=15×15=22515^2 = 15 \times 15 = \mathbf{225} 162=16×16=25616^2 = 16 \times 16 = \mathbf{256} 172=17×17=28917^2 = 17 \times 17 = \mathbf{289} 182=18×18=32418^2 = 18 \times 18 = \mathbf{324} 192=19×19=36119^2 = 19 \times 19 = \mathbf{361} 202=20×20=40020^2 = 20 \times 20 = \mathbf{400} 212=21×21=44121^2 = 21 \times 21 = \mathbf{441} 222=22×22=48422^2 = 22 \times 22 = \mathbf{484} 232=23×23=52923^2 = 23 \times 23 = \mathbf{529} 242=24×24=57624^2 = 24 \times 24 = \mathbf{576} 252=25×25=62525^2 = 25 \times 25 = \mathbf{625} 262=26×26=67626^2 = 26 \times 26 = \mathbf{676} 272=27×27=72927^2 = 27 \times 27 = \mathbf{729} 282=28×28=78428^2 = 28 \times 28 = \mathbf{784} 292=29×29=84129^2 = 29 \times 29 = \mathbf{841} 302=30×30=90030^2 = 30 \times 30 = \mathbf{900}

Diagram 1

Step 2 — Observing unit digits of perfect squares

Let us look at the last digit (unit digit) of each square we calculated. The unit digits are: 1, 4, 9, 6, 5, 6, 9, 4, 1, 0, 1, 4, 9, 6, 5, 6, 9, 4, 1, 0, 1, 4, 9, 6, 5, 6, 9, 4, 1, 0. We can notice a pattern in these unit digits.

  • Numbers ending in 1 or 9 have squares that end in 1.
  • Numbers ending in 2 or 8 have squares that end in 4.
  • Numbers ending in 3 or 7 have squares that end in 9.
  • Numbers ending in 4 or 6 have squares that end in 6.
  • Numbers ending in 5 have squares that end in 5.
  • Numbers ending in 0 have squares that end in 0.

Conjecture 1: A perfect square can only end in 0, 1, 4, 5, 6, or 9.\boxed{\text{Conjecture 1: A perfect square can only end in 0, 1, 4, 5, 6, or 9.}} Conjecture 2: A perfect square can never end in 2, 3, 7, or 8.\boxed{\text{Conjecture 2: A perfect square can never end in 2, 3, 7, or 8.}}

Step 3 — Observing differences between consecutive squares

Let us find the difference between the squares of consecutive natural numbers.

2212=41=32^2 - 1^2 = 4 - 1 = \mathbf{3} 3222=94=53^2 - 2^2 = 9 - 4 = \mathbf{5} 4232=169=74^2 - 3^2 = 16 - 9 = \mathbf{7} 5242=2516=95^2 - 4^2 = 25 - 16 = \mathbf{9} 6252=3625=116^2 - 5^2 = 36 - 25 = \mathbf{11}

We observe that the difference between the square of a natural number nn and the square of the previous natural number (n1)(n-1) is always an odd number. This difference is equal to 2n12n-1.

Conjecture 3: The difference between n2 and (n1)2 is 2n1.\boxed{\text{Conjecture 3: The difference between } n^2 \text{ and } (n-1)^2 \text{ is } 2n-1.} This difference is always an odd number.\boxed{\text{This difference is always an odd number.}}

Step 4 — Observing the sum of consecutive odd numbers

Let us look at how squares relate to the sum of the first few odd natural numbers.

1=121 = \mathbf{1^2} 1+3=4=221 + 3 = \mathbf{4 = 2^2} 1+3+5=9=321 + 3 + 5 = \mathbf{9 = 3^2} 1+3+5+7=16=421 + 3 + 5 + 7 = \mathbf{16 = 4^2} 1+3+5+7+9=25=521 + 3 + 5 + 7 + 9 = \mathbf{25 = 5^2}

We see that the sum of the first nn odd natural numbers is equal to n2n^2.

Conjecture 4: The sum of the first n odd natural numbers is n2.\boxed{\text{Conjecture 4: The sum of the first } n \text{ odd natural numbers is } n^2.}

Step 5 — Observing even and odd squares

Let us check if the original number is even or odd and what its square is.

  • Squares of even numbers (like 2,4,6,2, 4, 6, \dots) are 4,16,36,4, 16, 36, \dots, which are all even.
  • Squares of odd numbers (like 1,3,5,1, 3, 5, \dots) are 1,9,25,1, 9, 25, \dots, which are all odd.

Conjecture 5: The square of an even number is always even.\boxed{\text{Conjecture 5: The square of an even number is always even.}} Conjecture 6: The square of an odd number is always odd.\boxed{\text{Conjecture 6: The square of an odd number is always odd.}}

Step 6 — Observing trailing zeros in squares

Let us look at the squares of numbers that end in zero.

102=10010^2 = \mathbf{100} 202=40020^2 = \mathbf{400} 302=90030^2 = \mathbf{900}

We observe that if a number ends with one zero, its square ends with two zeros. In general, if a number ends with nn zeros, its square will end with 2n2n zeros.

Conjecture 7: If a number ends with n zeros, its square ends with 2n zeros.\boxed{\text{Conjecture 7: If a number ends with } n \text{ zeros, its square ends with } 2n \text{ zeros.}}

Answer

(i) The squares of the first 30 natural numbers are: 12=11^2 = 1, 22=42^2 = 4, 32=93^2 = 9, 42=164^2 = 16, 52=255^2 = 25, 62=366^2 = 36, 72=497^2 = 49, 82=648^2 = 64, 92=819^2 = 81, 102=10010^2 = 100, 112=12111^2 = 121, 122=14412^2 = 144, 132=16913^2 = 169, 142=19614^2 = 196, 152=22515^2 = 225, 162=25616^2 = 256, 172=28917^2 = 289, 182=32418^2 = 324, 192=36119^2 = 361, 202=40020^2 = 400, 212=44121^2 = 441, 222=48422^2 = 484, 232=52923^2 = 529, 242=57624^2 = 576, 252=62525^2 = 625, 262=67626^2 = 676, 272=72927^2 = 729, 282=78428^2 = 784, 292=84129^2 = 841, 302=90030^2 = 900. (ii) The patterns observed and conjectures made are:

  1. Unit Digits: A perfect square can only end in 0, 1, 4, 5, 6, or 9. It can never end in 2, 3, 7, or 8.
  2. Difference of Consecutive Squares: The difference between the square of a natural number nn and the square of (n1)(n-1) is 2n12n-1, which is always an odd number.
  3. Sum of Odd Numbers: The sum of the first nn odd natural numbers is equal to n2n^2.
  4. Even/Odd Squares: The square of an even number is always even, and the square of an odd number is always odd.
  5. Trailing Zeros: If a number ends with nn zeros, its square ends with 2n2n zeros.

More questions in IT

Q1

Context: Queen Ratnamanjuri left a puzzle in her will for her son Khoisnam and 99 relatives. They are in a room with 100 lockers, numbered 1 to 100.

  • Person 1 opens every locker.
  • Person 2 toggles every 2nd locker (closes if open, opens if closed).
  • Person 3 toggles every 3rd locker (3rd, 6th, 9th, ...).
  • Person 4 toggles every 4th locker (4th, 8th, 12th, ...). This continues until all 100 get their turn.

Q. Before the process begins, Khoisnam realises that he already knows which lockers will be open at the end. How did he figure out the answer?

Hint: Find out how many times each locker is toggled.

Q2

Does every number have an even number of factors?

Q3

Can you use this insight to find more numbers with an odd number of factors?

Q4

Context: In a room with 100 lockers, only lockers whose numbers are square numbers remain open.

Q. Write the locker numbers that remain open.

Q5

Find the squares of the first 30 natural numbers and fill in the table below.

Q6

Context: Patterns and Properties of Perfect Squares

Find the squares of the first 30 natural numbers and fill in the table below.

Q. What patterns do you notice? Share your observations and make conjectures.

Q7

If a number ends in 0, 1, 4, 5, 6 or 9, is it always a square?

Q8

Write 5 numbers such that you can determine by looking at their units digit that they are not squares.

Q9

Let us consider square numbers ending in 6: 16=4216 = 4^2, 36=6236 = 6^2, 196=142196 = 14^2, 256=162256 = 16^2, 576=242576 = 24^2, and 676=262676 = 26^2. Which of the following numbers have the digit 6 in the units place?

(i) 38238^2 (ii) 34234^2 (iii) 46246^2 (iv) 56256^2 (v) 74274^2 (vi) 82282^2

Q10

Find more such patterns by observing the numbers and their squares from the table you filled earlier.

Q11

If a number contains 3 zeros at the end, how many zeros will its square have at the end?

Q12

What do you notice about the number of zeros at the end of a number and the number of zeros at the end of its square? Will this always happen? Can we say that squares can only have an even number of zeros at the end?

Q13

What can you say about the parity of a number and its square?

Q14

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

Q15

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?

Q16

Can you see any relation between triangular numbers and square numbers? Extend the pattern shown and draw the next term.

Q17

Find whether 1156 and 2800 are perfect squares using prime factorisation.

Q18

How many cubes of side 1 cm make a cube of side 2 cm?

Q19

How many cubes of side 1 cm will make a cube of side 3 cm?

Q20

Is 9 a cube?

Q21

Can you estimate the number of unit cubes in a cube with an edge length of 4 units?

Q22

Complete the table below.

Q23

What patterns do you notice in the table above?

Q24

We know that 0, 1, 4, 5, 6, 9 are the only last digits possible for squares. What are the possible last digits of cubes?

Q25

Similar to squares, can you find the number of cubes with 1 digit, 2 digits, and 3 digits? What do you observe?

Q26

Can a cube end with exactly two zeroes (00)? Explain.

Q27

The next two taxicab numbers after 1729 are 4104 and 13832. Find the two ways in which each of these can be expressed as the sum of two positive cubes.

Q28

Context: Look at the following pattern of consecutive odd numbers: 1=1=131 = 1 = 1^3 3+5=8=233 + 5 = 8 = 2^3 7+9+11=27=337 + 9 + 11 = 27 = 3^3 13+15+17+19=64=4313 + 15 + 17 + 19 = 64 = 4^3 21+23+25+27+29=125=5321 + 23 + 25 + 27 + 29 = 125 = 5^3 31+33+35+37+39+41=216=6331 + 33 + 35 + 37 + 39 + 41 = 216 = 6^3

Later in this series, we get the following set of consecutive numbers: 91+93+95+97+99+101+103+105+107+10991 + 93 + 95 + 97 + 99 + 101 + 103 + 105 + 107 + 109

Q. Can you tell what this sum is without doing the calculation?

Q29

Find the cube roots of these numbers:

(i) 643=\sqrt[3]{64} = (ii) 5123=\sqrt[3]{512} = (iii) 7293=\sqrt[3]{729} =

Q30

Compute successive differences over levels for perfect cubes until all the differences at a level are the same. What do you notice?

← Back to Rational Numbers