Difficulty: Medium
Correct Answer: Only statement I is sufficient.
Explanation:
Introduction / Context:
This is a data sufficiency problem involving an arithmetic series. You are not asked to compute the actual numerical sum, but to determine which given information is enough to calculate that sum. Understanding the structure of arithmetic progressions and how to use the formula for the sum of the first n terms is essential to solve this type of question efficiently.
Given Data / Assumptions:
Concept / Approach:
For an arithmetic progression, the sum of the first n terms is given by Sn = n * (first term + nth term) / 2. To find the sum of the first 10 terms, you only need the first term and the tenth term. If you are given the first term and the common difference, you can also compute the tenth term and hence the sum. However, being given only the common difference without any term value is not enough, because the entire series could be shifted up or down by a constant and still have the same common difference.
Step-by-Step Solution:
Step 1: From Statement I, we know the first term a1 = 2 and the tenth term a10 = 20.Step 2: For an arithmetic progression, the sum of the first 10 terms is S10 = 10 * (a1 + a10) / 2.Step 3: Because both a1 and a10 are given in Statement I, we can directly compute S10. Hence Statement I alone is sufficient.Step 4: From Statement II, we only know that the common difference d = 2. We do not know the first term or any specific term value.Step 5: Many different arithmetic series share the same common difference of 2. For example, the series could be 2, 4, 6, ... or 5, 7, 9, ... or negative values. Each would have a different sum for the first 10 terms.Step 6: Therefore Statement II alone is not sufficient to determine the sum.Step 7: Since Statement I is already sufficient by itself, combining it with Statement II is unnecessary.
Verification / Alternative check:
Using Statement I, you can also derive the common difference if needed: d = (a10 - a1) / 9 = (20 - 2) / 9 = 2. This confirms that the series is indeed arithmetic with d = 2. Then S10 can be computed consistently. On the other hand, if you start only with d = 2 and no term values, there is an infinite number of possible series and sums, confirming that Statement II alone is insufficient.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Only statement I is sufficient to determine the sum of the first 10 numbers in the series.
Discussion & Comments