Let ABC be an equilateral triangle, and let D and F be points on sides BC and AB, respectively, with FA=5 and CD=2. Point E lies on side CA such that angle DEF=60∘. The area of triangle DEF is 143. The two possible values of the length of side AB are p±qr, where p and q are rational, and r is an integer not divisible by the square of a prime. Find r.
解析
Solution
Denote the length of a side of the triangle x, and of AE as y. The area of the entire equilateral triangle is 4x23. Add up the areas of the triangles using the 21absinC formula (notice that for the three outside triangles, sin60=23): 4x23=43(5⋅y+(x−2)(x−5)+2(x−y))+143. This simplifies to 4x23=43(5y+x2−7x+10+2x−2y+56). Some terms will cancel out, leaving y=35x−22.
∠FEC is an exterior angle to △AEF, from which we find that 60+∠CED=60+∠AFE, so ∠CED=∠AFE. Similarly, we find that ∠EDC=∠AEF. Thus, △AEF∼△CDE. Setting up a ratio of sides, we get that x−y5=2y. Using the previous relationship between x and y, we can solve for x.
Use the quadratic formula, though we only need the root of the discriminant. This is (7⋅66)2−4⋅10⋅(662+90)=49⋅662−40⋅662−4⋅9⋅100=9⋅4⋅332−9⋅4⋅100=6332−100. The answer is 989.
Solution 2
First of all, assume EC=x,BD=m,ED=a,EF=b, then we can find BF=m−3,AE=2+m−x It is not hard to find ab∗sin60∘∗21=143,ab=56, we apply LOC on △DEF,△BFD, getting that (m−3)2+m2−m(m−3)=a2+b2−ab, leads to a2+b2=m2−3m+65 Apply LOC on △CED,△AEF separately, getting 4+x2−2x=a2;25+(2+m−x)2−5(2+m−x)=b2. Add those terms together and use the equality a2+b2=m2−3m+65, we can find: 2x2−(2m+1)x+2m−42=0
According to basic angle chasing, ∠A=∠C;∠AFE=∠CED, so △AFE∼△CED, the ratio makes x5=22+m−x, getting that x2−(2+m)x+10=0 Now we have two equations with m, and x values for both equations must be the same, so we can solve for x in two equations. x=42m+1±4m2+4m+1−16m+336;x=44+2m±4m2+16m−144, then we can just use positive sign to solve, simplifies to 3+4m2+16m−144=4m2−12m+337, getting m=10211−3989, since the triangle is equilateral, AB=BC=2+m=10231−3989, and the desired answer is 989