🦘 Math Kangaroo Grade All Felix 1-2 Ecolier 3-4 Benjamin 5-6 Kadett 7-8 Junior 9-10 Student 11-12 ⇄ switch contest
2012 Math Kangaroo

Problem 24

Problem 24 · 2012 Math Kangaroo Stretch
Number Theory last-digitfactorization

What is the last non zero digit of \(K = 2^{59} \times 3^{4} \times 5^{53}\)?

Show answer
Answer: C — 4
Show hints
Hint 1 of 2
Pair up 2s and 5s to make 10s, which only add trailing zeros.
Still stuck? Show hint 2 →
Hint 2 of 2
What's left after pulling out the 10s decides the last non-zero digit.
Show solution
Approach: strip out factors of 10, then read the last digit
  1. Write K = 2^59 · 3^4 · 5^53 = (2^53 · 5^53) · 2^6 · 3^4 = 10^53 · (2^6 · 3^4).
  2. The 10^53 only contributes trailing zeros, so the last non-zero digit comes from 2^6 · 3^4 = 64 · 81 = 5184.
  3. Its last digit is 4 (C).
Mark: · log in to save