Math Problem Statement

How many terms of the arithmetic sequence 2, 8, 14, 20... Are required to give a sum of 660? With solution

Solution

To solve this problem, we need to determine how many terms of the arithmetic sequence 2,8,14,20,2, 8, 14, 20, \dots are required to give a sum of 660.

Step 1: Identify the components of the arithmetic sequence

  • The first term (aa) is 2.
  • The common difference (dd) is 82=68 - 2 = 6.

The formula for the sum of the first nn terms of an arithmetic sequence is given by:

Sn=n2(2a+(n1)d)S_n = \frac{n}{2} \left( 2a + (n - 1)d \right)

Where:

  • SnS_n is the sum of the first nn terms,
  • aa is the first term,
  • dd is the common difference,
  • nn is the number of terms.

We need to find nn such that the sum Sn=660S_n = 660.

Step 2: Substitute the known values into the sum formula

660=n2(2(2)+(n1)(6))660 = \frac{n}{2} \left( 2(2) + (n - 1)(6) \right)

Simplifying this equation:

660=n2(4+6(n1))660 = \frac{n}{2} \left( 4 + 6(n - 1) \right)

660=n2(4+6n6)660 = \frac{n}{2} \left( 4 + 6n - 6 \right)

660=n2(6n2)660 = \frac{n}{2} \left( 6n - 2 \right)

660=n(6n2)2660 = \frac{n(6n - 2)}{2}

Multiply both sides by 2 to eliminate the denominator:

1320=n(6n2)1320 = n(6n - 2)

Distribute the nn on the right side:

1320=6n22n1320 = 6n^2 - 2n

Step 3: Solve the quadratic equation

Rearrange the equation:

6n22n1320=06n^2 - 2n - 1320 = 0

Divide through by 2 to simplify:

3n2n660=03n^2 - n - 660 = 0

Now, solve this quadratic equation using the quadratic formula:

n=b±b24ac2an = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Here:

  • a=3a = 3,
  • b=1b = -1,
  • c=660c = -660.

Substitute the values into the quadratic formula:

n=(1)±(1)24(3)(660)2(3)n = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(3)(-660)}}{2(3)}

n=1±1+79206n = \frac{1 \pm \sqrt{1 + 7920}}{6}

n=1±79216n = \frac{1 \pm \sqrt{7921}}{6}

n=1±896n = \frac{1 \pm 89}{6}

Step 4: Calculate the two possible solutions

n=1+896=906=15n = \frac{1 + 89}{6} = \frac{90}{6} = 15

or

n=1896=886=14.67n = \frac{1 - 89}{6} = \frac{-88}{6} = -14.67

Since nn must be a positive integer, we take n=15n = 15.

Step 5: Conclusion

The number of terms required to give a sum of 660 is 15\boxed{15}.


Would you like more details or have any questions?

Here are some related questions to expand on this topic:

  1. What is the sum of the first 20 terms of the arithmetic sequence 2, 8, 14, 20,...?
  2. How do you derive the formula for the sum of an arithmetic sequence?
  3. How would the solution change if the common difference were 8 instead of 6?
  4. What is the 15th term of the sequence 2, 8, 14, 20,...?
  5. How would you solve this problem graphically?

Tip: When solving quadratic equations, it's good to first simplify as much as possible to avoid unnecessary calculations.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Arithmetic Sequences
Algebra
Quadratic Equations

Formulas

Sum of arithmetic sequence formula: Sn = (n/2)(2a + (n - 1)d)
Quadratic equation formula: ax^2 + bx + c = 0

Theorems

Quadratic Formula
Arithmetic Sequence Sum Formula

Suitable Grade Level

Grades 9-10