← RoseCode

ROSECODE 547

Intersecting chords

Philippe_57721 · Math ·

In a circle, two perpendicular chords AB and CD intersect in P.

We have the following lengths:
- AP=a
- PB=b
- CP=c
- PD=d
and a<b , c<d & a<c

Given that a,b,c,d are positive integers 5000, how many distinct circles (distinct radius) can we found?

You are given: 1913 // For a threshold of 100

My timing: 60 sec