2018 AIME I Problems/Problem 4: Difference between revisions
Bluebacon008 (talk | contribs) |
|||
| Line 10: | Line 10: | ||
dotfactor=3; | dotfactor=3; | ||
pair B = (0,0), | pair B = (0,0), A = (6,8), C = (12,0); | ||
label("<math>A</math>",A,SW); | |||
label("<math>B</math>",B,S); | |||
label("<math>C</math>",C,SE); | |||
[/asy] | [/asy] | ||
</center> | </center> | ||
Revision as of 17:47, 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
[asy] syimport cse5; unitsize(10mm); pathpen=black; dotfactor=3;
pair B = (0,0), A = (6,8), C = (12,0);
label("
",A,SW);
label("
",B,S);
label("
",C,SE);
[/asy]