Math Problem Statement

How many terms of the sequence -9, -6,-3, must be taken so that the sum is 66?

Solution

Let's analyze the problem step by step.

The sequence given is 9,6,3,-9, -6, -3, \ldots. This is an arithmetic sequence where:

  • The first term a1=9a_1 = -9,
  • The common difference d=6(9)=3d = -6 - (-9) = 3.

We need to find the number of terms nn such that the sum SnS_n of the first nn terms equals 66.

The sum SnS_n of the first nn terms of an arithmetic sequence can be calculated using the formula:

Sn=n2×(2a1+(n1)d)S_n = \frac{n}{2} \times \left(2a_1 + (n-1)d\right)

Substituting the known values: Sn=n2×(2(9)+(n1)×3)S_n = \frac{n}{2} \times \left(2(-9) + (n-1) \times 3\right) Sn=n2×(18+3n3)S_n = \frac{n}{2} \times \left(-18 + 3n - 3\right) Sn=n2×(3n21)S_n = \frac{n}{2} \times (3n - 21) Sn=n2×3(n7)S_n = \frac{n}{2} \times 3(n - 7) Sn=3n(n7)2S_n = \frac{3n(n - 7)}{2}

We need to find nn such that Sn=66S_n = 66:

3n(n7)2=66\frac{3n(n - 7)}{2} = 66

Multiply both sides by 2:

3n(n7)=1323n(n - 7) = 132

Divide both sides by 3:

n(n7)=44n(n - 7) = 44

Now, solve the quadratic equation:

n27n44=0n^2 - 7n - 44 = 0

Using the quadratic formula n=b±b24ac2an = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, where a=1a = 1, b=7b = -7, and c=44c = -44:

n=(7)±(7)24(1)(44)2(1)n = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(1)(-44)}}{2(1)} n=7±49+1762n = \frac{7 \pm \sqrt{49 + 176}}{2} n=7±2252n = \frac{7 \pm \sqrt{225}}{2} n=7±152n = \frac{7 \pm 15}{2}

This gives two possible solutions:

n=222=11orn=82=4n = \frac{22}{2} = 11 \quad \text{or} \quad n = \frac{-8}{2} = -4

Since nn must be a positive integer, n=11n = 11.

Conclusion: The sum of the first 11 terms of the sequence is 66.

Would you like further details or have any questions? Here are some related questions:

  1. How do we derive the sum formula for an arithmetic sequence?
  2. What happens if the common difference is negative?
  3. Can this method be applied to geometric sequences as well?
  4. How does the quadratic formula work in solving equations?
  5. What if the sequence had a fractional common difference?

Tip: When working with arithmetic sequences, identifying the first term and common difference is crucial to solving problems related to sums and specific terms.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Arithmetic Sequences
Quadratic Equations

Formulas

Sum of Arithmetic Sequence

Theorems

Quadratic Formula

Suitable Grade Level

Grades 9-12