Rational Numbers | IT

Question 28

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?

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

We can find the row number of the given series and then use the pattern to calculate its sum.

Step 1 — Find the number of terms Let us first find how many numbers are in the given series. The series is 91+93+95+97+99+101+103+105+107+10991 + 93 + 95 + 97 + 99 + 101 + 103 + 105 + 107 + 109. These are consecutive odd numbers. Let a1a_1 be the first term. So, a1=91a_1 = 91. Let aka_k be the last term. So, ak=109a_k = 109. The common difference between consecutive odd numbers is d=2d = 2. We use the formula for the kk-th term of an arithmetic progression. This formula is ak=a1+(k1)da_k = a_1 + (k-1)d. We substitute the values we know into the formula. 109=91+(k1)×2109 = 91 + (k-1) \times 2 10991=(k1)×2109 - 91 = (k-1) \times 2 18=(k1)×218 = (k-1) \times 2 182=k1\frac{18}{2} = k-1 9=k19 = k-1 k=9+1k = 9+1

Number of terms=10\boxed{\text{Number of terms} = 10}

Step 2 — Find the row number We need to find which row in the pattern has 9191 as its first number. Let FnF_n be the first term of the nn-th row. From the given pattern, we observe the first terms: F1=1F_1 = 1 F2=3F_2 = 3 F3=7F_3 = 7 F4=13F_4 = 13 F5=21F_5 = 21 F6=31F_6 = 31 Let us look at the difference between consecutive first terms. F2F1=2F_2 - F_1 = 2. F3F2=4F_3 - F_2 = 4. F4F3=6F_4 - F_3 = 6. F5F4=8F_5 - F_4 = 8. F6F5=10F_6 - F_5 = 10. The difference for the nn-th row is 2(n1)2(n-1). So, Fn=Fn1+2(n1)F_n = F_{n-1} + 2(n-1). We can write a general formula for FnF_n. Fn=F1+sum of differences up to (n1)-th termF_n = F_1 + \text{sum of differences up to } (n-1)\text{-th term}. Fn=1+2+4+6++2(n1)F_n = 1 + 2 + 4 + 6 + \dots + 2(n-1). Fn=1+2×(1+2+3++(n1))F_n = 1 + 2 \times (1 + 2 + 3 + \dots + (n-1)). The sum of the first (n1)(n-1) natural numbers is (n1)n2\frac{(n-1)n}{2}. So, Fn=1+2×(n1)n2F_n = 1 + 2 \times \frac{(n-1)n}{2}. Fn=1+n(n1)F_n = 1 + n(n-1) Fn=n2n+1F_n = n^2 - n + 1 The first term of our series is 9191. So, we set Fn=91F_n = 91. n2n+1=91n^2 - n + 1 = 91 n2n90=0n^2 - n - 90 = 0 We need to solve this quadratic equation for nn. We can factor the equation. (n10)(n+9)=0(n-10)(n+9) = 0 This gives two possible values for nn: n=10n=10 or n=9n=-9. Since nn must be a positive row number, we choose the positive value.

Row number=10\boxed{\text{Row number} = 10}

Step 3 — Calculate the sum We have found that the given series is the 10th row in the pattern. The pattern shows that the sum of the nn-th row is n3n^3. For example, the 1st row sum is 13=11^3 = 1. The 2nd row sum is 23=82^3 = 8. The 3rd row sum is 33=273^3 = 27. Since our series is the 10th row, we use n=10n=10. The sum of the series will be 10310^3. 103=10×10×1010^3 = 10 \times 10 \times 10

Sum=1000\boxed{\text{Sum} = 1000}

Answer

(i) The sum is 1000.

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