问题11。找到100到550之间的所有整数的和,这些整数可被9整除。
解决方案:
According to question
A.P = 108, 117…549
From the given A.P. we get
a(first term) = 108, d(common difference) = 9, an(nth term) = 549
Find the value of n using the given formula
an = a + (n – 1)d
549 = 108 + (n – 1)(9)
441 = 9n – 9
450 = 9n
n = 50
Now, we find the sum of the given A.P. using the following formula
S = n/2 [2a + (n -1)d]
S = 50/2 [2(108) + (50 – 1)(9)]
= 25 [216 + (49)(9)]
= 25 [216 + 441]
= 25 [657]
= 16425
Hence, the the sum of all integers between 100 and 550 which are divisible by 9 = 16425
问题12:找到序列的总和:
3 + 5 + 7 + 6 + 9 + 12 + 9 + 13 + 17 +…至3n项。
解决方案:
A.P = 3 +5 +7 + 9 + … to 3n
From the given A.P. we get
a = 3, d = 2, n = 3n
Now, we find the sum of the given A.P. using the following formula
S = n/2 [2a + (n – 1)d]
= 3n/2 [2(3) + (3n – 1)(2)]
= 3n [3 + (3n – 1)]
= 3n [3n + 2]
Hence, the sum of the given A.P = 3n [3n + 2]
问题13。找出所有100到800之间的整数之和,将每个整数除以16剩下7。
解决方案:
According to question
A.P = 103, 119,…,791
From the given A.P. we get
a = 103, l = 791
Find the value of n using the given formula
an = a + (n – 1)d
791 = 103 + (n – 1)16
n = 44
Now, we find the sum of the given A.P. using the following formula
S = n/2 [a + l]
S = 44/2 [103 + 791]
= 22 [894]
= 19668
Hence, the sum of all those integers between 100 and 800
each of which on division by 16 leaves the remainder 7 = 19668
问题14:解决:
(i)25 + 22 + 19 + 16 +…+ x = 115
(ii)1 + 4 + 7 + 10 +…+ x = 590
解决方案:
(i) A.p= 25 + 22 + 19 + 16 +…+x = 115
From the given A.P. we get
a = 25, d = -3, S = 115
Using the formula
S = n/2[2a + (n – 1)d]
⇒ 115 = n/2 [2 x 25+ (n – 1)(-3)]
⇒ 115 x 2 = n[50 – 3n + 3]
⇒ 230 = n(53 – 3n)
⇒ 230 = 53n – 3n2
⇒ 3n2 – 53n + 230 = 0
Using quadratic formula:
Now, Put the value of a = 3, b = – 53 and c = 230, we get
n = 46/6,10
⇒ n = 10 as n ≠ 46/6
So, an = x = a + (n – 1)d
⇒ x = 25 + (10 – 1)(-3)
⇒ x = 25 – 27 = -2
Hence, the value of x = -2
(ii) A.P = 1 + 4 + 7 + 10 +….+ x = 590
From the given A.P. we get
a = 1, d = 3
Using the formula
S = n/2 [2a + (n – 1)d]
⇒ 590 = n/2[2 x 1 + (n – 1)(3)]
⇒ 590 x 2 = n[2 + 3n – 3]
⇒ 1180 = n(3n – 1)
⇒ 1180 = 3n2 – n
⇒ 3n2 – n -1180 = 0
Using quadratic formula:
Now, Put the value of a = 3, b = – 1 and c = -1180, we get
n = -118/6, 20
⇒ n = 20, as n ≠ -118/6
an = x = a + (n – 1)d
⇒ x = 1 + (20 – 1)(3)
⇒ x = 1 + 60 – 3 = 58
Hence, the value of x = 58
问题15:找到AP的第r个项,其前n个项之和为3n 2 + 2n。
解决方案:
According to the question
As, Sn = 3n2 + 2n
So, a = S1 = 3 x 12 + 2 x 1 = 3 + 2 = 5 and
S2 = 3 x 22+2 x 2 = 12+4 = 16
⇒ a + a2 = 16
⇒ a + a + d = 16
⇒ 2a + d = 16
⇒ 2 x 5 + d = 16
⇒ d = 16 – 10
⇒ d = 6
Now,
ar = a + (r – 1)d
= 5+ (r -1) x 6
= 5 + 6r – 6
Hence, the ar = 6r – 1
问题16.在AP中有多少个术语,其第一和第五个术语分别是-14和2,并且两个术语之和是40?
解决方案:
According to question we have
a = -14 and Sn = 40 ………………………. (i)
a5 = 2
By using formula
⇒ a + (5 – 1)d = 2
⇒ -14 + 4d = 2
⇒ 4d = 16
⇒ d = 4 …………………………..(ii)
By using formula
Sn = n/2 [2a + (n – 1)d]
⇒ 40 = n/2 [2(-14) + (n – 1) x 4] ( From eq(i) and (ii))
⇒ 80 = n[-28 + 4n – 4]
⇒ 80 = 4n2 – 32n
⇒ n2 – 8n – 20 = 0
⇒ (n -10)(n + 2) = 0
⇒ n = 10, -2
But n cannot be negative.
Hence, the total number of terms in the A.P = 10
问题17. AP的前7个项的总和是10,接下来7个项的总和是17。找到级数。
解决方案:
According to question we have
S7 = 10
By using formula
Sn = n/2 [2a + (n – 1)d]
⇒ 7/2 [2a + (7 – 1)d] = 10
⇒ 7/2 [2a + 6d] = 10
⇒ a + 3d = 10/7 ………………………………… (i)
Also, the sum of the next seven terms = S14 – S7 = 17
⇒ 14/2 [2a + (14 – 1)d] – 7/2 [2a + (7 – 1)d] = 17
⇒ 7[2a + 13d] – 7/2[2a + 6d] = 17
14a + 91d – 7a – 21d = 17
7a + 70d = 17
a + 10d = 17/7 ………………………………….. (ii)
From eq(i) and (ii), we get:
10/7 – 3d = 17/7 – 10d
⇒ 7d = 1
⇒ d = 1/7
On putting the value in eq(i), we get:
a + 3d = 10/7
⇒ a+ 3/7 = 10/7
⇒ a = 1, d = 1/7
Hence, the progression = 1, 8/7, 9/7, 10/7 …
问题18. AP的第三项为7,第七项超过第三项的三倍,即为2。求出第一项,共同差和前20个项之和。
解决方案:
According to question we have
a3 = 7, a7 – 3a3 = 2
By using formula
an = a + (n – 1)d
⇒ a + (3 – 1)d = 7
⇒ a + 2d = 7 …………………………………… (i)
Also,
a7 – 3a3 = 2
⇒ a7 – 21 = 2(Given)
⇒ a + (7 – 1)d = 23
⇒ a + 6d = 23 ………………………………………. (ii)
From eq(i) and (ii), we get
4d = 16
⇒ d = 4
On putting the value in eq(i), we get
a + 2(4) = 7
a = -1
By using formula
Sn = n/2 [2a + (n – 1)d]
S20 = 20/2 [2(-1) + (20-1)(4)]
⇒ S20 = 10[-2 + 76]
⇒ S20 = 10[74] = 740
Hence,
a = -1, d = 4, S20 = 740
问题19. AP的第一项是2,最后一项是50。所有这些项的总和是442。找到共同的区别。
解决方案:
According to question we have
a = 2,l = 50, Sn = 442
Now, Sn = 442
⇒ n/2[a + l] = 442
⇒ n/2 [2 + 50] = 442
⇒ n = 17
a17 = 50
By using formula, we get
⇒ a + (17 – 1) d = 50
⇒ 2 + 16d = 50
⇒ d = 3
问题20. AP的条款数是偶数。奇数项的总和为24,偶数项的总和为30,最后一项超过第一个项 ,找到条款和系列的数量。
解决方案:
According to question, we have
a1 + a3+… +a2n-1 = 24 ……………..(1)
a2 + a4+… +a2n = 30 ……………..(2)
Now, subtracting eq(1) from (2), we get:
(d + d+…+ upto n terms) = 6
⇒ nd = 6 ………….(3)
Given :
a2n = a1 + 21/2
⇒ a2n – a1 = 21/2
⇒ a + (2n – 1)d – a = 21/2 [a2n= a + (2n – 1)d, a1 = a]
⇒ 2nd – d = 21/2
⇒ 2 x 6 – d = 21/2 (From eq(3))
⇒ d = 3/2
On putting the value in eq(3), we get
n = 4
⇒ 2n = 8
Thus, there are 8 terms in the progression.
To find the value of the first term:
a2 + a4+…+a2n = 30
⇒ (a + d) + (a + 3d)+… +[a + (2n – 1)d] = 30
⇒ n/2 [(a + d) + a + (2n – 1)d] = 30
On putting n = 4 and d = 3/2, we get
a = 3/2
Hence, the series will be 1, 1/2, 3, …
问题21.如果在AP中,S n = n 2 p且S m = m 2 p,m≠n,则证明S p = p 3 。
解决方案:
Sn = n2p
⇒ n/2 [2a + (n – 1)d] = n2p
⇒ 2np = 2a + (n – 1)d ………………. (i)
Sm = m2p
⇒ n/2 [2a + (m – 1)d] = m2p
⇒ 2mp = 2a + (m – 1)d ……………….. (ii)
On subtracting eq(ii) from eq(i), we get
2p(n – m) = (n – m)d
2p = d ………………..(iii)
On substituting the value in eq(i), we get
nd = 2a + (n – 1)d
⇒ nd – nd + d = 2a
⇒ a = d/2 = p [from eq(iii)] ……………….(iv)
Sp = p/2[2a + (p – 1)d]
⇒ Sp = p/2[2p + (p – 1)2p]
⇒ Sp = p/2[2p + 2p2 -2p]
⇒ Sp = p/2[2p2]
⇒ Sp = p3
Hence Proved
问题22.如果AP的第12个学期是-13,而前四个学期的总和是24,那么前10个学期的总和是多少?
解决方案:
Let us considered first term = a and common difference = d
Given that a12 = -13
Using the formula
⇒ a + (12 – 1)d = -13
⇒ a + 11d = -13 ………………. (i)
Also, S4 = 24 (given)
Using the formula
⇒ 4/2 [2a + (4 – 1)d] = 24
⇒ 2(2a + 3d) = 24
⇒ 2a + 3d = 12 ………………. (ii)
From eq(i) and (ii), we get
19d = -38
d = -2
Now put the value of d in eq(i), we get
a + 11(-2) = -13
⇒ a = 9
S10 = 10/2 [(2)(9) + (10 – 1)(-2)]
⇒ S10 = 5[18 – 18] = 0
Hence, the sum of first ten terms = 0