Wednesday, 12 August 2026

IMportant Questions || 10 samacheer kalvi maths ||

html_content = """

Mathematics Working Solutions

Arithmetic Progressions (A.P.) & Series — Clean Typed Notes

Example 2.24

Question: Write an A.P. whose first term is 20 and common difference is 8.

Solution:

Given first term a = 20, common difference d = 8.

The general form of an Arithmetic Progression is: a, a + d, a + 2d, a + 3d, ...

1st term (t1): a = 20
2nd term (t2): a + d = 20 + 8 = 28
3rd term (t3): a + 2d = 20 + 2(8) = 20 + 16 = 36
Required A.P. series: 20, 28, 36, ...
Example 2.26

Question: Find the number of terms in the A.P. 3, 6, 9, 12, ..., 111.

Solution:

Given sequence: 3, 6, 9, 12, ..., 111

First term (a): 3
Common diff (d): 6 - 3 = 3
Last term (l): 111

Formula for number of terms (n):

n = (l - a)/d + 1
n = (111 - 3)/3 + 1 = 108/3 + 1 = 36 + 1 = 37
Number of terms (n) = 37
Problem 4

Question: Find the 19th term of an A.P. -11, -15, -19, ...

Solution:

Formula for nth term: tn = a + (n - 1)d

First term (a): -11
Common diff (d): -15 - (-11) = -15 + 11 = -4
Term number (n): 19
t19 = -11 + (19 - 1)(-4)
t19 = -11 + 18(-4)
t19 = -11 + (-72) = -83
19th term (t19) = -83
Problem 5

Question: Which term of an A.P. 16, 11, 6, 1, ... is -54?

Solution:
First term (a): 16
Common diff (d): t2 - t1 = 11 - 16 = -5
Last term (l): -54

Formula for number of terms (n):

n = (l - a)/d + 1
n = (-54 - 16)/-5 + 1
n = -70/-5 + 1 = 14 + 1 = 15
-54 is the 15th term of the A.P.
Problem 11

Question: The sum of three consecutive terms that are in A.P. is 27 and their product is 288. Find the three terms.

Solution:

Let the three consecutive terms be (a - d), a, (a + d).

1. From the sum condition:

(a - d) + a + (a + d) = 27
3a = 27 ⇒ a = 9

2. From the product condition:

(a - d) × a × (a + d) = 288
a(a2 - d2) = 288

Substitute a = 9:

9(92 - d2) = 288
81 - d2 = 288/9 = 32
d2 = 81 - 32 = 49 ⇒ d = ±7

Taking a = 9, d = 7:

Terms: (9 - 7), 9, (9 + 7) ⇒ 2, 9, 16

(Taking d = -7 gives terms: 16, 9, 2)

The three terms are: 2, 9, 16 (or 16, 9, 2)
Problem 12

Question: The ratio of 6th and 8th term of an A.P. is 7 : 9. Find the ratio of 9th term to 13th term.

Solution:

Given: t6 : t8 = 7 : 9

(a + 5d)/(a + 7d) = 7/9
9(a + 5d) = 7(a + 7d)
9a + 45d = 7a + 49d
9a - 7a = 49d - 45d
2a = 4d ⇒ a = 2d

Now find ratio of 9th term to 13th term (t9 : t13):

t9/t13 = (a + 8d)/(a + 12d)

Substitute a = 2d:

t9/t13 = (2d + 8d)/(2d + 12d) = 10d/14d = 5/7
Ratio of 9th term to 13th term = 5 : 7
Example 2.36

Question: Find the sum of all natural numbers between 300 and 600 which are divisible by 7.

Solution:

Natural numbers between 300 and 600 divisible by 7 form an A.P.:

301, 308, 315, ..., 595

First term (a): 301
Common diff (d): 7
Last term (l): 595

1. Find the number of terms (n):

n = (l - a)/d + 1 = (595 - 301)/7 + 1 = 294/7 + 1 = 42 + 1 = 43

2. Find the sum (Sn):

Sn = n/2 [a + l]
S43 = 43/2 [301 + 595] = 43/2 × 896 = 43 × 448 = 19,264
Sum of natural numbers = 19,264
"""

No comments:

Post a Comment