Question
Mathematics Question on Sequence and series
Let A=∑i=110∑j=110min(i,j)
and
B=∑i=110∑j=110max(i,j)
Then A + B is equal to___________.
Answer
The correct answer is 1100
Each element of ordered pair {i, j} is either present in A or in B.
So, A + B =Sum of all elements of all ordered pairs {i, j} for 1≤i≤10and1≤j≤10
= 20 (1 + 2 + 3+…. + 10)= 1100