← Complete problem index

PROJECT EULER · #0370

Geometric Triangles

Statement only · SolvedOriginal problem ↗

Let us define a geometric triangle as an integer sided triangle with sides abc so that its sides form a geometric progression, i.e. b2=ac

An example of such a geometric triangle is the triangle with sides a=144, b=156 and c=169.

There are 861805 geometric triangles with perimeter 106.

How many geometric triangles exist with perimeter 2.51013?

Write-up coming later

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