All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Shapes > Geometry
Right Triangle (Posted on 2003-08-05) Difficulty: 3 of 5

Given a right triangle with lengths that are reciprocals of integers, what is the smallest possible sum of these the integers?

In other words, given a right triangle with lengths 1/a, 1/b, and 1/c, where a, b, and c are all integers, what is the lowest value of a+b+c? Also, prove it.

Taken from CAML, which did not ask for a proof.

  Submitted by np_rt    
Rating: 3.4000 (5 votes)
Solution: (Hide)

47

I never saw the solution given by CAML, but you can solve this problem quite easily just from intuition. Since it's a right triangle with sides that are reciprocals of integers, we can compare it to a right triangle with integer lengths by multiplying the sides by its common multiple. So working backwords, we take the smallest right triangle with integer lengths (3,4,5) and divide through by the least common mulitple (60) to get (1/20, 1/15,1/12). Adding them up gives 47.

Now here comes the hard part, proving that it is the minimum. I'm sure there are other ways to do it too, but here's the one I came up with. One way to represent the three lengths of a right triangle is (2mn,m^2-n^2,m^2+n^2), where m and n are two different positive integers, with m>n>0. This will ensure a right triangle since (m^2+n^2)^2=(2mn)^2+(m^2-n^2)^2. I'm sure there are exceptions where the lengths may not be represented by that but the common ones that we know of are.

So, to get the lengths to be integral values, we divide through by the least common multiple to get (1/(m^4-n^4),1/(2mn*(m^2+n^2)),1/(2mn*(m^2-n^2))). Adding up the denominators will yield m^4-n^4+4m^3*n.

By inspection, we can see that the sum increases as m increases. So the minimum sum is found by the minimum m=2 ==> n=1. That makes the sum, 16-1+4*8*1=47.

Comments: ( You must be logged in to post comments.)
  Subject Author Date
Some ThoughtsPuzzle Thoughts K Sengupta2024-03-03 23:03:15
re(2): My IdeaRavi Raja2003-08-08 10:20:47
re: My IdeaGamer2003-08-07 13:10:24
Some ThoughtsMy IdeaRavi Raja2003-08-07 01:51:26
My IdeaGamer2003-08-06 03:46:24
Hints/Tipsre: A start?Ravi Raja2003-08-05 22:44:33
Some ThoughtsA start?DJ2003-08-05 22:21:24
Hints/TipsNo SubjectGamer2003-08-05 16:57:23
Questionre: I have a proof now! :)Mathcop2003-08-05 16:26:22
SolutionI have a proof now! :)Gamer2003-08-05 13:22:11
SolutionOne solutionGamer2003-08-05 12:47:06
Hints/TipsFirst ideasGamer2003-08-05 12:07:08
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (5)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information