P962
projecteuler.net

Angular Bisector and Tangent 2

ℹ️Published on Sunday, 28th September 2025, 08:00 am; Solved by 115;
Difficulty level: 35

Given is an integer sided triangle $ABC$ with $BC \le AC \le AB$.
$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 $1\,000\,000$ 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.



Soluzione

Last modified: February 25, 2026. Website built with Franklin.jl and the lovely Julia programming language.