Difference between revisions of "2018 AIME I Problems/Problem 4"
Bluebacon008 (talk | contribs) |
Bluebacon008 (talk | contribs) (→Solution 1) |
||
Line 3: | Line 3: | ||
==Solution 1== | ==Solution 1== | ||
+ | <center><asy>import cse5; | ||
+ | unitsize(10mm); | ||
+ | pathpen=black; | ||
+ | dotfactor=3; | ||
+ | |||
+ | pair B = (0,0), pair A = (6,8), pair C = (12,0) | ||
+ | |||
+ | </asy></center> |
Revision as of 17:43, 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
import cse5; unitsize(10mm); pathpen=black; dotfactor=3; pair B = (0,0), pair A = (6,8), pair C = (12,0) (Error making remote request. Unknown error_msg)