From Dean Ballard and his daughter comes a puzzle they recalled from “the Greater Internet Hivemind”:
Beginning with a 3-4-5 right triangle, it’s possible to append another triangle to one of its sides, thereby making an isosceles triangle. For example, here is how you can make a 5-5-8 isosceles triangle:
Including the one given above, how many distinct ways can you append a triangle to a 3-4-5 right triangle to make an isosceles triangle?
WLOG, $a \le b < c$. Exactly one side of the original triangle will be identical in the new isosceles triangle, and it is impossible for that side to be $a$.
The cases that follow are defined by the resulting isosceles triangle.
There are four ways this can occur.
Flip the triangle along its short leg.
Extend the long leg until it is the length of the hypotenuse.
Flip the triangle along its long leg.
Extend the short leg until it is the length of the hypotenuse.
For a $3-4-5$ triangle this results in the following isosceles triangles:
Now suppose you have a right triangle with legs of length a and b and a hypotenuse of length c. And suppose further that there are N distinct ways to append a triangle to this a-b-c right triangle to make an isosceles triangle.
What are all the possible values of N? (Note that any appended triangle may not be degenerate, meaning it must have a positive area. Also, some of the resulting isosceles triangles may be congruent to each other, but they should be counted as distinct if the appended triangles are attached to different sides, or have different positions or orientations.)
Except these...they seem to be different.
Since $c = 2a$, Case I.3, Case I.4, and Case II.1 are identical. They happen to be equilateral as well.
$N = 5$.
Case I produces four unique isosceles triangles.
However, since $a = b$, Case II and Case III produce triangles that are the same as the original $45^{\circ}-45^{\circ}-90^{\circ}$ triangle.
$N = 4$.
$N = 4, 5, 7$.