193k views
2 votes
If $a$, $b$, $c$, and $d$ are replaced by four distinct digits from $1$ to $9$, inclusive, then what's the largest possible value of the difference $a.b - c.d$ ?

2 Answers

1 vote

Answer:

  • Correct answer is 18.3
  • Dollar replacement 70

Explanation:

Correct answer

Given that a, b, c, and d are different numbers (from 1 to 9), we are to find the largest possible value of a.b + c.d.

This problem can be answered by trial and error and with some logic. Clearly, a to d cannot be at the lower end of the values (1 to 5). Since the digits must be different, it can be a combination of digits from 6 to 9.

It is rather tempting to say that the 9.8 + 7.6 would yield the highest possible sum (=17.4) but this is incorrect. Since it is the sum of two numbers with a decimal, we have to maximize on the one-digit first before maximizing the tenths digit. Therefore: the combination of numbers must then be:

9.7 + 8.6 which results to 18.3

9.6 + 8.7 yields 18.3 as well.

Dollar replacement

For the value of the difference to be largest, the minuend should be maximum(most possibly) and the subtrahend should be minimum

[in A-B=X, A is minuend and B is subtrahend ]

So, $a.b should be the maximum. as there is a condition that 4 digits should be distinct, the product will be maximum if we choose 2 maximum valued numbers from the given numbers. so, one of them should be 9 and the other should be 8.

Therefore, $a.b=9*8=72

As mentioned above, c.d$ should be minimum. this will be possible only when we choose 2 minimum valued numbers from the given numbers. so, one of them should be 1 and the other should be 2.

Therefore, c.d$ = 1*2 = 2

Hence, the difference = 72-2 = 70

Thus, the largest possible value of the difference $a.b - c.d$ = 70

3 votes

Answer:

8.6

Explanation:

The units digits matter most, so we make a as large as possible (a=9) and make c as small as possible (c=1). Then we can use any of the digits from 2 through 8. We still want b as large as possible and d as small as possible so we set b=8 and d=2. This gives a maximum possible difference of 9.8 - 1.2 = 8.6.

I hope this helped!

User PuffedRiceCrackers
by
4.5k points