Difficulty: Easy
Correct Answer: -50
Explanation:
Introduction / Context:
We sum the first 100 integers with alternating signs. Grouping consecutive pairs simplifies the computation because each pair contributes a constant amount.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Partial sums oscillate: S_2 = −1, S_4 = −2, … S_100 = −50, confirming the pairwise method.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
−50
Discussion & Comments