nick1816
The house on one side of a road are numbered using consecutive positive even numbers. The sum of the numbers of all the houses in that row is 170. If there are at least 6 houses in that row and a is the number of the sixth, then
A. 2 ≤ a ≤ 6
B. 8 ≤ a ≤ 12
C. 14 ≤ a ≤ 18
D. 20 ≤ a ≤ 24
E. 26 ≤ a ≤ 30
1. Use choices
a is the 6th, so A and B are not possible as the first will be negative then. a has to be atleast 2+2*5=12.
Now C means the first is 4,6 or 8...check if any if these we can get 170 as the sum...
You will get the answer when a is 18 and first term is 8..let there be n terms, so 8+....+(8+2*(n-1)=170
\(\frac{8+8+2(n-1)}{2}*n=170....(n-7)*n=170=10*17\), yes..
First term is 8 and a is 18
C
2. Algebraic
Sum of first n positive even numbers is 2+4+6..2n=2(1+2+3+...n)=n(n+1)
Clearly n(n+1) cannot be 170, so we can subtract initial numbers one by one, that is adding the numbers one by one to 170..
First, 170+2=172=2*86=4*43..not in form of n(n+1).
Next, 170+2+4=176=2*88=8*11..not in form of n(n+1)
Next, 170+2+4+6=182=2*91=2*7*13=13*14.... in form of n(n+1) so first term is 8 and 6th term is 8+2*(6-1)=8+10=18
C
Hello Chetan sir.
Whats wrong with my approach.