Predicting What Comes Next: Sequences and Progressions | Exercise 8.2

Question 7

A child arranges marbles in rows so that the first row has 1 marble, the second has 2 marbles, the third has 3, and so on up to 25 rows. How many marbles does the child use in all?

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • The number of marbles in each row forms a sequence of consecutive positive integers: 1,2,3,,251, 2, 3, \dots, 25.
  • To find the total number of marbles used, calculate the sum of the first n=25n = 25 natural numbers using the formula: Sn=n(n+1)2S_n = \dfrac{n(n+1)}{2}

Step 1 · Identify the Arithmetic Progression

The number of marbles in each row forms an arithmetic progression (AP):Diagram 1

  • First term (aa) =1= 1
  • Common difference (dd) =1= 1
  • Number of rows (nn) =25= 25

Step 2 · Calculate the Total Sum

Using the formula for the sum of the first nn natural numbers: Sn=n(n+1)2S_n = \dfrac{n(n+1)}{2}

Substitute n=25n = 25:

S25=25(25+1)2=25×262=25×13=325\begin{aligned} S_{25} &= \dfrac{25(25+1)}{2} \\[0.6em] &= \dfrac{25 \times 26}{2} \\[0.6em] &= 25 \times 13 \\[0.6em] &= 325 \end{aligned}
Answer

325 \text{ marbles}

Common Mistakes
  • Arithmetic Error: Forgetting to divide by 22 in the formula n(n+1)2\dfrac{n(n+1)}{2}, resulting in 650650 instead of 325325.
  • Incorrect Number of Terms: Miscounting the number of rows as n=24n = 24 or n=26n = 26 instead of n=25n = 25.

More questions in Exercise 8.2

Q1

Find the 10th10^{\text{th}} and 26th26^{\text{th}} terms of the AP: 3,8,13,18,3, 8, 13, 18, \dots

Q2

Which term of the AP: 21,18,15,21, 18, 15, \dots is 81-81? Also, is 00 a term of this AP? Give reasons for your answer.

Q3

Find the nthn^{\text{th}} term of the AP: 11,8,5,2,11, 8, 5, 2, \dots. Write the recursive rule for this AP.

Q4

An AP consists of 50 terms in which the 3rd3^{\text{rd}} term is 12 and the last term is 106. Find the 29th29^{\text{th}} term.

(Hint: If aa is the first term and dd the common difference, then we arrive at the equations a+2d=12a + 2d = 12 and a+49d=106a + 49d = 106. Solve this pair of linear equations for aa and dd.)

Q5

How many 2-digit numbers are divisible by 3? What is the sum of all these 2-digit numbers?

Q6

Harish started work at an annual salary of ₹5,00,000 and received an increment of ₹20,000 each year. After how many years did his income reach ₹7,00,000?

Q7

A child arranges marbles in rows so that the first row has 1 marble, the second has 2 marbles, the third has 3, and so on up to 25 rows. How many marbles does the child use in all?

← Back to Predicting What Comes Next: Sequences and Progressions