Question 5
Check whether can end with the digit 0 for any natural number .
UNDERSTAND THE QUESTION
The problem asks whether any power of 6 can have 0 as its last decimal digit. An integer ends with 0 exactly when it is divisible by 10 (=2·5). Thus we must examine the prime factors of 6ⁿ and see if a factor 5 ever appears.
STEP 1 — FACTORISATION OF 6ⁿ
STEP 2 — DIVISIBILITY CONDITION FOR A TRAILING 0
A decimal integer ends with the digit iff it is a multiple of . Hence would need at least one factor in its prime decomposition.
STEP 3 — SEARCH FOR A FACTOR 5
The prime factorisation of is , containing only the primes and . No factor occurs for any natural , so is never divisible by .
STEP 4 — CONCLUSION
Since lacks a factor , it cannot be a multiple of and therefore can never end with the digit .
ANSWER
No, never ends with the digit for any natural number .
COMMON MISTAKES
Assuming that because is even it automatically provides the factor needed for a trailing zero; overlooking that the prime factor must appear explicitly in the factorisation.