← Complete problem index

PROJECT EULER · #0482

The Incenter of a Triangle

Statement only · UnsolvedOriginal problem ↗

ABC is an integer sided triangle with incenter I and perimeter p.
The segments IA, IB and IC have integral length as well.

Let L=p+|IA|+|IB|+|IC|.

Let S(P)=L for all such triangles where pP. For example, S(103)=3619.

Find S(107).

Write-up coming later

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