Official Solution:If \(a + \frac{a}{1 + 2} + \frac{a}{1 + 2 + 3} + ... + \frac{a}{1 + 2 + 3 + ... + 101} = 101\), then what is the value of \(a\) ?A. \(50\)
B. \(51\)
C. \(52\)
D. \(55\)
E. \(100\)
\(a + \frac{a}{1 + 2} + \frac{a}{1 + 2 + 3} + ... + \frac{a}{1 + 2 + 3 + ... + 101} = 101\);
Factor out \(a\): \(a(1 + \frac{1}{1 + 2} + \frac{1}{1 + 2 + 3} + ... + \frac{1}{1 + 2 + 3 + ... + 101}) = 101\);
In the denominators we have the sum of the first \(n\) positive integers, which equals to \(\frac{n(n+1)}{2}\).
Re-write the denominators according to the above: \(a(1 + \frac{1}{ \frac{2(2+1)}{2} } + \frac{1}{ \frac{3(3+1)}{2} } + ... + \frac{1}{ \frac{101(101+1)}{2} }) = 101\);
Simplify: \(a(1 + \frac{2}{2(2 +1 )} + \frac{2}{3(3+1)} + ... + \frac{2}{101(101+1)}) = 101\);
Factor out 2: \(2a(\frac{1}{2} + \frac{1}{2(2 +1 )} + \frac{1}{3(3+1)} + ... + \frac{1}{101(101+1)}) = 101\);
\(2a(\frac{1}{2} + \frac{1}{2*3} + \frac{1}{3*4} + ... + \frac{1}{101*102}) = 101\);
\(2a((1-\frac{1}{2}) + (\frac{1}{2} - \frac{1}{3}) + (\frac{1}{3} - \frac{1}{4}) + ... + (\frac{1}{101} - \frac{1}{102})) = 101\);
Notice that everything in the brackets except the first and last number will cancel out and we'll get: \(2a(1 - \frac{1}{102}) = 101\);
\(2a(\frac{101}{102}) = 101\);
\(a=51\).
Answer: B