Let be a positive integer which satisfies the following conditions:
Find .
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.
Lets call the digits of n (n has up to three digits, since n < 1 0 0 0 ) as a , b , c (i.e. n = a b c ). If n has a remainder of 1 when divided by 5 , c is either 1 or 6 .
Since n is even, c = 6
The digits sum up to 2 3 , which means that a + b + c = 2 3 , or a + b = 1 7 . Since a and b are digits, they are natural numbers between 0 and 9 , which means that either a = 8 and b = 9 ( n = 8 9 6 ) or a = 9 and b = 8 ( n = 9 8 6 ).
9 8 6 is not divisible by 7 , so the answer is 8 9 6