Author |
Topic: Partitions of Square Numbers (Read 679 times) |
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
    

The dewdrop slides into the shining Sea
Gender: 
Posts: 4489
|
 |
Partitions of Square Numbers
« on: May 24th, 2004, 10:24am » |
Quote Modify
|
Find four distinct integers a,b,c,d such that: 1) 100 [smiley=leqslant.gif] a,b,c,d [smiley=leqslant.gif] 12000 2) The sum of all four of them is a perfect square. 3) The sum of any two of them is a perfect square.
|
|
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
ThudnBlunder
wu::riddles Moderator Uberpuzzler
    

The dewdrop slides into the shining Sea
Gender: 
Posts: 4489
|
 |
Re: Partitions of Square Numbers
« Reply #2 on: May 24th, 2004, 2:00pm » |
Quote Modify
|
towr, your brevity explains why it's in Easy. Any thoughts on a carbon-based approach?
|
|
IP Logged |
THE MEEK SHALL INHERIT THE EARTH.....................................................................er, if that's all right with the rest of you.
|
|
|
towr
wu::riddles Moderator Uberpuzzler
    
 Some people are average, some are just mean.
Gender: 
Posts: 13730
|
 |
Re: Partitions of Square Numbers
« Reply #3 on: May 24th, 2004, 2:15pm » |
Quote Modify
|
Yes, one, find a list with primitive pythagorean triangles (there's one floating around on the web with all with a hypothenuse smaller than 10000) Silicon based methods might be troubled by a rather high complexity, depending on how brutishly one would like to force an answer out of it
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
Barukh
Uberpuzzler
    

Gender: 
Posts: 2276
|
 |
Re: Partitions of Square Numbers
« Reply #4 on: May 26th, 2004, 10:19am » |
Quote Modify
|
on May 24th, 2004, 2:00pm, THUDandBLUNDER wrote: Any thoughts on a carbon-based approach? |
| If a+b+c+d = Z2, then it's almost obvious that Z is a hypotenuse of at least three Pythagorean triples (but not necessarily primitive). Taking the four given numbers in pairs, we also have: a+b = A2, c+d = B2; a+c = C2, b+d = D2; a+d = E2, b+c = F2. The general form of Z is given by (m2 + n2)r, where m, n are co-prime, and r = 1 corresponds to primitive triples. The smallest possible Z is 65 = 5*13. It has two primitive (because 65 = 82 + 12 = 72 + 42) and two non-primitive (from (3,4,5) and (5,12,13)) triples. It is more difficult to prove that 65 is the smallest, and it has to do with the fact that 65 is the smallest number factorized into two odd primes of the form 4x+1 (see Mathworld's page for more info). That gives the following 4 pairs corresponding to Z=65: (16, 63); (25, 60); (33, 56); (39, 52). To choose from these the six numbers A through F, we solve the above system and get: a = (A2+C2-F2)/2, b = (A2+F2-C2)/2, c = (C2+F2-A2)/2, d = B2 – c = D2 – b = E2 – a, which means that for d to be positive A, C, F must be the smaller number in the pair; and for a,b,c to be positive, their squares should obey the triangle's inequality. The only possibility is to choose A=25, C=33, F=39 (or any other permutation). This gives a = 193/2, b = 1057/2, c = 1985/2, d = 5215/2. This does not satisfy the conditions, but doubling Z and multiplying the numbers by 4 gives the solution (so quickly found by towr). What happens if we take the next smallest Z? It's 85 = 17*5, it also generates 4 triples, and gives the solution with fractional numbers. Doubling it, we obtain (590, 4594, 5810, 17906) but the last number doesn't satisfy the second condition. I hope I expressed myself more or less clearly… But THUD&BLUNDER, why is it in Easy section (yes, I saw your explanation about towr's brevity).
|
« Last Edit: May 26th, 2004, 10:31am by Barukh » |
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
    
 Some people are average, some are just mean.
Gender: 
Posts: 13730
|
 |
Re: Partitions of Square Numbers
« Reply #5 on: May 26th, 2004, 12:10pm » |
Quote Modify
|
That's basicly the same thing I did.. The hardest part is probably finding the right pythagorean triples (those of the shape k*(3,4,5) are well known, but most people don't know any others, let alone how to contruct more). But if you allready have a list of them, I do think this is easy.
|
« Last Edit: May 26th, 2004, 12:13pm by towr » |
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
|