This website is a semi-functional mirror of the original Project Euler. More information is available on GitHub.
projecteuler.net

Angular Bisector and Tangent

Problem 296

Published on 11 June 2010 at 01:00 pm [Server Time]

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.

How many triangles ABC with a perimeter not exceeding 100 000 exist such that BE has integral length?


Answer:
Go to back to Problems