

InterviewSolution
Saved Bookmarks
1. |
If `25^(15)` is divided by 13, then the remainder is ..... |
Answer» Let `25^(15) = (26 - 1)^(15)` `= .^(15)C_(0) 26^(15) - .^(15)C_(1) 26^(14) + ... .^(-15)C_(15)` `= .^(15)C_(0) 26^(15) - .^(15)C_(1) 26^(14) + .... -1 - 13 + 13` `= .^(15)C_(0) 26^(15) - .^(15)C_(1) 26^(14) + ..... -13 + 12` It is clear that, when `25^(15)` is divided by 13, then remainder will be 12 |
|