Difference between revisions of "2024 AMC 12A Problems/Problem 20"
Technodoggo (talk | contribs) (Created page with "Points <math>P</math> and <math>Q</math> are chosen uniformly and independently at random on sides <math>\overline {AB}</math> and <math>\overline{AC},</math> respectively, of...") |
Technodoggo (talk | contribs) m |
||
Line 6: | Line 6: | ||
Let <math>\overline{AP}=x</math> and <math>\overline{AQ}=y</math>. Applying the sine formula for a triangle's area, we see that <math>[\Delta APQ]=\dfrac12\cdot x\cdot y\sin(\angle PAQ)=\dfrac{xy}2\sin(60^\circ)=\dfrac{\sqrt3}4xy</math>. Without loss of generality, we let <math>AB=BC=CA=1</math>, and thus the area of <math>\Delta ABC</math> is <math>\dfrac{\sqrt3}4</math>; we therefore require <math>\dfrac{\sqrt3}4xy\le\dfrac{\sqrt3}8\implies xy\le\dfrac12</math> for <math>0\le x,y\le1</math>. A quick rough sketch of <math>y=\dfrac1{2x}</math> on the square given by <math>x,y\in[0,1]</math> reveals that the curve intersects the boundaries at <math>(0.5,1)</math> and <math>(1,0.5)</math>, and it is actually quite (very) obvious that the area bounded by the inequality <math>xy\le0.5</math> and the aforementioned unit square is more than <math>\dfrac34</math> but less than <math>\dfrac78</math> (cf. the diagram below). Thus, our answer is <math>\boxed{\textbf{(D) }\left(\dfrac34,\dfrac78\right]}</math>. | Let <math>\overline{AP}=x</math> and <math>\overline{AQ}=y</math>. Applying the sine formula for a triangle's area, we see that <math>[\Delta APQ]=\dfrac12\cdot x\cdot y\sin(\angle PAQ)=\dfrac{xy}2\sin(60^\circ)=\dfrac{\sqrt3}4xy</math>. Without loss of generality, we let <math>AB=BC=CA=1</math>, and thus the area of <math>\Delta ABC</math> is <math>\dfrac{\sqrt3}4</math>; we therefore require <math>\dfrac{\sqrt3}4xy\le\dfrac{\sqrt3}8\implies xy\le\dfrac12</math> for <math>0\le x,y\le1</math>. A quick rough sketch of <math>y=\dfrac1{2x}</math> on the square given by <math>x,y\in[0,1]</math> reveals that the curve intersects the boundaries at <math>(0.5,1)</math> and <math>(1,0.5)</math>, and it is actually quite (very) obvious that the area bounded by the inequality <math>xy\le0.5</math> and the aforementioned unit square is more than <math>\dfrac34</math> but less than <math>\dfrac78</math> (cf. the diagram below). Thus, our answer is <math>\boxed{\textbf{(D) }\left(\dfrac34,\dfrac78\right]}</math>. | ||
+ | |||
+ | ~Technodoggo | ||
<asy> | <asy> | ||
Line 27: | Line 29: | ||
draw((0.5,1)--(1,0.5),red+dashed+1.1); | draw((0.5,1)--(1,0.5),red+dashed+1.1); | ||
</asy> | </asy> | ||
− | |||
− |
Revision as of 17:45, 8 November 2024
Points and
are chosen uniformly and independently at random on sides
and
respectively, of equilateral triangle
Which of the following intervals contains the probability that the area of
is less than half the area of
Solution 1
Let and
. Applying the sine formula for a triangle's area, we see that
. Without loss of generality, we let
, and thus the area of
is
; we therefore require
for
. A quick rough sketch of
on the square given by
reveals that the curve intersects the boundaries at
and
, and it is actually quite (very) obvious that the area bounded by the inequality
and the aforementioned unit square is more than
but less than
(cf. the diagram below). Thus, our answer is
.
~Technodoggo