You can solve it by using the knowledge of just this one
formula -
Sum of n consecutive terms from 1 to n is n(n+1)/2 Step 1 - Take the common term a out of the expression : a * (1 + \(\frac{1}{1+2} \) + \(\frac{1}{1+2+3} \) + ... + \(\frac{1}{1+2+3+..101} \) ) = 101
Step 2 - Substitute the terms with the formula : a x (1 + \(\frac{2}{2 * 3} \) + \(\frac{2}{3 * 4} \) + ... + \(\frac{2}{101 * 102} \) ) = 101
Step 3 - Write 1 as 2/2 to create standard form : a * (\(\frac{2}{1 * 2} \) + \(\frac{2}{2 * 3} \) + \(\frac{2}{3 * 4} \) + ... + \(\frac{2}{101 * 102} \) ) = 101
Step 4 - Take common term 2 out : a * 2 * (\(\frac{1}{1 * 2} \) + \(\frac{1}{2 * 3} \) + \(\frac{1}{3 * 4} \) + ... + \(\frac{1}{101 * 102} \) ) = 101
Now, \(\frac{1}{n * (n+1)} \) can be written as \(\frac{(n+1) - n }{n * (n+1)} \) which can further be broken down into ( \(\frac{1}{n} \) - \(\frac{1}{(n+1)} \) )
Step 5 - Substitute the expression with the from above : a * 2 * (\(\frac{1}{1} \) - \(\frac{1}{2} \) + \(\frac{1}{2} \) - \(\frac{1}{3} \) + \(\frac{1}{3} \) + ... - \(\frac{1}{101} \) + \(\frac{1}{101} \) - \(\frac{1}{102} \)) = 101
We can observe that all terms in the fractional expression cancel out except the first and the last terms.
Step 6 - Cancel out terms in the fractional expression : a * 2 * (\(\frac{1}{1} \) - \(\frac{1}{102} \)) = 101
Step 7 - Find out a by cancelling out common term 101 on LHS and RHS : a * 2 * (\(\frac{101}{102} \) ) = 101
( a *2 * \(\frac{1}{102} \) )= 1
Answer ->
a=51