The is a positive integer with distinct digits greater than 0 and lower than 7. If
How many possible values does have?
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.
Since b , d , f are even numbers ( 2 , 4 , 6 ) and e is 5 (because it can't be 0 ), a and c are 1 and 3 in some order. 3 ∣ a + b + c , so b has to be 6 . If d = 4 , then even c = 1 or c = 3 , 4 ∣ c d , a b c d , so d = 2 . From that there are two possible solutions left, which are both correct:
Solution 1: a b c d e f = 1 6 3 2 5 4
Solution 2: a b c d e f = 3 6 1 2 5 4