1. Find the smallest natural number ending in \(6\), such that if the last \(6\) is removed and placed in the front, the new number is \(4\) times the original number.
  2. Can you give a procedure to find the smallest number ending in digit \(d\), where \(d\) is between \(1\) and \(9\), such that if the last digit, \(d\), is removed and placed in front, you get a number that is \(k\) times as large? Is this possible for every value of \(d\) and \(k\)?
This question was used in CS interviews at Lady Margaret Hall in December 2019.

Update: This post was updated to use MathJax on July 25, 2022.