Does a triangular hectare with integer sides exist?
I want to buy a triangular piece of land with area exactly 1 hectare and sides that are exactly positive integers when measured in meters. Could such a piece of land exist? If yes, please give explicit examples. If no, please provide proof.
@Madhukar Daftary: all three sides have to be positive integers.
@Duke: life is full of compromises. I may have to make do with a plot 125m by 160m by 203m. :(. I have no doubt about the divisibility by 6 you mention, but is your proof affected by the fact that k,m,n are rational rather than integer, and many Heron triangles with integer sides do not appear if you restrict k,m,n to integers?
@gianlino: I guess you mean N^2 = k*m*n(m-n)(m*n - k^2). There seem to be infinitely many, (m,n,k) = (1,8,2) gives N=24, (m,n,k)=(1,9,2) gives N=30, etc. But such triangles do not have relatively prime sides. With regard to "square Heron triangles" see my answer to another question: http://ca.answers.yahoo.com/question/index?qid=20100401131022AA4Zwce
@gianlino 2: Oops! Make that N^2 = mnk(m+n)(mn-k^2). Now (m,n,k,N) = (1,8,2,24), (1,9,2,30) should check out. The next one is (3,6,4,36) and the one after that is (8,9,2,408).
@Duke 2: The "treasure" with greater accuracy is 9999.9991 999999 6799999 743 9999 743 9999 713. In addition to the triangle with sides 5,5,6 mentioned by gianlino, the triangles 5,5,8; 4,13,15; 5,12,13; 3,25,26; 9,10,17 and infinitely many more are missed if m,n,k are restricted to integers.
@gianlino 3: other triangle shapes:
[m, n, k], [a, b, c], N^2, [a, b, c]_reduced, reduced_area
[5, 45, 3], [1530, 10170, 10800], 2700^2, [17, 113, 120], 30^2
[15, 25, 9], [7650, 10590, 11760], 6300^2, [255, 353, 392], 210^2
[20, 25, 4], [10400, 12820, 21780], 6600^2, [520, 641, 1089], 330^2
[21, 28, 9], [14616, 18165, 24843], 11466^2, [696, 865, 1183], 546^2
[25, 40, 26], [52040, 56900, 21060], 23400^2, [2602, 2845, 1053], 1170^2
[32, 49, 14], [59780, 83104, 111132], 49392, [305, 424, 567], 252^2
[48, 50, 45], [216450, 217200, 36750], 63000, [1443, 1448, 245], 420^2
Nice observations on right and isosceles triangles.
@falzoon: great find of treasure 2.
@gianlino: I didn't do any of the computations by hand. I asked the question because I thought others might have fun with it, and because I didn't know about the divisibility by 6. I learned a lot from both your and Dukes' answers -- thank you.
@Duke: very clear and detailed proof. Many thanks.