Solution 1: Detailed Arithmetic Progression Method
Step 1: Define the Sum and Number of Terms
The sum of the series is:
S=2+4+6+...+(n−1)
This is an Arithmetic Progression (A.P.) with:
First term, a = 2
Common difference, d = 2
Last term, L = n − 1
Let k be the number of terms. The last term L is the k-th term, L=a+(k−1)d.
n − 1 = 2 + (k − 1)2
n − 1 = 2 + 2k − 2
n − 1 = 2k
⇒ k = (n - 1)/2
Step 2: Use the Sum Formula
The sum of an A.P. is S = (k/2)(a + L)
S = (k/2)(2 + (n - 1))
S = (k/2)(1 + n)
Now substitute k = (n - 1)/2 into the sum formula:
S = (n - 1)(n + 1)/4
Step 3: Solve for n
We are given S = 79×80.
79×80 = (n−1)(n+1)/4
4×79×80 = (n−1)(n+1)
We can rewrite 79×80 to find two numbers that differ by 2 (which is n+1 and n−1). Since n^2 - 1 = (n - 1)(n + 1)
n^2 - 1 = 4×79×80
n^2 = 25281
=> n = 159
Solution 2: Short and Quick
Step 1: Recognize the Sum Formula
The sum of the first k consecutive even numbers is always given by the formula:
S = 2+4+6+...+2k = k(k+1)
Step 2: Identify the Number of Terms (k)
The given sum is S = 79×80. By comparing the given sum with the formula k(k+1):
k(k+1) = 79×80
Since k and k+1 are consecutive integers, we can immediately identify:
k = 79
Step 3: Relate k to n
The sequence of even numbers runs from 2 up to n−1. Since k=79, the sequence contains the first 79 even numbers. The largest even number in the sequence is 2k:
Largest Even Number = 2×79 = 158
The problem states that n is an odd number and the sum includes all even numbers between 1 and n. This means the sequence ends at n−1.
Last Even Number = n−1
158 = n−1
n = 158+1
n = 159
The correct answer is (E) 159.