← Complete problem index

PROJECT EULER · #0224

Almost Right-angled Triangles II

Statement only · SolvedOriginal problem ↗

Let us call an integer sided triangle with sides abc barely obtuse if the sides satisfy
a2+b2=c21.

How many barely obtuse triangles are there with perimeter 75000000?

Write-up coming later

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