Difference between revisions of "2019 AMC 10A Problems/Problem 21"
(→Solution 4 (Similar Triangles)) |
Sevenoptimus (talk | contribs) (Re-ordered the solutions, improved formatting, grammar, and clarity, added more detailed explanation, and removed an irrelevant attribution) |
||
Line 14: | Line 14: | ||
==Diagram== | ==Diagram== | ||
− | 3D | + | 3D: |
<asy> | <asy> | ||
import graph3; | import graph3; | ||
Line 28: | Line 28: | ||
draw((2,2/3,sqrt(5)/3)--(-2,2/3,sqrt(5)/3)); | draw((2,2/3,sqrt(5)/3)--(-2,2/3,sqrt(5)/3)); | ||
</asy> | </asy> | ||
− | Plane through triangle | + | Plane through triangle: |
<asy> | <asy> | ||
draw((0,0)--(12,9)--(24,0)--cycle); | draw((0,0)--(12,9)--(24,0)--cycle); | ||
Line 43: | Line 43: | ||
==Solution 1== | ==Solution 1== | ||
− | The triangle is placed on the sphere so that three sides are tangent to the sphere. The cross-section of the sphere created by the plane of the triangle is also the incircle of the triangle. To find the inradius, use <math>\text{area} = \text{inradius} \cdot \text{semiperimeter}</math>. The area of the triangle can be found by drawing an altitude from the vertex between sides with length <math>15</math> to the midpoint of the side with length <math>24</math>. The Pythagorean triple <math>9</math> - <math>12</math> - <math>15</math> | + | The triangle is placed on the sphere so that its three sides are tangent to the sphere. The cross-section of the sphere created by the plane of the triangle is also the incircle of the triangle. To find the inradius, use <math>\text{area} = \text{inradius} \cdot \text{semiperimeter}</math>. The area of the triangle can be found by drawing an altitude from the vertex between sides with length <math>15</math> to the midpoint of the side with length <math>24</math>. The Pythagorean triple <math>9</math> - <math>12</math> - <math>15</math> allows us easily to determine that the base is <math>24</math> and the height is <math>9</math>. The formula <math>\frac {\text{base} \cdot \text{height}} {2}</math> can also be used to find the area of the triangle as <math>108</math>, while te semiperimeter is simply <math>\frac {15 + 15 + 24} {2} = 27</math>. After plugging into the equation, we thus get <math>108 = \text{inradius} \cdot 27</math>, so the inradius is <math>4</math>. Now, let the distance between <math>O</math> and the triangle be <math>x</math>. Choose a point on the incircle and denote it by <math>A</math>. The distance <math>OA</math> is <math>6</math>, because it is just the radius of the sphere. The distance from point <math>A</math> to the center of the incircle is <math>4</math>, because it is the radius of the incircle. By using the Pythagorean Theorem, we thus find <math>x = \sqrt{6^2-4^2}=\sqrt{20} = \boxed{\textbf {(D) } 2 \sqrt {5}}</math>. |
− | ==Solution 2 | + | ==Solution 2== |
− | + | As in Solution 1, we note that by the Pythagorean Theorem, the height of the triangle is <math>9</math>, and that the three sides of the triangle are tangent to the sphere, so the circle in the cross-section of the sphere is the incenter of the triangle. | |
− | + | Recall that the inradius is the intersection of the angle bisectors. To find the inradius of the incircle, we use the Angle Bisector Theorem. | |
− | |||
− | |||
− | |||
− | Recall that the inradius is the intersection of the angle bisectors. To find the inradius of the incircle, use the | ||
<asy> | <asy> | ||
draw((0,0)--(12,9)--(24,0)--cycle); | draw((0,0)--(12,9)--(24,0)--cycle); | ||
Line 79: | Line 75: | ||
From here, the problem can be solved in the same way as in Solution 1. The answer is <math>\boxed{\textbf {(D) } 2 \sqrt{5}}</math>. | From here, the problem can be solved in the same way as in Solution 1. The answer is <math>\boxed{\textbf {(D) } 2 \sqrt{5}}</math>. | ||
− | ==Solution | + | ==Solution 3 (similar triangles)== |
First, we label a few points: | First, we label a few points: | ||
<asy> | <asy> | ||
Line 101: | Line 97: | ||
</asy> | </asy> | ||
− | We | + | We have that <math>\triangle{BDC}</math> is a <math>3-4-5</math> triangle, so, as in Solution 1, <math>BD = 9</math>. |
From this, we know that <math>\overline{BI}=9-r</math>. | From this, we know that <math>\overline{BI}=9-r</math>. | ||
− | Since AB is tangent to circle I, we know <math>IEB</math> is a right triangle. <math>\triangle{BIE}</math> and <math>\triangle{BDA}</math> share angle <math>DBA</math> so <math>\triangle{BIE} \sim \triangle{BDA}</math> by | + | Since AB is tangent to circle <math>I</math>, we also know <math>IEB</math> is a right triangle. <math>\triangle{BIE}</math> and <math>\triangle{BDA}</math> share angle <math>DBA</math>, so <math>\triangle{BIE} \sim \triangle{BDA}</math> since they have two equal angles. |
− | + | Hence, by this similarity, <math>\dfrac{9-r}{5}=\dfrac{r}{4}</math>. Cross-multiplying, we get <math>36-4r =5r</math>, which gives <math>r=4</math>. | |
− | We take another cross section of the sphere perpendicular to the plane of the triangle. | + | We now take another cross section of the sphere, perpendicular to the plane of the triangle. |
<asy> | <asy> | ||
Line 119: | Line 115: | ||
</asy> | </asy> | ||
− | Using Pythagorean Theorem, we find that the distance from the center to the plane is <math>\boxed{\textbf {(D) } 2 \sqrt{5}}</math>. | + | Using the Pythagorean Theorem, we find that the distance from the center to the plane is <math>\boxed{\textbf {(D) } 2 \sqrt{5}}</math>. |
− | |||
− | - | + | ==Solution 4 (educated guess)== |
+ | Test all the answer choices by plugging them into the expression <math>\sqrt{6^2 - x^2}</math> to find the inradius of the triangle. Seeing that only <math>\sqrt{20} = 2\sqrt{5}</math> gives an integer inradius, we pick <math>\boxed{\textbf {(D) } 2 \sqrt{5}}</math>. | ||
==See Also== | ==See Also== |
Revision as of 00:42, 27 February 2019
- The following problem is from both the 2019 AMC 10A #21 and 2019 AMC 12A #18, so both problems redirect to this page.
Contents
Problem
A sphere with center has radius . A triangle with sides of length and is situated in space so that each of its sides is tangent to the sphere. What is the distance between and the plane determined by the triangle?
Diagram
3D: Plane through triangle:
Solution 1
The triangle is placed on the sphere so that its three sides are tangent to the sphere. The cross-section of the sphere created by the plane of the triangle is also the incircle of the triangle. To find the inradius, use . The area of the triangle can be found by drawing an altitude from the vertex between sides with length to the midpoint of the side with length . The Pythagorean triple - - allows us easily to determine that the base is and the height is . The formula can also be used to find the area of the triangle as , while te semiperimeter is simply . After plugging into the equation, we thus get , so the inradius is . Now, let the distance between and the triangle be . Choose a point on the incircle and denote it by . The distance is , because it is just the radius of the sphere. The distance from point to the center of the incircle is , because it is the radius of the incircle. By using the Pythagorean Theorem, we thus find .
Solution 2
As in Solution 1, we note that by the Pythagorean Theorem, the height of the triangle is , and that the three sides of the triangle are tangent to the sphere, so the circle in the cross-section of the sphere is the incenter of the triangle.
Recall that the inradius is the intersection of the angle bisectors. To find the inradius of the incircle, we use the Angle Bisector Theorem. Since we know that (the height) is equal to , (the inradius) is . From here, the problem can be solved in the same way as in Solution 1. The answer is .
Solution 3 (similar triangles)
First, we label a few points:
We have that is a triangle, so, as in Solution 1, . From this, we know that . Since AB is tangent to circle , we also know is a right triangle. and share angle , so since they have two equal angles. Hence, by this similarity, . Cross-multiplying, we get , which gives . We now take another cross section of the sphere, perpendicular to the plane of the triangle.
Using the Pythagorean Theorem, we find that the distance from the center to the plane is .
Solution 4 (educated guess)
Test all the answer choices by plugging them into the expression to find the inradius of the triangle. Seeing that only gives an integer inradius, we pick .
See Also
2019 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 20 |
Followed by Problem 22 | |
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 |
2019 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 17 |
Followed by Problem 19 |
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 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.