Difference between revisions of "2006 AMC 10B Problems/Problem 23"

(Added problem and solution)
(Video Solutions)
 
(61 intermediate revisions by 20 users not shown)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
A triangle is partitioned into three triangles and a quadrilateral by drawing two lines from vertices to their opposite sides. The areas of the three triangles are 3, 7, and 7 as shown. What is the area of the shaded quadrilateral?
+
A triangle is partitioned into three triangles and a quadrilateral by drawing two lines from vertices to their opposite sides. The areas of the three triangles are 3, 7, and 7, as shown. What is the area of the shaded quadrilateral?
  
[[Image:2006amc10b23.gif]]
+
<asy>
 +
unitsize(1.5cm);
 +
defaultpen(.8);
 +
 
 +
pair A = (0,0), B = (3,0), C = (1.4, 2), D = B + 0.4*(C-B), Ep = A + 0.3*(C-A);
 +
pair F = intersectionpoint( A--D, B--Ep );
 +
 
 +
draw( A -- B -- C -- cycle );
 +
draw( A -- D );
 +
draw( B -- Ep );
 +
filldraw( D -- F -- Ep -- C -- cycle, mediumgray, black );
 +
 
 +
label("$7$",(1.25,0.2));
 +
label("$7$",(2.2,0.45));
 +
label("$3$",(0.45,0.35));
 +
</asy>
  
 
<math> \mathrm{(A) \ } 15\qquad \mathrm{(B) \ } 17\qquad \mathrm{(C) \ } \frac{35}{2}\qquad \mathrm{(D) \ } 18\qquad \mathrm{(E) \ } \frac{55}{3} </math>
 
<math> \mathrm{(A) \ } 15\qquad \mathrm{(B) \ } 17\qquad \mathrm{(C) \ } \frac{35}{2}\qquad \mathrm{(D) \ } 18\qquad \mathrm{(E) \ } \frac{55}{3} </math>
  
== Solution ==
+
== Solution 1==
To help in finding the area of the quadrilateral, draw an [[auxillary line]] from the top vertex to the intersection of the two lines.  
+
 
 +
Label the points in the figure as shown below, and draw the segment <math>CF</math>. This segment divides the quadrilateral into two triangles, let their areas be <math>x</math> and <math>y</math>.
 +
 
 +
<asy>
 +
unitsize(2cm);
 +
defaultpen(.8);
 +
 
 +
pair A = (0,0), B = (3,0), C = (1.4, 2), D = B + 0.4*(C-B), Ep = A + 0.3*(C-A);
 +
pair F = intersectionpoint( A--D, B--Ep );
 +
 
 +
draw( A -- B -- C -- cycle );
 +
draw( A -- D );
 +
draw( B -- Ep );
 +
filldraw( D -- F -- Ep -- C -- cycle, mediumgray, black );
 +
 
 +
label("$7$",(1.45,0.15));
 +
label("$7$",(2.2,0.45));
 +
label("$3$",(0.45,0.35));
 +
 
 +
draw( C -- F, dashed );
 +
 
 +
label("$A$",A,SW);
 +
label("$B$",B,SE);
 +
label("$C$",C,N);
 +
label("$D$",D,NE);
 +
label("$E$",Ep,NW);
 +
label("$F$",F,S);
 +
 
 +
label("$x$",(1,1));
 +
label("$y$",(1.6,1));
 +
</asy>
 +
 
 +
Since [[triangle]]s <math>AFB</math> and <math>DFB</math> share an [[altitude]] from <math>B</math> and have equal area, their bases must be equal, hence <math>AF=DF</math>.
 +
 
 +
Since triangles <math>AFC</math> and <math>DFC</math> share an altitude from <math>C</math> and their respective bases are equal, their areas must be equal, hence <math>x+3=y</math>.
 +
 
 +
Since triangles <math>EFA</math> and <math>BFA</math> share an altitude from <math>A</math> and their respective areas are in the ratio <math>3:7</math>, their bases must be in the same ratio, hence <math>EF:FB = 3:7</math>.
 +
 
 +
Since triangles <math>EFC</math> and <math>BFC</math> share an altitude from <math>C</math> and their respective bases are in the ratio <math>3:7</math>, their areas must be in the same ratio, hence <math>x:(y+7) = 3:7</math>, which gives us <math>7x = 3(y+7)</math>.
 +
 
 +
Substituting <math>y=x+3</math> into the second equation we get <math>7x = 3(x+10)</math>, which solves to <math>x=\frac{15}{2}</math>. Then <math>y=x+3 = \frac{15}{2}+3 = \frac{21}{2}</math>, and the total area of the quadrilateral is <math>x+y = \frac{15}{2}+\frac{21}{2} = \boxed{\textbf{(D) }18}</math>.
 +
 
 +
==Solution 2==
  
Doing so, and labling the points yeilds this as the resulting diagram:  
+
Connect points <math>E</math> and <math>D</math>. Triangles <math>EFA</math> and <math>FAB</math> share an altitude and their areas are in the ratio <math>3:7</math>. Their bases, <math>EF</math> and <math>FB</math>, must be in the same <math>3:7</math> ratio.
  
[[Image:2006amc10b23solution.gif]]
+
Triangles <math>EFD</math> and <math>FBD</math> share an altitude and their bases are in a <math>3:7</math> ratio. Therefore, their areas are in a <math>3:7</math> ratio and the area of triangle <math>EFD</math> is <math>3</math>.
  
Since triangles <math>AFC</math> and <math>EFC</math> share an altitude, and their respective areas are equal, their bases must be equal. So <math>AF=EF</math>.
+
Triangle <math>CED</math> and <math>DEA</math> share an altitude. Therefore, the ratio of their areas is equal to the ratio of bases <math>CE</math> and <math>EA</math>. The ratio is <math>A:(3+3) \Rightarrow A:6</math> where <math>A</math> is the area of triangle <math>CED</math>
  
Since triangles <math>AFB</math> and <math>EFB</math> share an altitude, and their respective bases are equal, their areas must be equal. So <math>x+3=y</math>.
+
Triangles <math>CEB</math> and <math>EAB</math> also share an altitude. The ratio of their areas is also equal to the ratio of bases <math>CE</math> and <math>EA</math>. The ratio is <math>(A+3+7):(3+7) \Rightarrow (A+10):10</math>
  
Since triangles <math>DFA</math> and <math>CFA</math> share an altitude, and their  respective areas are in the ratio <math>3:7</math>, their bases must be in the same ratio. So <math>\frac{DF}{3}=\frac{CF}{7}</math>
+
Because the two ratios are equal, we get the equation <math>\frac{A}{6} = \frac {A+10}{10} \Rightarrow 10A = 6A+60 \Rightarrow A = 15</math>. We add the area of triangle <math>EDF</math> to get that the total area of the quadrilateral is <math>\boxed{\textbf{(D) }18}</math>.
  
Since triangles <math>DFB</math> and <math>CFB</math> share an altitude, and their  respective bases are in the ratio <math>3:7</math>, their areas must be in the same ratio. So <math>\frac{x}{3}=\frac{y+7}{7}</math>
+
~Zeric Hang
  
Substituting <math>x+3</math> for <math>y</math>:
+
==Solution 3==
  
<math>\frac{x}{3}=\frac{x+3+7}{7}</math>
+
We use mass points (similar to above). Let the triangle be <math>ABC</math> with cevians (lines to opposite side) from <math>B</math> and <math>C</math>. Let the points opposite <math>B</math> and <math>C</math> be <math>D</math> and <math>F</math> respectively and the intersection as <math>P</math>.
  
<math>\frac{x}{3}=\frac{x+10}{7}</math>
+
Assign masses of 1 at <math>B</math> and <math>D</math> since <math>[BPC] = [DPC]</math>. Then the mass at <math>P</math> is 2. To find masses at <math>F</math> and <math>C</math>, we let the mass at <math>F</math> be x and the mass at <math>C</math> be y. Then <math>3x = 7y</math> and <math>y = \frac{3}{7}x</math>. Then <math>\frac{10}{7}x = 2</math> since we add the masses for the fulcrum mass, and <math>x = \frac{7}{5}</math> and <math>y = \frac{3}{5}</math>.
  
<math>7x=3x+30</math>
+
To calculate the mass at a, it is merely <math>\frac{7}{5} - 1 = \frac{2}{5}</math> which means <math>\frac{[BCF]}{[ACF]} = \frac{2}{5}</math> or <math>[ACF] = 25</math>. It is easy to see the answer is <math>\boxed{\textbf{(D) }18}</math>.
  
<math>4x=30</math>
 
  
<math>x=\frac{15}{2}</math>
+
== Video Solution ==
  
<math>y=\frac{21}{2}</math>
+
https://www.youtube.com/watch?v=LAo4KQh89a4    ~David
  
Therefore, the shaded area is <math> x+y = \frac{15}{2} + \frac{21}{2} = 18 \Rightarrow D </math>
+
== See also ==
 +
{{AMC10 box|year=2006|ab=B|num-b=22|num-a=24}}
  
== See Also ==
+
[[Category:Introductory Geometry Problems]]
*[[2006 AMC 10B Problems]]
+
[[Category:Area Problems]]
 +
{{MAA Notice}}

Latest revision as of 00:53, 25 November 2023

Problem

A triangle is partitioned into three triangles and a quadrilateral by drawing two lines from vertices to their opposite sides. The areas of the three triangles are 3, 7, and 7, as shown. What is the area of the shaded quadrilateral?

[asy] unitsize(1.5cm); defaultpen(.8);  pair A = (0,0), B = (3,0), C = (1.4, 2), D = B + 0.4*(C-B), Ep = A + 0.3*(C-A); pair F = intersectionpoint( A--D, B--Ep );  draw( A -- B -- C -- cycle ); draw( A -- D ); draw( B -- Ep ); filldraw( D -- F -- Ep -- C -- cycle, mediumgray, black );  label("$7$",(1.25,0.2)); label("$7$",(2.2,0.45)); label("$3$",(0.45,0.35)); [/asy]

$\mathrm{(A) \ } 15\qquad \mathrm{(B) \ } 17\qquad \mathrm{(C) \ } \frac{35}{2}\qquad \mathrm{(D) \ } 18\qquad \mathrm{(E) \ } \frac{55}{3}$

Solution 1

Label the points in the figure as shown below, and draw the segment $CF$. This segment divides the quadrilateral into two triangles, let their areas be $x$ and $y$.

[asy] unitsize(2cm); defaultpen(.8);  pair A = (0,0), B = (3,0), C = (1.4, 2), D = B + 0.4*(C-B), Ep = A + 0.3*(C-A); pair F = intersectionpoint( A--D, B--Ep );  draw( A -- B -- C -- cycle ); draw( A -- D ); draw( B -- Ep ); filldraw( D -- F -- Ep -- C -- cycle, mediumgray, black );  label("$7$",(1.45,0.15)); label("$7$",(2.2,0.45)); label("$3$",(0.45,0.35));  draw( C -- F, dashed );  label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); label("$D$",D,NE); label("$E$",Ep,NW); label("$F$",F,S);  label("$x$",(1,1)); label("$y$",(1.6,1)); [/asy]

Since triangles $AFB$ and $DFB$ share an altitude from $B$ and have equal area, their bases must be equal, hence $AF=DF$.

Since triangles $AFC$ and $DFC$ share an altitude from $C$ and their respective bases are equal, their areas must be equal, hence $x+3=y$.

Since triangles $EFA$ and $BFA$ share an altitude from $A$ and their respective areas are in the ratio $3:7$, their bases must be in the same ratio, hence $EF:FB = 3:7$.

Since triangles $EFC$ and $BFC$ share an altitude from $C$ and their respective bases are in the ratio $3:7$, their areas must be in the same ratio, hence $x:(y+7) = 3:7$, which gives us $7x = 3(y+7)$.

Substituting $y=x+3$ into the second equation we get $7x = 3(x+10)$, which solves to $x=\frac{15}{2}$. Then $y=x+3 = \frac{15}{2}+3 = \frac{21}{2}$, and the total area of the quadrilateral is $x+y = \frac{15}{2}+\frac{21}{2} = \boxed{\textbf{(D) }18}$.

Solution 2

Connect points $E$ and $D$. Triangles $EFA$ and $FAB$ share an altitude and their areas are in the ratio $3:7$. Their bases, $EF$ and $FB$, must be in the same $3:7$ ratio.

Triangles $EFD$ and $FBD$ share an altitude and their bases are in a $3:7$ ratio. Therefore, their areas are in a $3:7$ ratio and the area of triangle $EFD$ is $3$.

Triangle $CED$ and $DEA$ share an altitude. Therefore, the ratio of their areas is equal to the ratio of bases $CE$ and $EA$. The ratio is $A:(3+3) \Rightarrow A:6$ where $A$ is the area of triangle $CED$

Triangles $CEB$ and $EAB$ also share an altitude. The ratio of their areas is also equal to the ratio of bases $CE$ and $EA$. The ratio is $(A+3+7):(3+7) \Rightarrow (A+10):10$

Because the two ratios are equal, we get the equation $\frac{A}{6} = \frac {A+10}{10} \Rightarrow 10A = 6A+60 \Rightarrow A = 15$. We add the area of triangle $EDF$ to get that the total area of the quadrilateral is $\boxed{\textbf{(D) }18}$.

~Zeric Hang

Solution 3

We use mass points (similar to above). Let the triangle be $ABC$ with cevians (lines to opposite side) from $B$ and $C$. Let the points opposite $B$ and $C$ be $D$ and $F$ respectively and the intersection as $P$.

Assign masses of 1 at $B$ and $D$ since $[BPC] = [DPC]$. Then the mass at $P$ is 2. To find masses at $F$ and $C$, we let the mass at $F$ be x and the mass at $C$ be y. Then $3x = 7y$ and $y = \frac{3}{7}x$. Then $\frac{10}{7}x = 2$ since we add the masses for the fulcrum mass, and $x = \frac{7}{5}$ and $y = \frac{3}{5}$.

To calculate the mass at a, it is merely $\frac{7}{5} - 1 = \frac{2}{5}$ which means $\frac{[BCF]}{[ACF]} = \frac{2}{5}$ or $[ACF] = 25$. It is easy to see the answer is $\boxed{\textbf{(D) }18}$.


Video Solution

https://www.youtube.com/watch?v=LAo4KQh89a4 ~David

See also

2006 AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 22
Followed by
Problem 24
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 10 Problems and Solutions

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