Difference between revisions of "2018 AIME I Problems/Problem 4"
Bluebacon008 (talk | contribs) (→Solution 1) |
Bluebacon008 (talk | contribs) (→Solution 1) |
||
Line 10: | Line 10: | ||
dotfactor=3; | dotfactor=3; | ||
− | pair B = (0,0), A = (6,8), C = (12,0), D = (2.154,2.872), E = (8.153, 5.128), F=(7.68,5.76), G=(7.077,6.564), H=(5. | + | pair B = (0,0), A = (6,8), C = (12,0), D = (2.154,2.872), E = (8.153, 5.128), F=(7.68,5.76), G=(7.077,6.564), H=(5.878,4.162), I=(4.5,6); |
pair[] dotted = {A,B,C,D,E,F,G}; | pair[] dotted = {A,B,C,D,E,F,G}; | ||
Line 29: | Line 29: | ||
label("$F$",F,NE); | label("$F$",F,NE); | ||
label("$G$",G,NE); | label("$G$",G,NE); | ||
− | label("$x$",H, | + | label("$x$",H,NW); |
− | label("$x$",I, | + | label("$x$",I,NW); |
</asy> | </asy> | ||
</center> | </center> |
Revision as of 18:16, 7 March 2018
Problem 4
In and . Point lies strictly between and on and point lies strictly between and on ) so that . Then can be expressed in the form , where and are relatively prime positive integers. Find .
Solution 1