Find a right triangle and an isosceles triangle that have same perimeter and area.
All sides are integers.
Printable View
Find a right triangle and an isosceles triangle that have same perimeter and area.
All sides are integers.
Any right angled isosceles triangle!
Sorry, I'll have start reading the whole question!
Oops, I need to read to whole question. The perimeters are different.
only a start to a possible solution...
Spoiler:
Hint: the isosceles triangle is made up of 2 pythagorean congruent right triangles "stuck together"
along one of the legs; so you need to find 2 right triangles: one has area = twice the other's area.
If isosceles triangle made up of 2 right triangles ABC (BC=a, AC=b, AB=c), sharing leg AC,
and other right triangle is DEF (EF=d, DF=e, DE=f), then:
2a + 2c = d + e + f (perimeter)
ab = de / 2 (area)
You may generate as many such right triangles as you like by taking two successive members of the Pell sequence as "seeds" for Euclid's method for generating Pythagorean triples.
Here are the first few examples (after the two already given):
(119,120,169), (696,697,985), (4059,4060,5741), (23660,23661,33461).
Or looping c from 5 increment by 2: a = [SQRT(2c^2 - 1) - 1] / 2
Next 4:
137903, 137904, 195025
803760, 804761, 1136689
4684659, 4684660, 6625109
27304196, 27304197, 38613965