Predicting What Comes Next: Sequences and Progressions | Exercise 8.2

Question 5

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

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

We can solve this problem using the properties of an arithmetic progression.

Step 1 — Count the numbers

Let's list the 2-digit numbers divisible by 3. The first 2-digit number divisible by 3 is 12. The last 2-digit number divisible by 3 is 99. These numbers form an arithmetic progression. The first term, aa, is 12. The common difference, dd, is 3. The last term, tnt_n, is 99. We use the formula tn=a+(n1)dt_n = a + (n-1)d.

99=12+(n1)399 = 12 + (n - 1)3

9912=3(n1)99 - 12 = 3(n - 1)

87=3(n1)87 = 3(n - 1)

873=n1\frac{87}{3} = n - 1

29=n129 = n - 1

n=29+1n = 29 + 1

n=30\boxed{n = 30}

So, there are 30 two-digit numbers divisible by 3.

Diagram 1

Step 2 — Calculate the sum

Now, let's find the sum of these 30 numbers. We use the sum formula Sn=n2×(a+l)S_n = \frac{n}{2} \times (a + l). Here, nn is 30, aa is 12, and ll is 99.

S30=302×(12+99)S_{30} = \frac{30}{2} \times (12 + 99)

S30=15×111S_{30} = 15 \times 111

S30=1665\boxed{S_{30} = 1665}

The sum of all these numbers is 1665.

Answer

(i) Number of 2-digit numbers divisible by 3 = 30 (ii) Sum of all these numbers = 1665

More questions in Exercise 8.2

Q1

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

Q2

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

Q3

Find the nthn^{\text{th}} term of the AP: 11, 8, 5, 2 ... 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 'a' is the first term and 'd' 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 'a' and 'd'.)

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