

InterviewSolution
Saved Bookmarks
1. |
Show that there is no value of n for which (2n x 5n) ends in 5. |
Answer» 2n x 5n can also be written as 2n x 5n = (2 x 5)n = (10)n Which always ends in a zero There is no value of n for which (2n x 5n) ends in 5. |
|