gmattokyo
If the sum of the consecutive integers from –42 to n inclusive is 372, what is the value of n?
A. 47
B. 48
C. 49
D. 50
E. 51
2 methods...
we know for sure that n must be > 42.
we can test numbers.
so -42 up to 42, will equal to 0.
now we have:
43, 44, 45, 46, 47, 48, 49, 50, 51 - let's test...
43+47 = 90
44+46 = 90
45+48 = 93
total: 273..we are short 99..which must be 49 and 50..so n must be 50.
second approach...
find sum of the first 42 numbers
we can do so by applying the formula: n(n+1)/2.
42*43/2 = 21*43 = 903. but since we have -42, it must be true that this is -903.
now..n is greater than 42...and when the sum of all positive and negative is 372, then the sum of only positive numbers would be: 903+372 = 1275.
n(n+1)=1275
since we need a number that either ends in 5 or if divided by 2 has the last digit 5, we an eliminate
A (has 7 as units digit, and 48 - 8 as units digit)
B (has 8 as last digit, and 49 - 9 as last digit)
C (has 9 as last digit, and 50/2 - 5 as last digit) - hold
D if divided by 2 has 5 as the last digit - hold
E no.
now..between C and D...it doesn't take long to see that C is not working...
49x50/2 = 49x25 = (50-1)x25 = 1250 -25 = 1225. but we need 1275. so out.
D - 50x51/2 = 25*51 = 1275.