Difference between revisions of "2019 AIME I Problems/Problem 3"

(Solution)
m (Solution 5 (Official MAA))
(27 intermediate revisions by 14 users not shown)
Line 1: Line 1:
The 2019 AIME I takes place on March 13, 2019.
+
==Problem==
==Problem 3==
 
 
In <math>\triangle PQR</math>, <math>PR=15</math>, <math>QR=20</math>, and <math>PQ=25</math>. Points <math>A</math> and <math>B</math> lie on <math>\overline{PQ}</math>, points <math>C</math> and <math>D</math> lie on <math>\overline{QR}</math>, and points <math>E</math> and <math>F</math> lie on <math>\overline{PR}</math>, with <math>PA=QB=QC=RD=RE=PF=5</math>. Find the area of hexagon <math>ABCDEF</math>.
 
In <math>\triangle PQR</math>, <math>PR=15</math>, <math>QR=20</math>, and <math>PQ=25</math>. Points <math>A</math> and <math>B</math> lie on <math>\overline{PQ}</math>, points <math>C</math> and <math>D</math> lie on <math>\overline{QR}</math>, and points <math>E</math> and <math>F</math> lie on <math>\overline{PR}</math>, with <math>PA=QB=QC=RD=RE=PF=5</math>. Find the area of hexagon <math>ABCDEF</math>.
  
==Solution==
+
==Diagram==
 +
<asy>
 +
dot((0,0));
 +
dot((15,0));
 +
dot((15,20));
 +
draw((0,0)--(15,0)--(15,20)--cycle);
 +
dot((5,0));
 +
dot((10,0));
 +
dot((15,5));
 +
dot((15,15));
 +
dot((3,4));
 +
dot((12,16));
 +
draw((5,0)--(3,4));
 +
draw((10,0)--(15,5));
 +
draw((12,16)--(15,15));
 +
</asy>
 +
 
 +
==Solution 1==
 
We know the area of the hexagon <math>ABCDEF</math> to be <math>\triangle PQR- \triangle PAF- \triangle BCQ- \triangle RED </math>. Since <math>PR^2+RQ^2=PQ^2</math>, we know that <math>\triangle PRQ</math> is a right triangle. Thus the area of <math>\triangle PQR</math> is <math>150</math>. Another way to compute the area is <cmath>\frac12 \cdot PQ\cdot RQ \sin \angle PQR = \frac12 \cdot 500 \cdot \sin \angle PQR=150 \implies \sin \angle PQR = \frac35.</cmath> Then the area of <math>\triangle BCQ = \frac12 \cdot BQ \cdot CQ \cdot \sin \angle PQR= \frac{25}{2}\cdot \frac{3}{5}=\frac{15}{2}</math>. Preceding in a similar fashion for <math>\triangle PAF</math>, the area of <math>\triangle PAF</math> is <math>10</math>. Since <math>\angle ERD = 90^{\circ}</math>, the area of <math>\triangle RED=\frac{25}{2}</math>. Thus our desired answer is <math>150-\frac{15}{2}-10-\frac{25}{2}=\boxed{120}</math>
 
We know the area of the hexagon <math>ABCDEF</math> to be <math>\triangle PQR- \triangle PAF- \triangle BCQ- \triangle RED </math>. Since <math>PR^2+RQ^2=PQ^2</math>, we know that <math>\triangle PRQ</math> is a right triangle. Thus the area of <math>\triangle PQR</math> is <math>150</math>. Another way to compute the area is <cmath>\frac12 \cdot PQ\cdot RQ \sin \angle PQR = \frac12 \cdot 500 \cdot \sin \angle PQR=150 \implies \sin \angle PQR = \frac35.</cmath> Then the area of <math>\triangle BCQ = \frac12 \cdot BQ \cdot CQ \cdot \sin \angle PQR= \frac{25}{2}\cdot \frac{3}{5}=\frac{15}{2}</math>. Preceding in a similar fashion for <math>\triangle PAF</math>, the area of <math>\triangle PAF</math> is <math>10</math>. Since <math>\angle ERD = 90^{\circ}</math>, the area of <math>\triangle RED=\frac{25}{2}</math>. Thus our desired answer is <math>150-\frac{15}{2}-10-\frac{25}{2}=\boxed{120}</math>
 +
 +
==Solution 2==
 +
Let <math>R</math> be the origin. Noticing that the triangle is a 3-4-5 right triangle, we can see that <math>A=(4,12), B=(16,3), C=(15,0), D=(5,0), E=(0,5)</math>, and <math>F=(0,10)</math>. Using the shoelace theorem, the area is <math>\boxed{120}</math>.
 +
Shoelace theorem:Suppose the polygon <math>P</math> has vertices <math>(a_1, b_1)</math>, <math>(a_2, b_2)</math>, ... , <math>(a_n, b_n)</math>, listed in clockwise order. Then the area of <math>P</math> is
 +
 +
<cmath>\dfrac{1}{2} |(a_1b_2 + a_2b_3 + \cdots + a_nb_1) - (b_1a_2 + b_2a_3 + \cdots + b_na_1)|</cmath>
 +
You can also go counterclockwise order, as long as you find the absolute value of the answer.
 +
 +
.
 +
 +
==Solution 3 (Easiest, uses only basic geometry too)==
 +
Note that <math>\triangle{PQR}</math> has area <math>150</math> and is a <math>3</math>-<math>4</math>-<math>5</math> right triangle. Then, by similar triangles, the altitude from <math>B</math> to <math>QC</math> has length <math>3</math> and the altitude from <math>A</math> to <math>FP</math> has length <math>4</math>, so <math>[QBC]+[DRE]+[AFP]=\frac{15}{2}+\frac{25}{2}+\frac{20}{2}=30</math>, meaning that <math>[ABCDEF]=\boxed{120}</math>.
 +
-Stormersyle
 +
 +
==Solution 4==
 +
Knowing that <math>\triangle{PQR}</math> has area <math>150</math> and is a <math>3</math>-<math>4</math>-<math>5</math> triangle, we can find the area of the smaller triangles <math>\triangle{DRE}</math>, <math>\triangle{APF}</math>, and <math>\triangle{CQB}</math> and subtract them from <math>\triangle{PQR}</math> to obtain our answer. First off, we know <math>\triangle{DRE}</math> has area <math>12.5</math> since it is a right triangle. To the find the areas of <math>\triangle{APF}</math> and <math>\triangle{CQB}</math> , we can use Law of Cosines (<math>c^2 = a^2 + b^2 - 2ab\cos C</math>) to find the lengths of <math>AF</math> and <math>CB</math>, respectively. Computing gives <math>AF = \sqrt{20}</math> and <math>CB = \sqrt{10}</math>. Now, using Heron's Formula, we find <math>\triangle{APF} = 10</math> and <math>\triangle{CQB} = 7.5</math>. Adding these and subtracting from <math>\triangle{PQR}</math>, we get <math>150 - (10 + 7.5 + 12.5) = \boxed{120}</math> -Starsher
 +
 +
==Solution 5 (Official MAA)==
 +
Triangle <math>PQR</math> is a right triangle with are <math>\tfrac12\cdot15\cdot20=150</math>. Each of <math>\triangle PAF,\triangle QCB,</math> and <math>\triangle RED</math> shares an angle with <math>\triangle PQR</math>. Because the area of a triangle with sides <math>a,\,b,</math> and included angle <math>\gamma</math> is <math>\tfrac12a\cdot b\cdot \sin\gamma,</math> it follows that the areas of <math>\triangle PAF,\triangle QCB,</math> and <math>\triangle RED</math> are each <math>5\cdot5\cdot\tfrac{150}{ab},</math> where <math>a</math> and <math>b</math> are the lengths of the sides of <math>\triangle PQR</math> adjacent to the shared angle. Thus the sum of the areas of <math>\triangle PAF,\triangle QCB,</math> and <math>\triangle RED</math> is <cmath>5\cdot5\cdot\frac{150}{15\cdot25}+5\cdot5\cdot\frac{150}{25\cdot20}+5\cdot5\cdot\frac{150}{20\cdot15}=25\left(\frac25+\frac3{10}+\frac12\right)=30.</cmath> Therefore <math>ABCDEF</math> has area <math>150-30=120</math>.
 +
 +
==Video Solution #1(Complementary Area Counting?)==
 +
https://youtu.be/JQdad7APQG8?t=417
 +
 +
==Video Solution==
 +
 +
https://www.youtube.com/watch?v=4jOfXNiQ6WM
 +
 +
==Video Solution 2==
 +
https://youtu.be/TSKcjht8Rfk?t=941
 +
 +
~IceMatrix
 +
 +
==Video Solution 3==
 +
https://youtu.be/9X18wCiYw9M
 +
 +
~Shreyas S
  
 
==See Also==
 
==See Also==
 
{{AIME box|year=2019|n=I|num-b=2|num-a=4}}
 
{{AIME box|year=2019|n=I|num-b=2|num-a=4}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 15:48, 3 March 2021

Problem

In $\triangle PQR$, $PR=15$, $QR=20$, and $PQ=25$. Points $A$ and $B$ lie on $\overline{PQ}$, points $C$ and $D$ lie on $\overline{QR}$, and points $E$ and $F$ lie on $\overline{PR}$, with $PA=QB=QC=RD=RE=PF=5$. Find the area of hexagon $ABCDEF$.

Diagram

[asy] dot((0,0)); dot((15,0)); dot((15,20)); draw((0,0)--(15,0)--(15,20)--cycle); dot((5,0)); dot((10,0)); dot((15,5)); dot((15,15)); dot((3,4)); dot((12,16)); draw((5,0)--(3,4)); draw((10,0)--(15,5)); draw((12,16)--(15,15)); [/asy]

Solution 1

We know the area of the hexagon $ABCDEF$ to be $\triangle PQR- \triangle PAF- \triangle BCQ- \triangle RED$. Since $PR^2+RQ^2=PQ^2$, we know that $\triangle PRQ$ is a right triangle. Thus the area of $\triangle PQR$ is $150$. Another way to compute the area is \[\frac12 \cdot PQ\cdot RQ \sin \angle PQR = \frac12 \cdot 500 \cdot \sin \angle PQR=150 \implies \sin \angle PQR = \frac35.\] Then the area of $\triangle BCQ = \frac12 \cdot BQ \cdot CQ \cdot \sin \angle PQR= \frac{25}{2}\cdot \frac{3}{5}=\frac{15}{2}$. Preceding in a similar fashion for $\triangle PAF$, the area of $\triangle PAF$ is $10$. Since $\angle ERD = 90^{\circ}$, the area of $\triangle RED=\frac{25}{2}$. Thus our desired answer is $150-\frac{15}{2}-10-\frac{25}{2}=\boxed{120}$

Solution 2

Let $R$ be the origin. Noticing that the triangle is a 3-4-5 right triangle, we can see that $A=(4,12), B=(16,3), C=(15,0), D=(5,0), E=(0,5)$, and $F=(0,10)$. Using the shoelace theorem, the area is $\boxed{120}$. Shoelace theorem:Suppose the polygon $P$ has vertices $(a_1, b_1)$, $(a_2, b_2)$, ... , $(a_n, b_n)$, listed in clockwise order. Then the area of $P$ is

\[\dfrac{1}{2} |(a_1b_2 + a_2b_3 + \cdots + a_nb_1) - (b_1a_2 + b_2a_3 + \cdots + b_na_1)|\] You can also go counterclockwise order, as long as you find the absolute value of the answer.

.

Solution 3 (Easiest, uses only basic geometry too)

Note that $\triangle{PQR}$ has area $150$ and is a $3$-$4$-$5$ right triangle. Then, by similar triangles, the altitude from $B$ to $QC$ has length $3$ and the altitude from $A$ to $FP$ has length $4$, so $[QBC]+[DRE]+[AFP]=\frac{15}{2}+\frac{25}{2}+\frac{20}{2}=30$, meaning that $[ABCDEF]=\boxed{120}$. -Stormersyle

Solution 4

Knowing that $\triangle{PQR}$ has area $150$ and is a $3$-$4$-$5$ triangle, we can find the area of the smaller triangles $\triangle{DRE}$, $\triangle{APF}$, and $\triangle{CQB}$ and subtract them from $\triangle{PQR}$ to obtain our answer. First off, we know $\triangle{DRE}$ has area $12.5$ since it is a right triangle. To the find the areas of $\triangle{APF}$ and $\triangle{CQB}$ , we can use Law of Cosines ($c^2 = a^2 + b^2 - 2ab\cos C$) to find the lengths of $AF$ and $CB$, respectively. Computing gives $AF = \sqrt{20}$ and $CB = \sqrt{10}$. Now, using Heron's Formula, we find $\triangle{APF} = 10$ and $\triangle{CQB} = 7.5$. Adding these and subtracting from $\triangle{PQR}$, we get $150 - (10 + 7.5 + 12.5) = \boxed{120}$ -Starsher

Solution 5 (Official MAA)

Triangle $PQR$ is a right triangle with are $\tfrac12\cdot15\cdot20=150$. Each of $\triangle PAF,\triangle QCB,$ and $\triangle RED$ shares an angle with $\triangle PQR$. Because the area of a triangle with sides $a,\,b,$ and included angle $\gamma$ is $\tfrac12a\cdot b\cdot \sin\gamma,$ it follows that the areas of $\triangle PAF,\triangle QCB,$ and $\triangle RED$ are each $5\cdot5\cdot\tfrac{150}{ab},$ where $a$ and $b$ are the lengths of the sides of $\triangle PQR$ adjacent to the shared angle. Thus the sum of the areas of $\triangle PAF,\triangle QCB,$ and $\triangle RED$ is \[5\cdot5\cdot\frac{150}{15\cdot25}+5\cdot5\cdot\frac{150}{25\cdot20}+5\cdot5\cdot\frac{150}{20\cdot15}=25\left(\frac25+\frac3{10}+\frac12\right)=30.\] Therefore $ABCDEF$ has area $150-30=120$.

Video Solution #1(Complementary Area Counting?)

https://youtu.be/JQdad7APQG8?t=417

Video Solution

https://www.youtube.com/watch?v=4jOfXNiQ6WM

Video Solution 2

https://youtu.be/TSKcjht8Rfk?t=941

~IceMatrix

Video Solution 3

https://youtu.be/9X18wCiYw9M

~Shreyas S

See Also

2019 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png