Letters A,B,C, and D represent four different digits selected from 0, 1, 2, ... , 9. If is an integer that is as large as possible, what is the value of ?
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.
Simple logic...
A = 9
B = 8
A and B being the 2 largest numbers in the set
C = 0
D = 1
C and D being the 2 smallest numbers in the set
(C+D) = 1, so any number can be placed in replacement of A and B other than 0 and 1
Then, the highest possible is needed so the 2 largest numbers will replace A and B, numbers 8 and 9
So (A+B) = 17
(8+9) / (0+1) = 17
1 7 is the answer