Difference between revisions of "1978 AHSME Problems/Problem 29"

(Solution)
(Problem)
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
Sides <math>AB,~ BC, ~CD</math> and <math>DA</math>, respectively, of convex quadrilateral <math>ABCD</math> are extended past <math>B,~ C ,~ D</math> and <math>A</math> to points <math>B',~C',~ D'</math> and <math>A'</math>. Also, <math>AB = BB' = 6,~ BC = CC' = 7, ~CD = DD' = 8</math> and <math>DA = AA' = 9</math>; and the area of <math>ABCD</math> is <math>10</math>. The area of <math>A 'B 'C'D'</math> is
 
Sides <math>AB,~ BC, ~CD</math> and <math>DA</math>, respectively, of convex quadrilateral <math>ABCD</math> are extended past <math>B,~ C ,~ D</math> and <math>A</math> to points <math>B',~C',~ D'</math> and <math>A'</math>. Also, <math>AB = BB' = 6,~ BC = CC' = 7, ~CD = DD' = 8</math> and <math>DA = AA' = 9</math>; and the area of <math>ABCD</math> is <math>10</math>. The area of <math>A 'B 'C'D'</math> is
  
<math>\textbf{(A) }20\qquad \textbf{(B) }40\qquad \textbf{(C) }45\qquad \textbf{(D) }50\qquad  \textbf{(E) }60</math>
 
 
==Solution==
 
==Solution==
 
\usepackage{asymptote}
 
 
\begin{asy} [asy]
 
unitsize(1 cm);
 
 
pair A, Ap, B, C, P, Q;
 
 
A = 3*dir(60);
 
Ap = (1,0);
 
B = (0,0);
 
C = (3,0);
 
P = 8/5*dir(60);
 
Q = C + 5/4*dir(120);
 
 
draw(B--P--Q--C--cycle);
 
draw(P--Ap--Q);
 
draw(P--A--Q,dashed);
 
 
label("<math>A</math>", A, N);
 
label("<math>A'</math>", Ap, S);
 
label("<math>B</math>", B, SW);
 
label("<math>C</math>", C, SE);
 
label("<math>P</math>", P, NW);
 
label("<math>Q</math>", Q, NE);
 
[/asy]
 
\end{asy}
 
  
 
Notice that the area of <math>\triangle</math> <math>DAB</math> is the same as that of <math>\triangle</math> <math>A'AB</math> (same base, same height). Thus, the area of <math>\triangle</math> <math>A'AB</math> is twice that (same height, twice the base). Similarly, [<math>\triangle</math> <math>BB'C</math>] = 2 <math>\cdot</math> [<math>\triangle</math> <math>ABC</math>], and so on.
 
Notice that the area of <math>\triangle</math> <math>DAB</math> is the same as that of <math>\triangle</math> <math>A'AB</math> (same base, same height). Thus, the area of <math>\triangle</math> <math>A'AB</math> is twice that (same height, twice the base). Similarly, [<math>\triangle</math> <math>BB'C</math>] = 2 <math>\cdot</math> [<math>\triangle</math> <math>ABC</math>], and so on.

Latest revision as of 14:24, 23 August 2022

Problem

Sides $AB,~ BC, ~CD$ and $DA$, respectively, of convex quadrilateral $ABCD$ are extended past $B,~ C ,~ D$ and $A$ to points $B',~C',~ D'$ and $A'$. Also, $AB = BB' = 6,~ BC = CC' = 7, ~CD = DD' = 8$ and $DA = AA' = 9$; and the area of $ABCD$ is $10$. The area of $A 'B 'C'D'$ is

Solution

Notice that the area of $\triangle$ $DAB$ is the same as that of $\triangle$ $A'AB$ (same base, same height). Thus, the area of $\triangle$ $A'AB$ is twice that (same height, twice the base). Similarly, [$\triangle$ $BB'C$] = 2 $\cdot$ [$\triangle$ $ABC$], and so on.

Adding all of these, we see that the area the four triangles around $ABCD$ is twice [$\triangle$ $DAB$] + [$\triangle$ $ABC$] + [$\triangle$ $BCD$] + [$\triangle$ $CDA$], which is itself twice the area of the quadrilateral $ABCD$. Finally, [$A'B'C'D'$] = [$ABCD$] + 4 $\cdot$ [$ABCD$] = 5 $\cdot$ [$ABCD$] = $\fbox{50}$.

~ Mathavi

Note: Anyone with a diagram would be of great help (still new to LaTex).