Self Studies
Selfstudy
Selfstudy

Arithmetic Progressions Test - 6

Result Self Studies

Arithmetic Progressions Test - 6
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    1 / -0
    If the sum of the first 11 terms of an AP equals the sum of the first 19 terms, then what is the sum of the first 30 terms?
    Solution
    S11 = S19
    This means that the sum of terms from T12 to T19 is zero; which indicates that out of these 8 terms, half are positive and half are negative with same magnitude. Also, the next 11 terms have the same sum as the first 11 terms are having, but of opposite sign. This will result in the sum of the first 30 terms as 0 (zero).
  • Question 2
    1 / -0
    Directions: Find the sum of the given series.

    101 + 99 + 97 + ... + 47
    Solution
    For an A.P.,
    an = a + (n - 1)d
    47 = 101 + (n - 1)(-2)
    n = 28
    Sn = (a + )
    = 14(101 + 47)
    = 2072
  • Question 3
    1 / -0
    The sum of the 9th, 14th and 18th terms of an AP is equal to the sum of the 20th and 24th terms. What is the ratio of the 4th term to the 2nd term?
    Solution
    T9 + T14 + T18 = T20 + T24
    ⇒ 3a + 38d = 2a + 42d
    ⇒ a = 4d
    = =
  • Question 4
    1 / -0
    The interior angles of a polygon are in A.P. If the least angle is 42° and common difference is 33°, the number of sides is
    Solution
    Given: a = 42°, d = 33°
    Sum of all the interior angles of an n-sided polygon is (n - 2)180°.
    Therefore, (n - 2)180° = [2a + (n - 1)d]
    (n - 2) × 180 = (n/2)(2 × 42 + (n - 1) × 33)
    360n - 720 = 84n + 33n2 - 33n
    11n2 - 103n + 240 = 0
    (n - 5)(11n - 48) = 0
    This implies, n = 5 as sides can't be fraction in number.
  • Question 5
    1 / -0
    For an A.P., the 1st term and the 13th term are and m, respectively. What is the common difference of the AP?
    Solution
    Here, a = and T13 = m
    Hence, m = + (13 – 1)d
    m – = 12d
    d =
  • Question 6
    1 / -0
    If the 17th term of an A.P. is 2 times its 15thterm and the common difference is 6, then what would be the 18th term of the A.P.?
    Solution
    According to question,
    The 17th term of an A.P. is 2 times its 15thterm.
    a + 16d = 2(a + 14d)
    16d - 28d = 2a - a
    -12d = a [Equation 1]
    T18 = a + (n - 1)d
    = a + (18 - 1)d
    = a + 17d
    = -12d + 17d [From equation 1]
    = 5d = 5(6) = 30
  • Question 7
    1 / -0
    What will be the sum of the first 85 natural number which are divisible by 6?
    Solution
    The positive integers divisible by 6 are: 6, 12, 18, 24, ….
    Here, first term a = 6; common difference d = 12 – 6 = 6
    The 85th term is:
    a85 = 6 + (85 – 1) × 6
    = 6 + 504 = 510
    So, the sum of the first 85 natural numbers is:

    S85 = × (a + a85)

    = 42.5 × (6 + 510)
    = 42.5 × 516 = 21930
  • Question 8
    1 / -0
    What will be the three consecutive terms if the sum of three terms of an A.P. is 54 and their product is 5544?
    Solution
    Let the consecutive terms be (a - d), a, (a + d).
    Sum of these terms = 54
    a - d + a + a + d = 54
    3a = 54
    a = 18
    Thus, the numbers will become 18 - d, 18, 27 + 18.
    Their product = (18 - d) × 18 × (18 + d)
    182 - (d)2 =
    324 - (d)2 = 308
    -d2 = 308 - 324
    (d)2 = 16
    d = ±4
    Let d = 4
    The terms are:
    18 – 4 = 14; 18; 18 + 4 = 22
  • Question 9
    1 / -0
    The sum of the first n terms of an A.P. is 126. The first term and the common difference of the A.P. are 11 and 4, respectively. Which of the following is the value of n?
    Solution
    Here, S = 126, a = 11 and d = 4
    126 =
    252 = n[22 + 4n – 4]
    = n(4n + 18]
    4n2 + 18n – 252 = 0

    2n2 + 9n – 126 = 0
    2n2 + 21n – 12n – 126 = 0
    n(2n + 21) – 6[2n + 21] = 0
    (2n + 21)(n – 6) = 0
    n = or n = 6
    Hence, n = 6
  • Question 10
    1 / -0
    Find the sum of n terms of the series 5, 2, –1, –4, ....
    Solution
    5, 2, –1, –4, …
    First term = a
    Common difference = d
    Sum of n terms = (2a + (n – 1)d)
    = (2 5 + (n – 1)(–3))
    = (10 + (n – 1)(–3))
    = (13 – 3n)
  • Question 11
    1 / -0
    If a, b, c, d, e and f are in AP, then find the value of e - c.
    Solution
    Since a, b, c, d, e and f are in AP.
    Let common difference be x.
    1st term = a
    2nd term = b = a + x
    3rd term = c = a + 2x
    4th term = d = a + 3x
    5th term = e = a + 4x
    e – c = a + 4x – (a + 2x) = a + 4x – a – 2x = 2x
    Also, 2(d – c) = 2(a + 3x – a – 2x) = 2x
  • Question 12
    1 / -0
    In an AP, the mth term is and the nth term is . The sum of first mn terms is
    Solution
    Given: =

    a + (m - 1)d =

    an + mnd - nd = 1 ... (1)



    a + (n - 1)d =

    am + mnd - md = 1 ... (2)
    From (1) and (2), we get
    an + mnd - nd = am + mnd - md
    a(n - m) - (n - m)d = 0
    a = d
    Consider (1): an + mnd - nd = 1
    dn + mnd - nd = 1

    d =

    Hence, a =

    Sum of mn terms of AP =

    =

    =
  • Question 13
    1 / -0
    The first term of an arithmetic progression is 2 and the fourth term is 6. If the sum of first n terms of the progression is 6800, find the value of n.
    Solution
    Here, first term, a = 2 … (1)
    Fourth term = a + 3d = 6 ... (2)
    2 + 3d = 6
    d =
    Then, sum = [2a + (n - 1)d]
    6800 = [4 + (n - 1)]
    6800 = [4 + n - ]
    6800 =
    6800 2 3 = 8n + 4n2
    40,800 = 8n + 4n2
    4n2 + 8n - 40,800 = 0
    n2 + 2n - 10,200 = 0
    (n + 102)(n - 100) = 0
    n = 100 or n = -102 (not possible)
    n = 100
  • Question 14
    1 / -0
    Susan had arranged to pay off her debt of $3,600 to CASA Bank in 40 monthly installments in the form of an A.P. When 30 of the installments had been repaid, she died leaving one third of the debt unpaid. What was the value of the first installment?
    Solution
    If $a is the first installment and the common difference is $d,
    Then,
    Sum of n terms =
    Sum of all installments = S40 = [2a + (40 - 1) d] = total debt = 3,600
    2a + 39d = 180 …(1)
    Also, S30 = [2a + (30 - 1) d] = of the total debt = 2400.
    2a + 29d = 160 …(2)
    Subtracting (2) from (1), we get, 10d = 20.
    d = 2
    a = $51
  • Question 15
    1 / -0
    Find the sum of all even numbers from 10 to 200 (inclusive), excluding those, which are multiples of 6.
    Solution
    10 + 12 + 14 + ------- + 200
    a = 10, d = 2
    Tn = 200 = 10 + (n - 1) × 2
    n = 96

    Sn =

    Sn = [10 + 200] = 48 × 210 = 10,080
    Sum of the numbers, which are multiple of 6:
    12 + 18 + _ _ _ _ _ + 198
    198 = 12 + (m - 1) 6
    m = 32
    Sm = [12 + 198] = 16 × 210 = 3,360
    Required Sum = 10,080 - 3,360 = 6,720
  • Question 16
    1 / -0
    The sum of the first n terms, the first term and the common difference of an AP are 418, 13 and 5, respectively. What is the value of n?
    Solution
    First term a = 13
    Let the number of terms be 'n'.
    Common difference, d = 5
    Sum = 418
    418 =
    836 = n(26 + 5n - 5)
    836 = 5n2 + 21n
    5n2 + 21n - 836 = 0
    5n2 + 76n - 55n - 836 = 0
    n(5n + 76) - 11(5n + 76) = 0
    (n - 11)(5n + 76) = 0
    n = 11 or
    Since, n cannot be negative and a fraction,
    Hence, n = 11
  • Question 17
    1 / -0
    In an AP, the first term is x, the common difference is y and the nth term is z. Which of the following expressions is the value of n?
    Solution
    Here, a = x, d = y
    an = z
    z = x + (n – 1)y
    z – x = ny – y
    n =
  • Question 18
    1 / -0
    The sales of a particular item decrease every year uniformly by a fixed number. The total sales of the product for the first 8 years were 1,18,800 units and the sale in the 10th year was 9,900 units. What was the sale of the product in the 4th year?
    Solution
    Let the first term or sale in the 1st year be a.
    Difference = d
    Total sales or S8 of the first 8 years = 1,18,800
    Sale in the 10th year or a10 = 9,900
    Sale in the 4th year or a4 = ?
    i.e.
    a10 = a + (10 - 1)d = 9,900
    a + 9d = 9900
    a = 9900 – 9d --- (1)
    As the total sales figure of the first 8 years is given, we can calculate the common difference or the amount of sales decreasing each year.





    1,18,800 = 4[2a + 7d]
    2a + 7d = 29,700
    2(9,900 – 9d) + 7d = 29,700
    19,800 – 18d + 7d = 29,700
    -11d = 9900
    d = -900 (Minus sign implies that the A.P. is getting decreased)

    Put d = -900 in equation (1).
    a = 9,900 – 9(-900)
    = 9,900 + 8,100
    = 18,000
    So, sale in the 1st year or a = 18,000
    Sale in the 4th year or a4 = a + (4 - 1)d
    = 18,000 + 3(-900) (a = 18,000, d = -900)
    = 18,000 – 2,700
    = 15,300 units
  • Question 19
    1 / -0
    The number of admissions in a college in the 4thyear was 5400 and in the 6thyear was 8600. Assuming that the number of admissions increases uniformly every year, the total number of admissions for n years was 49,600. How many admissions took place in the 8th year?
    Solution
    Let the first term or the number of admissions in the first year be a.
    Difference = d
    Total number of admission in n years or Sn = 49,600
    Number of admissions in the 4th year or a4 = 5400
    Number of admissions in the 6th year or a6 = 8600
    Number of admissions in the nth year or an = ?
    a is the first term and d is the common difference.
    a + 3d = 5400 --- (1)
    a + 5d = 8600 --- (2)
    Subtracting equation (1) from equation (2),
    d = 1600
    Putting d = 1600 in equation (1),
    a + 3(1600) = 5400
    a = 5400 – 4800
    a = 600
    Number of admissions in the 1st year = 600
    Total number of admission in n years or Sn = 49,600







    n[800n – 200] = 49,600
    800n2 – 200n – 49,600 = 0

    (Dividing the whole equation by 200)
    4n2 – n – 248 = 0
    4n2 – 32n + 31n – 248 = 0
    (n - 8)(4n + 31) = 0
    n = 8, []
    ⇒ n = 8
    Number of admissions in the 8th year or an = a + (n - 1)d
    a8 = a + 7d
    a8 = 600 + 7(1600)
    = 11,800
  • Question 20
    1 / -0
    The production of ACs in the first year was 10,000 units and in the nth year was 2500 units. Assuming that the production of ACs decreases per year by 1500 units, find the total production of ACs from the first year till the nth year.
    Solution
    Production of ACs in the first year or a1 = 10000
    Production of ACs in the nth year or an = 2500
    Production of ACs is decreasing every year by 1500.
    d = -1500

    Now,
    Production in the nth year or an = a + (n - 1)d
    2500 = 10000 + (n - 1)(-1500)
    -7500 = -1500n + 1500
    1500n = 7500 + 1500
    1500n = 9000
    n = 6
    So, production in the 6th year = 2500
    Total production of ACs in 6 years or Sn =

    = 3(12,500) = 37,500

    Therefore, total production of ACs in 6 years is 37,500 units.
  • Question 21
    1 / -0
    A chocolate factory produced 5400 chocolates in the 7th month and 7000 chocolates in the 11th month of the year. Assuming that the production increased uniformly by a fixed number every month, how many chocolates were produced in one year?
    Solution
    T7 = 5400

    T11 = 7000

    T7 = a + 6 × d

    T11 = T7 + 4d

    7000 = 5400 + 4 × d; d = 400;

    T7 = a + 6 × 400

    5400 = a + 2400

    a = 3000
    Production in 1 year = S12 = (2 × a + 11d) = 6(2 × 3000 + 11 × 400) = 62,400
  • Question 22
    1 / -0
    In a strange long race, the participants have to cross 30 hurdles, which are placed at equal distance from one another in a line, and have to come back to their original positions after crossing each hurdle. The first hurdle is placed at a distance of 15 m from the starting point. If the total distance they have to cover is 9.6 km, then how far are the hurdles placed from each other?
    Solution
    Let the distance between the hurdles be d m.
    Given distance between the first hurdle and the original position or a = 15 m
    Number of hurdles or n = 30 m
    Total distance to be covered = 9.6 km = 9600 m
    As a person has to come back to the starting point after crossing each hurdle, the sum of the distances of all hurdles from the starting point would be half of the distance covered.











    Distance of the 30th hurdle or

    305 = 15 + 29d
    290 = 29 d
    d = 10 m

    The hurdles are placed at 10 m from each other.
  • Question 23
    1 / -0
    Choose the correct option:

    (i) If the first two terms of an A.P. are k and k + 2, then what is the difference between the sum of the first 11 terms and the sum of the first 7 terms?
    (ii) What will be the difference between the sum of all the odd natural numbers and the sum of all the even natural numbers starting from zero? (k is the number of terms)
    (iii) What will be the addition of the sum of the first 5 terms and the sum of the last 5 terms of the series (k + 1), (k + 3), …, (k + 13)?
    Solution
    (i) Given: The first two terms of an A.P. are k and k + 2.
    Therefore, a = first terms of the A.P. = k
    Difference between the consecutive terms (d) = k + 2 – k = 2
    Also, n = number of terms = 11
    Now, using formula an = a + (n – 1) × d; where an is the last term of the series,
    a11 = k + (11 – 1) × 2
    a11 = k + 20
    Hence, (k + 20) is the 11th term.
    Now,
    Sum of the first 11 terms,
    Sn = × (a + an)
    S11 = × (k + k + 20)
    S11 = 11 × (k + 10) = 11k + 110.
    Now, using formula an = a + (n – 1) × d; where an is the last term of the series,
    a7 = k + (7 – 1) × 2
    a7 = k + 12
    Hence, (k + 12) is the 7th term.
    Now,
    Sum of the first 7 terms:
    S7 =× (a + an)
    S7 =× (k + k + 12)
    S7 = 7 × (k + 6) = 7k + 42
    Hence, the difference between the sum of the first 11 terms and the sum of the first 7 terms can be calculated as:
    S11 – S7 = 11k + 110 – (7k + 42) = 4k + 68 = 4(k + 17)

    (ii) Let 'k' be the number of all terms in the series of both the even and odd numbers.
    Therefore,
    For odd numbers:
    As the first odd number is '1' and the second odd number is '3', the difference between the first and second terms is 2.
    an = a + (n – 1) × d
    ak = 1 + (k – 1) × 2
    ak = 1 + 2k – 2
    an = 2k – 1
    Now,
    Sum of all the odd terms = × (1 + 2k – 1)
    = × 2k
    = k² … Eq. 1
    Now,
    For even numbers:
    As the first even number is '0' and the second even number is '2', the difference between the first and second terms is 2.
    an = a + (n – 1) × d
    ak = 0 + (k – 1) × 2
    ak = 0 + 2k – 2
    ak = 2k – 2
    Now,
    Sum of all the even terms = × (0 + 2k – 2)
    = × (2k – 2)
    = k × (k – 1)

    = k2 - k … Eq. 2

    We have to find the difference between the sum of all the odd natural numbers and the sum of all the even natural numbers.
    Therefore, using Eq. 1 and Eq. 2,
    Difference = k2 - (k2 - k) = k2 - k2 = k

    (iii) Given series:
    (k + 1), (k + 3), …, (k + 13)
    As the first and second terms are (k + 1) and (k + 3), the common difference is k + 3 – k – 1 = 2.
    So, the series would continue like:
    (k + 1), (k + 3), (k + 5), (k + 7), (k + 9), (k + 11) and (k + 13)
    Now, the sum of the first 5 terms can be calculated as:
    S(first five terms) =× (k + 1 + k + 9)
    =× (2k + 10)

    =× 2(k + 5)

    = 5k + 25
    Now, the sum of the last five terms of the series is :
    S(last five terms) =× (k + 5 + k + 13)
    =× (2k + 18)
    =× 2(k + 9)
    = 5k + 45
    Now, addition of the sum of the first 5 terms of the series and the sum of last 5 terms of the series = 5k + 25 + 5k + 45 = 10k + 70 = 10(k + 7)
  • Question 24
    1 / -0
    What will be the sum of first twenty-five terms of an A.P. if the difference between the fourth and second terms of the A.P. is 8 and the product of the same terms is 20?
    Solution
    Let 'a' be the first term and 'd' be the common difference of the A.P.
    We have,
    (1) a4 - a2 = 8 ... (1)
    (2) a4 × a2 = 20 ... (2)
    From equation (1), we can say that
    (a + 3d) – (a + d) = 8
    ⇒ 2d = 8
    ⇒ d = 4 ... (3)
    We know that the product of the above mentioned A.P. terms is 20.
    So, we need to find two factors of 20 which have a difference of 8.
    Factors of 20 = 1, 2, 4, 5, 10, 20
    ∴ The required two factors are 2 and 10.
    ⇒ a2 = 2
    And a4 = 10
    If d = 4
    ⇒ a1 = a2 - 4
    So, a1 = -2

    Tn = a + (n – 1)d
    T25 = -2 + (25 – 1) × 4
    T25 = 94

    (Using the formula of sum of first n terms of an A.P.)
    Sn =

    =

    = 12.5 × 92
    = 1150
  • Question 25
    1 / -0
    Fill in the blanks:

    (A) If the sums of first 8 and 19 terms of an A.P. respectively are 64 and 361, then the sum of its first n terms will be _______.
    (B) If the sum of n terms of an A.P. is an(n - 1), then the sum of the squares of these terms is ________.
    (C) If the pth, qth and rth terms of an A.P. respectively are a, b and c, then a(q - r) + b(r - p) + c(p - q) is _________.
    Solution
    (A)
    Sn = n/2 [2a + (n -1)d]
    S8 = 8/2 [2a + (8 - 1)d] = 64
    2a + 7d = 16 … (1)
    Also, S19 = 19/2 [2a + (19 - 1)d] = 361
    2a + 18d = 38 ... (2)
    Subtracting (1) from (2), we get
    11d = 22
    d = 2
    By putting the value of d in eq. 1,
    2a = 16 - 14 = 2
    a = 1
    Sn = n/2 [2a + (n - 1)d] = n/2 [2 + (n - 1)2]
    = 2n + n2 - 2n = n2

    (B) Let A be the first term and D be the common difference of the A.P.
    Then, Sn = an(n - 1)

    [2A + (n - 1)(D)] = an(n - 1)

    ⇒ 2A + (n - 1)D = 2an - 2a
    Compare the coefficient of n and constant term on both sides.
    ⇒ 2A - D = -2a and D = 2a
    ⇒ D = 2a
    ⇒ A = 0
    Sum of squares of n terms of the sequence,
    S = A2 + (A + D)2 + (A + 2D)2 + ... + (A + (n - 1)D)2
    = D2(12 + 22 + 32 + ... + (n - 1)2)

    = 4a2 = n(n - 1)(2n - 1)

    (C) Given:
    pth term = a ⇒ t1 + (p - 1)d = a … (1)
    qth term = b ⇒ t1 + (q - 1)d = b ... (2)
    rth term = b ⇒ t1 + (r - 1)d = c … (3)

    The given expression is: a(q - r) + b(r - p) + c(p - q)
    This is equivalent to: q(a - c) + r(b - a) + p(c - b)
    Putting the values of a, b and c in terms of t1 and d in the given expression, we get
    q[(p - 1)d - (r - 1)d] + r[(q - 1)d - (p - 1)d] + p[(r - 1)d - (q - 1)d]
    = q[pd - d - rd + d] + r[qd - d - pd + d] + p[rd - d - qd + d]
    = qpd - qrd + rqd - prd + prd - qpd = 0
    a(q - r) + b(r - p) + c(p - q) = 0
Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now