← Complete problem index

PROJECT EULER · #0914

Triangles inside Circles

Statement only · SolvedOriginal problem ↗

For a given integer R consider all primitive Pythagorean triangles that can fit inside, without touching, a circle with radius R. Define F(R) to be the largest inradius of those triangles. You are given F(100)=36.

Find F(1018).

Write-up coming later

The complete problem is available here. An approach, code, and answer will be added later.