

InterviewSolution
Saved Bookmarks
1. |
Using binomial theorem, find the value of`(103)^(4)`. |
Answer» By the binomial expansion, we have `(103)^(4) = (100+3)^(4)` ` .^(4)C_(0)*(100)^(4)+.^(4) C_(1) xx(100)^(3)xx3+ .^(4)C_(2) xx(100)^(2) xx3^(2)+.^(4)C_(3) xx100 xx3^(3)+.^(4)C_(4) xx3^(4)` `(100)^(4) + 12 xx (100)^(3)+ 54 xx(100)^(2) + 108 xx 100 + 81` `=100000000 + 12 xx 1000000 + 540000 + 10800 + 81` `= 100000000 +12000000 + 540000 + 10800 + 81` `=112550881.` Hence, `(103)^(4) = 112550881.` |
|