This website is a semi-functional mirror of the original Project Euler. More information is available on GitHub.
projecteuler.net

Integer right triangles

Problem 39

Published on 14 March 2003 at 06:00 pm [Server Time]

If p is the perimeter of a right angle triangle with integral length sides, {a,b,c}, there are exactly three solutions for p = 120.

{20,48,52}, {24,45,51}, {30,40,50}

For which value of p ≤ 1000, is the number of solutions maximised?


Answer:
Go to back to Problems