← Complete problem index

PROJECT EULER · #0962

Angular Bisector and Tangent 2

Statement only · SolvedOriginal problem ↗

Given is an integer sided triangle ABC with BCACAB.
k is the angular bisector of angle ACB.
m is the tangent at C to the circumscribed circle of ABC.
n is a line parallel to m through B.
The intersection of n and k is called E.

0296_bisector.gif

How many triangles ABC with a perimeter not exceeding 1000000 exist such that CE has integral length?

Note: This problem is a more difficult version of Problem 296. Please pay close attention to the differences between the two statements.

Write-up coming later

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