Art of Problem Solving

2025 AMC 10A Problems/Problem 15: Difference between revisions

Rainjs (talk | contribs)
Tag: Manual revert
Wildsealvm (talk | contribs)
No edit summary
Line 40: Line 40:
Solution by HumblePotato, written by lhfriend, mistake edited by neo changed <imath>24x^2+10x-56=0</imath> to <imath>24x^2+10x-50=0</imath>
Solution by HumblePotato, written by lhfriend, mistake edited by neo changed <imath>24x^2+10x-56=0</imath> to <imath>24x^2+10x-50=0</imath>


==Soltion 2 (less algebra) ==
==Solution 2 (less algebra) ==


Draw segment <imath>AE.</imath> Segment <imath>AE</imath> is the diagonal of rectangle <imath>ABEF,</imath> so its diagonals have length <imath>\sqrt{7^2+1^2}=\sqrt{50}=5\sqrt2.</imath> From right triangle <imath>AED,</imath> we use pythagorean theorem to find <imath>DE = 5.</imath>
Draw segment <imath>AE.</imath> Segment <imath>AE</imath> is the diagonal of rectangle <imath>ABEF,</imath> so its diagonals have length <imath>\sqrt{7^2+1^2}=\sqrt{50}=5\sqrt2.</imath> From right triangle <imath>AED,</imath> we use pythagorean theorem to find <imath>DE = 5.</imath>
Line 48: Line 48:


~ eqb5000/Esteban Q.
~ eqb5000/Esteban Q.
==Solution 3 (10 second solution🔥) ==
\[
\text{From the answer choices, we can deduce the following:}
\]
If the answer is \(A\), then since \(AB = 1\), we have
\[
CB = \frac{3}{4} \quad \text{and} \quad AC = \frac{5}{4}.
\]
Now, because \(AB = 5\), it follows that
\[
CB = \frac{15}{4}.
\]
Since \(CB = \frac{3}{4}\) and \(EB = 7\), we can find
\[
EC = \frac{25}{4}.
\]
\[
\text{We already know that } \triangle EDC \sim \triangle ABC,
\]
and these calculated side lengths are consistent with the given ratio of similarity.
\[
\text{Moreover, we can observe that both triangles are } 3\!-\!4\!-\!5 \text{ right triangles.}
\]
\[
\text{Thus, the answer is confirmed to be true.}
\]
~ WildSealVM/Vincent M.

Revision as of 15:46, 6 November 2025

Problem

In the figure below, $ABEF$ is a rectangle, $\overline{AD}\perp\overline{DE}$, $AF=7$, $AB=1$, and $AD=5$. [asy] unitsize(1cm); pair A, B, C, D, E, F; A = (5, 5); B = (5.6, 4.2); C = (5, 3.75); D = (5, 0); E = (0, 0); F = (-0.6, 0.8); fill(A--B--C--cycle, gray); dot(A); dot(B); dot(C); dot(D); dot(E); dot(F); label("$A$", A, N); label("$B$", B, (1,0)); label("$C$", C, SE); label("$D$", D, (1,0)); label("$E$", E, S); label("$F$", F, W); draw(A--D--E); draw(A--B--E--F--A); draw(rightanglemark(C, D, E)); [/asy] What is the area of $\triangle ABC$?

$\textbf{(A) } \frac{3}{8} \qquad\textbf{(B) } \frac{4}{9} \qquad\textbf{(C) } \frac{1}{8}\sqrt{13} \qquad\textbf{(D) } \frac{7}{15} \qquad\textbf{(E) } \frac{1}{8}\sqrt{15}$

Solution

Solution 1

Because $ABEF$ is a rectangle, $\angle ABC=90°$. We are given that $\angle BDE=90°$, and since $\angle EAD=\angle BAC$ by vertical angles, $\triangle EAD~\triangle BAC$. Let $AB=x$. By the Pythagorean Theorem, $AC=\sqrt{x^2-1}$. Since $FB=EC=7$, $EA=7=\sqrt{x^2-1}$. Because $AB=x$ and $BD=5$, $AD=5-x$. By similar triangles, \[\frac{7-\sqrt{x^2-1}}{x}=\frac{5-x}{\sqrt{x^2-1}}\]. Cross-multiplying, we get that \[7\sqrt{x^2-1}-x^2+1=5x-x^2\], so \[7\sqrt{x^2-1}=5x-1\]. This is simply a quadratic in $x$: \[24x^2+10x-50=0\], which has positive root $x=\frac{5}{4}$. Since $BC=1$, $AC=\frac{3}{4}$, so $[ABC]=\textbf{(A)} \frac{3}{8}$

Solution by HumblePotato, written by lhfriend, mistake edited by neo changed $24x^2+10x-56=0$ to $24x^2+10x-50=0$

Solution 2 (less algebra)

Draw segment $AE.$ Segment $AE$ is the diagonal of rectangle $ABEF,$ so its diagonals have length $\sqrt{7^2+1^2}=\sqrt{50}=5\sqrt2.$ From right triangle $AED,$ we use pythagorean theorem to find $DE = 5.$

Now, we see similar triangles $CDE$ and $ABC$. Let $CE = a,$ and $CD = b.$ We can find that $AC = 5-b,$ and $CB = 7-a.$ These triangles have a ratio of $\frac {AB}{DE} = \frac{1}{5}.$ So we get that $\frac {5-b}{a} = \frac{1}{5}.$ Cross multplying, we get $a =25-5b.$ And also $\frac{CB}{CD} = \frac{1}{5} = \frac{7-a}{b}.$ Cross multiplying gives $35-5a=b.$ Solving the system of equations, we find $a = 25/4,$ which means $CB = 7-25/4 = 3/4.$ $[ABC] = CB/2,$ which gives $\boxed{[ABC] = 3/8}.$

~ eqb5000/Esteban Q.

Solution 3 (10 second solution🔥)

\[ \text{From the answer choices, we can deduce the following:} \]

If the answer is \(A\), then since \(AB = 1\), we have \[ CB = \frac{3}{4} \quad \text{and} \quad AC = \frac{5}{4}. \]

Now, because \(AB = 5\), it follows that \[ CB = \frac{15}{4}. \]

Since \(CB = \frac{3}{4}\) and \(EB = 7\), we can find \[ EC = \frac{25}{4}. \]

\[ \text{We already know that } \triangle EDC \sim \triangle ABC, \] and these calculated side lengths are consistent with the given ratio of similarity.

\[ \text{Moreover, we can observe that both triangles are } 3\!-\!4\!-\!5 \text{ right triangles.} \]

\[ \text{Thus, the answer is confirmed to be true.} \]

~ WildSealVM/Vincent M.