Are There More Natural Number Solutions for A + B + C + D = A x B x C x D?

  • Context: Undergrad 
  • Thread starter Thread starter Loren Booda
  • Start date Start date
Click For Summary

Discussion Overview

The discussion centers on the equation A + B + C + D = A x B x C x D, specifically exploring the existence of natural number solutions beyond the known solution set {1, 1, 2, 4}. Participants examine the nature of the equation, propose methods for finding additional solutions, and discuss the classification of the equation.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions if there are any natural number solutions besides {1, 1, 2, 4} and asks about the class of the equation.
  • Another participant proposes a method for generating larger solutions by adding nonnegative integers to the original solution, leading to a detailed exploration of the implications of such modifications.
  • A different participant suggests that if certain additive terms are zero, it leads to specific cases that can be analyzed, ultimately concluding that no larger solutions exist.
  • One participant simplifies the proof of the original claim, emphasizing that simpler proofs are often more effective.
  • Another participant suggests that the equation is a non-linear Diophantine equation in four variables.
  • Discussion shifts to the case of odd numbers of variables, where multiple solutions may exist, citing examples such as {1, 1, 2, 2, 2} and {1, 1, 1, 3, 3}.
  • Concerns are raised about the completeness of the proof regarding the existence of other small solutions, particularly for larger odd numbers of variables.

Areas of Agreement / Disagreement

Participants generally agree that the known solution set {1, 1, 2, 4} is significant, but multiple competing views remain regarding the existence of additional solutions, especially in the context of odd numbers of variables. The discussion does not reach a consensus on the completeness of the proof or the classification of the equation.

Contextual Notes

Participants note that the proof strategies discussed may not account for all combinations of small solutions, particularly when considering larger odd numbers of variables. There is also mention of the need to check combinations involving the numbers 1, 2, 3, and 4.

Loren Booda
Messages
3,108
Reaction score
4
Are there any natural number solutions for

A + B + C + D = A x B x C x D

besides

{1, 1, 2, 4}?

What class of equation does that above belong to?
 
Physics news on Phys.org
Suppose there is another solution set A', B', C', D' with larger numbers.
A' = A + n (=1+n)
B' = B + m (=1+m)
C' = C + o (=2+o)
D' = D + p (=4+p)
where n,m,o,p are some nonnegative integers that you add to the original numbers to get the new solution numbers.

Then
A' x B' x C' x D' = (A + n)(B + m)(C + o)(D + p)
= ABCD + ABCp + ABoD + ABop + AmCD + AmCp + AmoD + Amop + nBCD + nBCp + nBoD + nBop + nmCD + nmCp + nmoD + nmop

If none of n,m,o, or p are zero, then you can just match terms to find that
ABCD + ABCp + ABoD + ABop + AmCD + AmCp + AmoD + Amop + nBCD + nBCp + nBoD + nBop + nmCD + nmCp + nmoD + nmop
> A + n + B + m + C + o + D + p
= A' + B' + C' + D'
So the multiplication is too big for another solution to work if all the additive terms are positive.

Now it gets a little tricky when some of the additive terms are terms (n,m,o,p) are zero. If all 4 are zero (n=m=o=p=0), then we just have the original solution, so we can ignore that possibility.

If 3 are zero, then
A + B + C + D = A x B x C x D and
A' + B + C + D = A' x B x C x D so subtracting the two, we have
A - A' = (A - A') x B x C x D
which can only happen if B,C,D are all 1, so we can ignore that case too.

This leaves the 2 cases left: either 1 or 2 of the additive numbers (n,m,o,p) is zero. I will just choose particular variables to set to zero, but you could switch them around.

If n=0, but no others, then
A' x B' x C' x D'
= ABCD + ABCp + ABoD + ABop + AmCD + AmCp + AmoD + Amop
= (A + 0)(BCD) + (B + m)(ACp) + (C + o)(AmD) + (D + p)(ABo) + Amop
= A' x (BCD) + B' x (ACp) + C' x (AmD) + D' x (ABo) + Amop
> A' + B' + C' + D'

If n and m are both zero (n=m=0) but no others, then
A' x B' x C' x D'
= ABCD + ABCp + ABoD + ABop
= A + B + C + D + ABCp + ABoD + ABop, remember A+B+C+D = ABCD!
> A + B + C + o + D + p, by matching terms
= A' + B' + C' + D'

Soooo... there are no larger solutions, and smaller possibilities ({1,1,1,1}, {1,1,1,2},...{1,1,2,3}) can be checked by hand.

Looks like the solution you got is the only one.
 
lol, this proof can be made much simpler:

A' x B' x C' x D' = (A + n)(B + m)(C + o)(D + p)

= ABCD + ABCp + ABoD + AmCD + nBCD + other nonnegative terms

= A + B + C + D + ABCp + ABoD + AmCD + nBCD + other (remember ABCD=A+B+C+D still)

> A + n + B + m + C + o + D + p

= A' + B' + C' + D'
 
Last edited:
Thanks, Nick. The simplest proofs are the best. Occam dices, slices, chops and minces.

Do you know what class of equation the original one was?
 
No clue. Perhaps someone else will know?

I can say that the above proof strategy will work for any number of variables in the same form (ABCDEFG... = A+B+C+D+E+F+G+...).
 
Another idea about this,

For n variables,
X1 x X2 x X3 x ... x Xn = X1 + X2 + X3 + ... + Xn

if n is even then {1, 1, 1, ..., 2, n-2} is the solution. eg:
1,1,2,4
1,1,1,1,2,6
1,1,1,1,1,1,2,8

why? Because
1 + 1 + ... + 2 + n = (n - 2) + 2 + n = 2*n
You could also do this by induction on n.

I'm not sure about odd numbers though.
Edit: duh, it works for odd numbers too.
 
Last edited:
Loren Booda said:
Do you know what class of equation the original one was?
It's an example of a (non-linear) Diophantine equation (in 4 variables).
 
Odds

For odd numbers of variables there seems to be more than one solution.

for
<br /> A + B + C + D + E = A * B * C * D * E<br />
{1,1,2,2,2} works, as does
{1,1,1,3,3}
 
Ahh yes, interesting. Technically for the proof I posted, you need to check all combinations of sets involving only the numbers 1,2,3, and 4. I just (stupidly) assumed there were no other small solutions.

I wonder how many other solutions there are for big odd N, as for N variables the proof does not rule out solutions that are combinations of 1,2,3,...,N.
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
509
  • · Replies 20 ·
Replies
20
Views
4K