

InterviewSolution
Saved Bookmarks
1. |
Can the number 6n, n being a natural number, end with the digit 5? Give reasons. |
Answer» No, because 6n = (2 × 3)n = 2n × 3n , so the only primes in the factorisation of 6n are 2 and 3, and not 5. Hence, it cannot end with the digit 5. |
|