Today's goal is to try and find an integer where the digit in the ones column is a 6 and when the 6 is moved to the front of the number, the number becomes 4 times the value of the starting number.
Today's goal is to try and find an integer where the digit in the ones column is a 6 and when the 6 is moved to the front of the number, the number becomes 4 times the value of the starting number.
Permalink: http://problemotd.com/problem/mobile-6/
Content curated by @MaxBurstein
Comments:
Anonymous - 9 years, 9 months ago
153846
reply permalink
Jt - 9 years, 9 months ago
bash 153,846
reply permalink
Kocsen - 9 years, 9 months ago
reply permalink
Anonymous - 9 years, 9 months ago
in java, i tried to calculate without using string
reply permalink