Distinct Sum

Let the 10 letters A A to J J represent each of the digits 0 0 to 9 9 (not necessarily in order.

What is the minimum value of A + B C + D E F + G H I J \overline{A} + \overline{BC} + \overline{DEF} + \overline{GHIJ} ?

A B C \overline{ABC} refers to reading the number in decimal base. A B C = 100 A + 10 B + C \overline{ABC} = 100A + 10B + C , and not A × B × C A \times B \times C .

Details and assumptions

The letters represent digits. Any of them can be any of the digits.


The answer is 450.

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.

10 solutions

A restatement of this problem basically ask us to minimize 1 0 3 G + 1 0 2 ( D + H ) + 10 ( B + E + I ) + ( A + C + F + J ) 10^3 G + 10^2 (D+H) + 10 (B+E+I) + (A+C+F+J) .

We clearly eliminate the thousand by letting G = 0 G = 0 .

To minimize the hundred, we must find the smallest possible value for the sum D + H D+H , clearly attained when D + H = 1 + 2 = 3 D+H=1+2=3 .

To minimize the ten, we must find the smallest possible value for the sum B + E + I B+E+I , attained now for B + E + I = 3 + 4 + 5 = 12 B+E+I=3+4+5=12 .

And for the unit, we are left with A + C + F + J = 6 + 7 + 8 + 9 = 30 A+C+F+J=6+7+8+9=30 .

This generates us 30 + 12 × 10 + 3 × 1 0 2 + 0 × 1 0 3 = 450. 30 + 12 \times 10 + 3 \times 10^2 + 0 \times 10^3 = \boxed{450.}

Nice!

Good restatement of the problem!

Noah Singer - 7 years, 5 months ago

thats what i also did. Thumbs up.

Bhabesh Mishra - 7 years, 4 months ago

I Did The Same

Anand Raj - 7 years, 3 months ago
Ajay Maity
Dec 23, 2013

We need the minimum value of A + B C + D E F + G H I J \overline{A} + \overline{BC} + \overline{DEF} + \overline{GHIJ} .

Looking into the equation, we can say than A A must be largest, and G G must be smallest.

Let's take the thousand's digit G = 0 G = 0

Next is deciding the hundred's digit. We have 2 2 hundred's digits: H H and D D . Since H H is next to G G , we take H = 1 H = 1 and D = 2 D = 2

Next is deciding the ten's digit. We have 3 3 ten's digits: I I , E E and B B . Since I I is next to H H and E E is next to D D , we take I = 3 I = 3 , E = 4 E = 4 and B = 5 B = 5

Next is deciding the unit's digit. We have 4 4 unit's digits: J J , F F , C C and A A . Since J J is next to I I , F F is next to E E and C C is next to B B , we take J = 6 J = 6 , F = 7 F = 7 , C = 8 C = 8 and A = 9 A = 9

We have all the digits now, let's get the answer,

A + B C + D E F + G H I J = 9 + 58 + 247 + 0136 = 450 \overline{A} + \overline{BC} + \overline{DEF} + \overline{GHIJ} = 9 + 58 + 247 + 0136 = 450

That's the answer!

This is how I solved it!

Ajay Maity - 7 years, 5 months ago

Log in to reply

lol me too

Joshua Ong - 7 years, 5 months ago
Budi Utomo
Dec 23, 2013

1000.G + (D+H).100 + (B+E+I).10 + (A+C+F+J)min ---> G = 0, D + H = 1+2 = 3 , B+E+I = 3+4+5 = 12, A+C+F+J = 6+7+8+9 = 30. ----> 1000.0 + 3.100 + 12.10 + 30.1 = 300 + 120 + 30 = 450. Answer : 450

clearly, let 0 represent the thousand digit. Then, we simply make the numbers 9-A, 8-J, 7-F and 6-C as the unit digits, the numbers 4-E and 5-I as the tens digits and the umbers 1-H and 2-D are the hundred digits. Hence we have 9 + 36 + 247 + 158 which gives 450 as the answer.

Abubakarr Yillah - 7 years, 5 months ago
William Cui
Jan 17, 2014

We note that the sum of A + B C + D E F + G H I J \overline{A}+\overline{BC} +\overline{DEF} +\overline{GHIJ} is equal to

1000 G + 100 ( D + H ) + 10 ( B + E + I ) + 1 ( A + C + F + J ) 1000G+100(D+H)+10(B+E+I)+1(A+C+F+J)

This is because G G is the thousands digit, so its value is 1000 times whatever number it is, etc.

We want to minimize this sum, so it is best to have the smallest digits be put in the largest value placeholders. To do this, we can have 0 0 be a thousands digit, 1 , 2 1, 2 be in the hundreds digit places, 3 , 4 , 5 3,4,5 be in the tens digit places, and 6 , 7 , 8 , 9 6, 7, 8, 9 be in the ones digit places. (See or prove why this will minimize the value of the expression.)

Hence, we have 1000 0 + 100 3 + 10 12 + 1 30 = 300 + 120 + 30 = 450 1000\cdot0+100\cdot3+10\cdot12+1\cdot30=300+120+30=\boxed{450}\ \blacksquare

Jeremi Litarowicz
Mar 24, 2014

First, we can rearrange the sum and get: 1000 G + 100 ( D + H ) + 10 ( B + E + I ) + ( A + C + F + J ) 1000G+100(D+H)+10(B+E+I)+(A+C+F+J) If we want to minimize, we have to make the sums multiplied by the higher coefficients as small as possible. This gives us the following values: G = 0 G=0 D = 1 , H = 2 D=1,H=2 B = 3 , E = 4 , I = 5 B=3,E=4,I=5 A = 6 , C = 7 , F = 8 , J = 9 A=6,C=7,F=8,J=9 Thus the total is: 100 ( 1 + 2 ) + 10 ( 3 + 4 + 5 ) + 6 + 7 + 8 + 9 = 300 + 120 + 30 = 450 100(1+2)+10(3+4+5)+6+7+8+9=300+120+30=\boxed{450}

Robin Leach
Feb 5, 2014

Looking at the sum we have four digits representing 1s (A, C, F and J), three representing 10s (B, E and I), two representing 100s (D and H) and one representing 1000s (G). To minimize the value of the sum of these, we must make the highest number 1s, and then go into 10s, 100s and 1000s the lower the number, i.e. the four 1s are 9, 8, 7 and 6, the 10s are 5, 4 and 3, the 100s are 2, 1 and the 1000s is 0.

ie. A/C/F/J = 9/8/7/6, B/E/I = 5/4/3, D/H = 2/1 and G = 0

This gives us the sum 9 + 8 + 7 + 6 + 50 + 40 + 30 + 200 + 100 + 0000

Which equals 450.

Finn Hulse
Jan 25, 2014

Note that each digit is only used once in this sum. The first thing that we must do is think. When we add these up, we want the thousands digits to be the smallest, hundreds the next to smallest, etc.. But what's nice is that we don't need to assign specific values, we only need to take it all as one lump sum (Remember that nifty little thing called the commutative property?). We will let the sum of all of the units digits be the largest 4 numbers, 9+8+7+6. These add up to 30. Carry the 3, and let the tens be the next biggest, 5+4+3 plus that extra 3. These add up to 15. Carry the 1, and solve the hundreds with the same procedure, 2+1 plus the extra 1, to get a final answer of 450. (Remember, you learned this in 1st grade.).

R Prakash
Jan 15, 2014

A = 9 B = 5 C = 8 D = 1 E = 4 F = 6 G = 0 H = 2 I = 3 J = 7 So, The minimum sum = 9 + 58 + 146 + 0237 = 450

Shiv Gaur
Dec 25, 2013

For the overall value to be minimum, going by the place value, all the biggest numbers should be in the smallest place values and the smallest in the biggest place values. So 6, 7, 8 and 9 fall in the units place(in any order), 3,4,5 fall in the tens place(in any order), 1,2 fall in the hundreds place(in any order) and 0 in the thousands place. Hence, taking one of the combinations we get 6+47+238+0159 = 450.

Anne Hao
Dec 24, 2013

For the minimum value you want the 0 to be in the largest place. You rewrite it as A + 10B + C + 100D + 10E...+J. Then you plug in 0 for G, 1 for H, 2 for D, 3, 4, and 5 in the tens place and the rest in the hundreds place. Adding, you get 450

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...