← RoseCode

ROSECODE 323

Minimise it

sinan · Math ·

Let A, B, C be the three lattice points inside x2 + y2 = R2 circle such that the ratio (c-a) / (a+b+c), where a = |BC|, b = |AC|, c = |AB| and a ≤ b ≤ c, is minimised. Solve it for R = 109. Answer format: a2,b2,c2 where gcd(a2,b2,c2) = 1 Example: 12544,12545,12545 for R=100 with ratio=1.328594679505981331113438939E-5 A(57,6), B(-40,-50), C(-40,62) [My timing: 200ms]