

InterviewSolution
Saved Bookmarks
1. |
Show that there is no value of n for which (2n x 5n) ends in 5. |
Answer» We can write: (2n × 5n ) = (2 × 5) n = 10n For any value of n, we get 0 in the end. Thus, there is no value of n for which (2n × 5n ) ends in 5. |
|