Question:medium

The value of the sum $8 + 16 + 24 + 32 + \cdots + 80$ is

Show Hint

For evenly spaced multiples, divide last term by step to get number of terms.
Updated On: Feb 27, 2026
  • 420
  • 440
  • 400
  • 450
Show Solution

The Correct Option is B

Solution and Explanation

The given sequence is an arithmetic sequence. To find the sum of this sequence, we need to use the formula for the sum of an arithmetic series:

\(S_n = \frac{n}{2} (a + l)\)

where:

  • \(n\) is the number of terms,
  • \(a\) is the first term,
  • \(l\) is the last term.

In the given sequence: \(8 + 16 + 24 + 32 + \cdots + 80\), the first term \(a = 8\) and the last term \(l = 80\).

The common difference \(d\), found by subtracting the first term from the second term, is: \(d = 16 - 8 = 8\).

To find the number of terms \(n\), use the formula for the last term of an arithmetic sequence:

\(l = a + (n-1)d\)

Substituting the known values:

\(80 = 8 + (n-1) \cdot 8\)

Solving for \(n\):

\(72 = (n-1) \cdot 8\)
\(n-1 = \frac{72}{8}\)
\(n-1 = 9\)
\(n = 10\)

There are 10 terms in this arithmetic sequence.

Now apply the sum formula:

\(S_n = \frac{10}{2}(8 + 80)\)
\(S_n = 5 \times 88\)
\(S_n = 440\)

The value of the sum \(8 + 16 + 24 + 32 + \cdots + 80\) is 440.

Was this answer helpful?
0