102k views
1 vote
An equation is written where the sum of two 3-digit numbers is a 3-digit number N. Each digit, 1 through 9, is used exactly once. What is the largest possible value of N?

I have an idea of how to carry this out, I just need a more mathematical procedure to use. Thanks :)

2 Answers

5 votes
Hello there.

An equation is written where the sum of two 3-digit numbers is a 3-digit number N. Each digit, 1 through 9, is used exactly once. What is the largest possible value of N?

1839

User Razlebe
by
6.7k points
3 votes
We can start with:
x + y = N
where
x is the first 3 digit number
y is the second 3 digit number

In order to get the maximum value of N, the digits used must 9,8,7,6,5,4
To maximize, 9 and 8 must be added. This can only happen if 9 is the first digit of the first number and 8 is the first digit of the second number. The same idea is applied to the other digits. So
x must be 975 and
y must be 864
N = 975 + 864 = 1839
User Terisa
by
7.3k points