Difference between revisions of "2025 AIME I Problems/Problem 6"

(Solution 1)
(Solution 1)
Line 32: Line 32:
 
==Solution 1==
 
==Solution 1==
 
To begin with, because of tangents from the circle to the bases, the height is <math>2\cdot3=6.</math> The formula for the area of a trapezoid is <math>\frac{h(b_1+b_2)}{2}.</math> Plugging in our known values we have <cmath>\frac{6(r+s)}{2}=72.</cmath> <cmath>r+s=24.</cmath>
 
To begin with, because of tangents from the circle to the bases, the height is <math>2\cdot3=6.</math> The formula for the area of a trapezoid is <math>\frac{h(b_1+b_2)}{2}.</math> Plugging in our known values we have <cmath>\frac{6(r+s)}{2}=72.</cmath> <cmath>r+s=24.</cmath>
Next, we use Pitot's Theorem which states for tangential quadrilaterals <math>AB+CD=AD+BC.</math> Since we are given ABCD is an isocelese trapezoid we have <math>AD=BC=x.</math> Using Pitot's we find, <cmath>AB+CD=r+s=2x=24.</cmath> <cmath>x=12.</cmath> Finally we can use the Pythagorean Theorem by dropping an altitude from D, <cmath>(\frac{r - s}{2})^2 + 6^2 = 12^2.</cmath> <cmath>(\frac{r-s}{2})^2=108.</cmath> <cmath>(r-s)^2=324.</cmath> Noting that <math>\frac{(r + s)^2 + (r - s)^2}{2} = r^2 + s^2</math> we find, <cmath>\frac{(24^2+324)}{2}=\boxed{504}</cmath>
+
Next, we use Pitot's Theorem which states for tangential quadrilaterals <math>AB+CD=AD+BC.</math> Since we are given <math>ABCD</math> is an isosceles trapezoid we have <math>AD=BC=x.</math> Using Pitot's we find, <cmath>AB+CD=r+s=2x=24.</cmath> <cmath>x=12.</cmath> Finally we can use the Pythagorean Theorem by dropping an altitude from D, <cmath>(\frac{r - s}{2})^2 + 6^2 = 12^2.</cmath> <cmath>(\frac{r-s}{2})^2=108.</cmath> <cmath>(r-s)^2=324.</cmath> Noting that <math>\frac{(r + s)^2 + (r - s)^2}{2} = r^2 + s^2</math> we find, <cmath>\frac{(24^2+324)}{2}=\boxed{504}</cmath>
  
 
-mathkiddus
 
-mathkiddus

Revision as of 17:19, 13 February 2025

Problem

An isosceles trapezoid has an inscribed circle tangent to each of its four sides. The radius of the circle is $3$, and the area of the trapezoid is $72$. Let the parallel sides of the trapezoid have lengths $r$ and $s$, with $r \neq s$. Find $r^2+s^2$

Diagram

[asy] unitsize(0.5 cm);  real r = 12 + 6*sqrt(3);  real s = 12 - 6*sqrt(3);  real h = 6;    pair A = (-r/2, 0); pair B = ( r/2, 0); pair C = ( s/2, h); pair D = (-s/2, h);  draw(A--B--C--D--cycle);  pair O = (0, h/2); draw(circle(O, 3));  dot(A); label("$A$", A, SW); dot(B); label("$B$", B, SE); dot(C); label("$C$", C, NE); dot(D); label("$D$", D, NW);  dot(O); label("$O$", (0,h/2), E);  label("$r$", midpoint(A--B), S); label("$s$", midpoint(C--D), N); [/asy]

Solution 1

To begin with, because of tangents from the circle to the bases, the height is $2\cdot3=6.$ The formula for the area of a trapezoid is $\frac{h(b_1+b_2)}{2}.$ Plugging in our known values we have \[\frac{6(r+s)}{2}=72.\] \[r+s=24.\] Next, we use Pitot's Theorem which states for tangential quadrilaterals $AB+CD=AD+BC.$ Since we are given $ABCD$ is an isosceles trapezoid we have $AD=BC=x.$ Using Pitot's we find, \[AB+CD=r+s=2x=24.\] \[x=12.\] Finally we can use the Pythagorean Theorem by dropping an altitude from D, \[(\frac{r - s}{2})^2 + 6^2 = 12^2.\] \[(\frac{r-s}{2})^2=108.\] \[(r-s)^2=324.\] Noting that $\frac{(r + s)^2 + (r - s)^2}{2} = r^2 + s^2$ we find, \[\frac{(24^2+324)}{2}=\boxed{504}\]

-mathkiddus