Question

Difficulty: MediumConsecutive Integers and Number Sets

Set SS consists of nn consecutive odd integers. The sum of all elements in Set SS is 195195. If the largest element in Set SS is 99 times the smallest element in Set SS, what is the value of nn?

  1. A
    33
  2. B
    99
  3. C
    1212
  4. 1313Answer
  5. E
    1515

Answer

The total number of elements in Set SS is 1313.
For any set of consecutive odd integers, the terms are spaced 22 units apart. Expressing the largest term as a+2(n1)=9aa + 2(n-1) = 9a yields n=4a+1n = 4a + 1. Using the average formula for evenly spaced sets, Sum=n×first+last2=n(5a)=195\text{Sum} = n \times \frac{\text{first} + \text{last}}{2} = n(5a) = 195, giving an=39an = 39. Substituting n=4a+1n = 4a + 1 gives 4a2+a39=04a^2 + a - 39 = 0, which factors as (4a+13)(a3)=0(4a + 13)(a - 3) = 0, so a=3a = 3. Substituting a=3a = 3 into n=4a+1n = 4a + 1 gives n=13n = 13.

Step-by-Step Solution

1
Express the largest term in terms of the smallest term aa and term count nn.
The largest term is a+2(n1)a + 2(n - 1). Since the largest term is 9a9a, we have a+2(n1)=9a    2(n1)=8a    n1=4a    n=4a+1a + 2(n - 1) = 9a \implies 2(n - 1) = 8a \implies n - 1 = 4a \implies n = 4a + 1.
Consecutive odd integers increase by increments of 22.
2
Express the sum of the set using the arithmetic mean of an evenly spaced set.
\text{Average} = \frac{\text{Smallest} + \text{Largest}}{2} = \frac{a + 9a}{2} = 5a. \text{Sum} = n \times \text{Average} \implies 195 = n(5a) \implies an = 39.
For any set of consecutive odd integers, the average is the mean of the first and last terms.
3
Substitute n=4a+1n = 4a + 1 into an=39an = 39 and solve for aa.
a(4a + 1) = 39 \implies 4a^2 + a - 39 = 0 \implies (4a + 13)(a - 3) = 0. Since aa must be a positive integer, a=3a = 3.
The smallest element of a set of positive odd integers must be a positive odd integer.
4
Calculate nn using a=3a = 3.
n = 4(3) + 1 = 13.
Substitute the value of aa back into the formula derived in Step 1.

Key Concept

Consecutive Integers and Number Sets
Rate this question