Find the smallest natural number greater than 3 which has the unit digit of 3 when expressed in base-4, base-5, base-6, base-7, and base-8.
Express your answer in base 10.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
When a number is written in base n , the units digit of the number is the same as the remainder when the number is divided by n . So, basically, the problem wants us to find a number x which leaves a remainder of 3 when divided by 4, 5, 6, 7 or 8.
x ≡ 3 ( m o d 4 , 5 , 6 , 7 , 8 )
Since we know that if x ≡ n ( m o d a ) and x ≡ n ( m o d b ) , then x ≡ n ( m o d l c m ( a , b ) ) ,
x ≡ 3 ( m o d l c m ( 4 , 5 , 6 , 7 , 8 ) )
x ≡ 3 ( m o d 8 4 0 )
This means x is of the form 8 4 0 k + 3 for nonnegative integers k
Since x = 3 when k = 0 , then the next smallest integer which satisfies the requirement is 8 4 3 , when k = 1