P513
projecteuler.net

Integral Median

ℹ️Published on Sunday, 26th April 2015, 01:00 am; Solved by 343;
Difficulty rating: 65%

$ABC$ is an integral sided triangle with sides $a \le b \le c$.
$m_C$ is the median connecting $C$ and the midpoint of $AB$.
$F(n)$ is the number of such triangles with $c \le n$ for which $m_C$ has integral length as well.
$F(10)=3$ and $F(50)=165$.

Find $F(100000)$.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.