Solution 1

Let BC=x. By Angle Bisector Theorem, we have
BD=200+225200x=178x, CD=179x
Since both of these positive integers, we write x=17y, for some y∈N. Then, BD=8y and CD=9y.
Since BD is tangent to ω, it follows that ∠BDE=∠EAD. Similarly, ∠CDF=∠FAC. Thus, △BDE∼△BAD and △CDF∼△CAD. We can use this to solve for BE and CF:
ABBD=BDBE⟹BE=258y2,CF=259y2
Thus, 25∣y2⟹5∣y. Hence, we can let y=5z,z∈Z+, so BC=85z.
Now, since E is on AB and E=A, we have EB<AB⟹8z2<200⟹z<5. Using F and AC gives z<5 as well. Thus, the maximum value of BC is attained when z=4, or BC=4⋅85=340.
~sillybone
Solution 2
1. Power of a point at B and C
Since ω is tangent to BC at D, we have
Powω(B)=BD2,Powω(C)=CD2.
Because line BA intersects ω at A and E, we also have
Powω(B)=BA⋅BE=200(200−AE).
Hence
BD2=200(200−AE).(1)
Similarly, line CA intersects ω at A and F, so
Powω(C)=CA⋅CF=225(225−AF),
and therefore
CD2=225(225−AF).(2)
2. Convert integrality into square conditions
Let BE=200−AE. Since AE is a positive integer, BE∈1,2,…,199.
From (1),
BD2=200⋅BE=(23⋅52)⋅BE.
For this to be a perfect square, we must have
BE=2s2
for some integer s≥1. Then
BD2=200⋅2s2=400s2⟹BD=20s.(3)
Also BE<200 implies 2s2<200, so s≤9.
Next let CF=225−AF. From (2),
CD2=225⋅CF=152⋅CF,
so CD is an integer if and only if CF is a perfect square:
CF=t2⟹CD=15t.(4)
Since t2<225, we have t≤14.
Thus
BD=20s, 1≤s≤9;CD=15t, 1≤t≤14.
3. Angle Bisector Theorem
Because AD bisects ∠BAC,
DCBD=ACAB=225200=98.
Substitute (3) and (4):
15t20s=98⟹3t4s=98⟹36s=24t⟹3s=2t.
So s is even. Let s=2k, then t=3k.
Bounds give
2k≤9⇒k≤4,3k≤14⇒k≤4,
so k∈1,2,3,4.
4. Maximize BC
We have
BC=BD+DC=20s+15t=20(2k)+15(3k)=85k.
Hence the maximum value of k is 4
85×4=340
Therefore,
340.
(by a 16-year-old student, if see any mistake, feel free to edit)
Edit for International version: (Sum of all possible values asked instead of maximum)
Same as Solution 1 until getting 85k. As k can be equal to 1, 2, 3, 4
Answer = 85(1+2+3+4) = 85(10) = 850
Solution 3
Let AB=c=200, AC=b=225, and BC=a. By the Angle Bisector Theorem, we have BD:CD=c:b=200:225=8:9. Let BD=8k and CD=9k for some real number k. Then BC=17k.
Since the circle ω is tangent to BC at D and passes through E and F on AB and AC respectively, by the Power of a Point Theorem (specifically the tangent-secant theorem), we have BD2=BE⋅BA and CD2=CF⋅CA. We can express the lengths of AE and AF as:
AE=AB−BE=AB−ABBD2=AB(1−(ABBD)2)
AF=AC−CF=AC−ACCD2=AC(1−(ACCD)2)
Substituting the known values:
AE=200(1−(2008k)2)=200−258k2
AF=225(1−(2259k)2)=225−259k2
The problem states that AE and AF are positive integers. For AE and AF to be integers, the terms 258k2 and 259k2 must be integers. Since gcd(8,25)=1 and gcd(9,25)=1, it follows that k2 must be a multiple of 25. Thus, k must be a multiple of 5.
Next, we establish the bounds for k. Since AE and AF must be positive:
200−258k2>0⟹k2<625⟹k<25
Additionally, by the Triangle Inequality on △ABC:
AB+AC>BC⟹200+225>17k⟹425>17k⟹k<25
AB+BC>AC⟹200+17k>225⟹17k>25⟹k>1725≈1.47
Given k is a multiple of 5 and 1.47<k<25, the possible values for k are 5,10,15,20. The problem asks for the greatest possible value of BC:
17×20=340
~YFX
Solution 4
Let BD=a,CD=b,AE=c,AF=d so that BE=200−c,CF=225−d. By PoP, we have
a2=(200−c)(200)=(400−2c)(100)⟹(10a)2=400−2c so we know 10a is even and an integer so a=20t By PoP we have
b2=(225−d)(225)⟹225−d=(15b)2 so b=15k. Now Angle Bisector Theorem tells
225200=98=ba so a=8m,b=9m. We know lcm(20,8)=40 which implies a=40p and we also know lcm(15,9)=45 so b=45q. But since a=8m,b=9m, we need p=q. Thus, a=40p,b=45p. So BC=a+b=85p. Now note that 400−2c=(4p)2=16p2⟹200−c=8p2⟹c=200−8p2⟹8p2<200 and 225−d=(3p)2=9p2⟹d=225−9p2⟹9p2<225. Elegantly, solving 8p2<200 gives p2<25 and solving 9p2<225 also gives p2<25. Obviously p<5 and note p also has to be a positive integer. So all possible values are p=1,2,3,4 and the maximum possible value is obviously 85(4)=340.
~ilikemath247365
Solution 5

Let the side lengths of △ABC be denoted by AB=c, AC=b, and BC=a. We are given c=200 and b=225. Let D be a point on BC such that AD is the internal angle bisector of ∠BAC. By the Angle Bisector Theorem, the ratio of the segments of the opposite side is proportional to the adjacent sides:
CDBD=ACAB=225200=98.
Since BD and CD are positive integers and gcd(8,9)=1, there must exist a positive integer m such that
BD=8mandCD=9m.
Consequently, the total length of side BC is given by a=BD+CD=17m.
Let ω be the circle passing through A and tangent to the segment BC at D. We apply the Power of a Point Theorem. For point B, lying on the extension of the tangent segment BD and the secant line BA, the power of the point with respect to ω is given by:
P(B)=BD2=BE⋅BA.
Substituting the known expressions into this equation:
(8m)2=BE⋅200⟹64m2=200⋅BE⟹BE=20064m2=258m2.
Since E lies on the segment AB, the length AE is given by AE=AB−BE=200−258m2. We are given that AE is a positive integer. For AE to be an integer, BE must be an integer (since AB is an integer). This implies:
200∣64m2⟺25∣8m2.
Since gcd(25,8)=1, it must be that 25∣m2, which implies 5∣m. Thus, let m=5k for some positive integer k.
Similarly, we consider the power of point C with respect to ω. The line BC is tangent at D, and CA is a secant intersecting ω at F and A. Thus:
P(C)=CD2=CF⋅CA.
Substituting the values:
(9m)2=CF⋅225⟹81m2=225⋅CF⟹CF=22581m2=259m2.
With m=5k, we substitute into the expressions for AE and AF:
BE=258(5k)2=8k2⟹AE=200−8k2,
CF=259(5k)2=9k2⟹AF=225−9k2.
The problem states that AE and AF are positive integers. This imposes bounds on k:
200−8k2>0⟹8k2<200⟹k2<25⟹k<5,
225−9k2>0⟹9k2<225⟹k2<25⟹k<5.
Additionally, the Triangle Inequality must hold for △ABC. The sides are AB=200, AC=225, and BC=17m=17(5k)=85k.
AB+AC>BC⟹200+225>85k⟹425>85k⟹k<5.
The other triangle inequalities (AB+BC>AC and AC+BC>AB) are satisfied for all k≥1. Thus, the possible integer values for k are k∈{1,2,3,4}.
To find the greatest possible value of BC, we maximize k. The largest valid integer is k=4. Substituting k=4:
BC=85(4)=340.
We verify the other segments are integers:
AE=200−8(4)2=200−128=72(Integer >0),
AF=225−9(4)2=225−144=81(Integer >0).
The lengths BD=8(20)=160 and CD=9(20)=180 are also integers. The triangle exists since 200+225>340.
The greatest possible value of BC is 340.
~ Jesse Zhang (FUNKCCP)