pushpitkc
If n is a positive integer, the sum of the integers from 1 to n, inclusive, equals \(\frac{(n(n+1))}{2}\) Which of the following equals the sum of the integers from 1 to 2n, inclusive?
A. \(n(n+1)\)
B. \(\frac{(n(2n+1))}{2}\)
C. \(n(2n+1)\)
D. \(2n(n+1)\)
E. \(2n(2n+1)\)
An alternative approach is to
test a certain value of n.
Let's say
n = 3So, 2n = 6, which means we want to find the sum of the integers from 1 to 6 inclusive
1 + 2 + 3 + 4 + 5 + 6 =
21In other words, when
n = 3, the answer to the question is
21At this point, we'll take each answer choice, and replace
n with
3 to see which one yields and outcome of
21A. \(n(n+1)=3(3+1)=12\) No good. We want the outcome to be
21 B. \(\frac{(n(2n+1))}{2}=\frac{3(2(3)+1)}{2=10.5}\) No good. We want the outcome to be
21 C. \(n(2n+1)=3(2(3)+1)=21\) PERFECT!!!
D. \(2n(n+1)=2(3)(3+1)=24\) No good. We want the outcome to be
21 E. \(2n(2n+1)=2(3)(2(3)+1)=42\) No good. We want the outcome to be
21 Answer: C