

InterviewSolution
Saved Bookmarks
1. |
Using binomial theorem, evaluate : `(101)^4` |
Answer» `(101)^4 = (100+1)^4` `=4_(C_0)(100^4)+4_(C_1)(100^3)+4_(C_2)(100^2)+4_(C_3)(100^1)+4_(C_4)(100^0)` `100000000+4000000+60000+400+1 = 104060401` |
|