Difference between revisions of "2021 AMC 10B Problems/Problem 23"
(→Solution) |
Mathboy282 (talk | contribs) (→Image) |
||
(28 intermediate revisions by 11 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | A square with side length <math>8</math> is colored white except for <math>4</math> black isosceles right triangular regions with legs of length <math>2</math> in each corner of the square and a black diamond with side length <math>2\sqrt{2}</math> in the center of the square, as shown in the diagram. A circular coin with diameter <math>1</math> is dropped onto the square and lands in a random location where the coin is completely contained within the square. The probability that the coin will cover part of the black region of the square can be written as <math>\frac{1}{196}(a+b\sqrt{2}+\pi)</math>, where <math>a</math> and <math>b</math> are positive integers. What is <math>a+b</math>? | + | A square with side length <math>8</math> is colored white except for <math>4</math> black isosceles right triangular regions with legs of length <math>2</math> in each corner of the square and a black diamond with side length <math>2\sqrt{2}</math> in the center of the square, as shown in the diagram. A circular coin with diameter <math>1</math> is dropped onto the square and lands in a random location where the coin is completely contained within the square. The probability that the coin will cover part of the black region of the square can be written as <math>\frac{1}{196}\left(a+b\sqrt{2}+\pi\right)</math>, where <math>a</math> and <math>b</math> are positive integers. What is <math>a+b</math>? |
<asy> | <asy> | ||
/* Made by samrocksnature */ | /* Made by samrocksnature */ | ||
Line 9: | Line 9: | ||
fill((0,6)--(2,8)--(0,8)--cycle, black); | fill((0,6)--(2,8)--(0,8)--cycle, black); | ||
fill((4,6)--(2,4)--(4,2)--(6,4)--cycle, black); | fill((4,6)--(2,4)--(4,2)--(6,4)--cycle, black); | ||
− | filldraw(circle((2.6,3.31),0. | + | filldraw(circle((2.6,3.31),0.5),gray); |
</asy> | </asy> | ||
− | |||
<math>\textbf{(A)} ~64 \qquad\textbf{(B)} ~66 \qquad\textbf{(C)} ~68 \qquad\textbf{(D)} ~70 \qquad\textbf{(E)} ~72</math> | <math>\textbf{(A)} ~64 \qquad\textbf{(B)} ~66 \qquad\textbf{(C)} ~68 \qquad\textbf{(D)} ~70 \qquad\textbf{(E)} ~72</math> | ||
+ | == Diagram == | ||
+ | Note that the center of the coin can lie anywhere inside a green region, as shown below. | ||
+ | <asy> | ||
+ | /* Made by MRENTHUSIASM */ | ||
+ | draw((0,0)--(8,0)--(8,8)--(0,8)--(0,0)); | ||
+ | fill((2,0)--(0,2)--(0,0)--cycle, black); | ||
+ | fill((6,0)--(8,0)--(8,2)--cycle, black); | ||
+ | fill((8,6)--(8,8)--(6,8)--cycle, black); | ||
+ | fill((0,6)--(2,8)--(0,8)--cycle, black); | ||
+ | fill((4,6)--(2,4)--(4,2)--(6,4)--cycle, black); | ||
+ | draw((0.5,7.5)--(0.5+1+sqrt(2)/2,7.5)--(0.5,7.5-1-sqrt(2)/2)--cycle, green); | ||
+ | draw((0.5,0.5)--(0.5+1+sqrt(2)/2,0.5)--(0.5,0.5+1+sqrt(2)/2)--cycle, green); | ||
+ | draw((7.5,7.5)--(7.5-1-sqrt(2)/2,7.5)--(7.5,7.5-1-sqrt(2)/2)--cycle, green); | ||
+ | draw((7.5,0.5)--(7.5-1-sqrt(2)/2,0.5)--(7.5,0.5+1+sqrt(2)/2)--cycle, green); | ||
+ | draw(Arc((4,6),0.5,135,45)--Arc((6,4),0.5,45,-45)--Arc((4,2),0.5,-45,-135)--Arc((2,4),0.5,225,135)--cycle, green); | ||
+ | </asy> | ||
+ | ~MRENTHUSIASM | ||
== Solution == | == Solution == | ||
− | To find the probability, we look at the <math>\frac{\text{success region}}{\text{total possible region}}</math>. For the coin to be completely contained within the square, we must have the distance from the center of the coin to a side of the square to be at least <math>\frac{1}{2}</math>, as it's the radius of the coin. This implies the <math>\text{total possible region}</math> is a square with side length <math>8 - \frac{1}{2} - \frac{1}{2} = 7</math>, with an area of <math>49</math>. Now, we consider cases | + | |
+ | To find the probability, we look at the <math>\frac{\text{success region}}{\text{total possible region}}</math>. For the coin to be completely contained within the square, we must have the distance from the center of the coin to a side of the square to be at least <math>\frac{1}{2}</math>, as it's the radius of the coin. This implies the <math>\text{total possible region}</math> is a square with side length <math>8 - \frac{1}{2} - \frac{1}{2} = 7</math>, with an area of <math>49</math>. Now, we consider cases where needs to land to partially cover a black region. | ||
<b> Near The Center Square </b> | <b> Near The Center Square </b> | ||
− | We can have the center of the coin land within <math>\frac{1}{2}</math> of the center square, or inside of the center square. | + | We can have the center of the coin land within <math>\frac{1}{2}</math> outside of the center square, or inside of the center square. So, we have a region with <math>\frac{1}{2}</math> emanating from every point on the exterior of the square, forming four quarter circles and four rectangles. The four quarter circles combine to make a full circle of radius <math>\frac{1}{2}</math>, so the area is <math>\frac{\pi}{4}</math>. The area of a rectangle is <math>2 \sqrt 2 \cdot \frac{1}{2} = \sqrt 2</math>, so <math>4</math> of them combine to an area of <math>4 \sqrt 2</math>. The area of the black square is simply <math>\left(2\sqrt 2\right)^2 = 8</math>. So, for this case, we have a combined total of <math>8 + 4\sqrt 2 + \frac{\pi}{4}</math>. Onto the second (and last) case. |
<b> Near A Triangle </b> | <b> Near A Triangle </b> | ||
− | We can also have the coin land within <math>\frac{1}{2}</math> of one of the triangles. By symmetry, we can just find the successful region for one of them, then multiply by <math>4</math>. Consider | + | We can also have the coin land within <math>\frac{1}{2}</math> outside of one of the triangles. By symmetry, we can just find the successful region for one of them, then multiply by <math>4</math>. Consider the above diagram. We can draw an altitude from the bottom corner of the square to hit the hypotenuse of the green triangle. The length of this when passing through the black region is <math>\sqrt 2</math>, and when passing through the white region (while being contained in the green triangle) is <math>\frac{1}{2}</math>. However, we have to subtract off when it doesn't pass through the red square. Then, it's the hypotenuse of a small isosceles right triangle with side lengths of <math>\dfrac{1}{2}</math> which is <math>\dfrac{\sqrt{2}}{2}.</math> So, the altitude of the green triangle is <math>\sqrt 2 + \frac{1}{2} - \frac{\sqrt 2}{2} = \frac{\sqrt 2 + 1}{2}</math>. Then, recall, the area of an isosceles right triangle is <math>h^2</math>, where <math>h</math> is the altitude from the right angle. So, squaring this, we get <math>\frac{3 + 2\sqrt 2}{4}</math>. Now, we have to multiply this by <math>4</math> to account for all of the black triangles, to get <math>3 + 2\sqrt 2</math> as the final area for this case. |
+ | |||
+ | <b> Finishing </b> | ||
+ | Then, to have the coin touching a black region, we add up the area of our successful regions, or <math>8 + 4\sqrt 2 + \frac{\pi}{4} + 3 + 2\sqrt 2 = 11 + 6\sqrt 2 + \frac{\pi}{4} = \frac{44 + 24\sqrt 2 + \pi}{4}</math>. The total region is <math>49</math>, so our probability is <math>\frac{\frac{44 + 24\sqrt 2 + \pi}{4}}{49} = \frac{44 + 24\sqrt 2 + \pi}{196}</math>, which implies <math>a+b = 44+24 = 68</math>. This corresponds to answer choice <math>\boxed{\textbf{(C)} ~68}</math>. | ||
− | + | ~rocketsri | |
+ | ~ minor edit from jrepsa | ||
+ | ~ minor edit from lpieleanu | ||
+ | |||
+ | ===Image=== | ||
+ | [[File:2021 10B23.png]] | ||
− | + | ~mathboy282 | |
== Video Solution by OmegaLearn (Similar Triangles and Area Calculations) == | == Video Solution by OmegaLearn (Similar Triangles and Area Calculations) == | ||
Line 36: | Line 61: | ||
~ pi_is_3.14 | ~ pi_is_3.14 | ||
+ | == Video Solution by Interstigation (Using Casework) == | ||
+ | https://youtu.be/QYLg-xOtmPc | ||
+ | |||
+ | ~ Interstigation | ||
+ | ==Video Solution by The Power of Logic == | ||
+ | https://www.youtube.com/watch?v=o3_kUpWUokw | ||
+ | ==See Also== | ||
{{AMC10 box|year=2021|ab=B|num-b=22|num-a=24}} | {{AMC10 box|year=2021|ab=B|num-b=22|num-a=24}} | ||
+ | {{MAA Notice}} |
Latest revision as of 21:11, 2 November 2024
Contents
Problem
A square with side length is colored white except for black isosceles right triangular regions with legs of length in each corner of the square and a black diamond with side length in the center of the square, as shown in the diagram. A circular coin with diameter is dropped onto the square and lands in a random location where the coin is completely contained within the square. The probability that the coin will cover part of the black region of the square can be written as , where and are positive integers. What is ?
Diagram
Note that the center of the coin can lie anywhere inside a green region, as shown below. ~MRENTHUSIASM
Solution
To find the probability, we look at the . For the coin to be completely contained within the square, we must have the distance from the center of the coin to a side of the square to be at least , as it's the radius of the coin. This implies the is a square with side length , with an area of . Now, we consider cases where needs to land to partially cover a black region.
Near The Center Square
We can have the center of the coin land within outside of the center square, or inside of the center square. So, we have a region with emanating from every point on the exterior of the square, forming four quarter circles and four rectangles. The four quarter circles combine to make a full circle of radius , so the area is . The area of a rectangle is , so of them combine to an area of . The area of the black square is simply . So, for this case, we have a combined total of . Onto the second (and last) case.
Near A Triangle
We can also have the coin land within outside of one of the triangles. By symmetry, we can just find the successful region for one of them, then multiply by . Consider the above diagram. We can draw an altitude from the bottom corner of the square to hit the hypotenuse of the green triangle. The length of this when passing through the black region is , and when passing through the white region (while being contained in the green triangle) is . However, we have to subtract off when it doesn't pass through the red square. Then, it's the hypotenuse of a small isosceles right triangle with side lengths of which is So, the altitude of the green triangle is . Then, recall, the area of an isosceles right triangle is , where is the altitude from the right angle. So, squaring this, we get . Now, we have to multiply this by to account for all of the black triangles, to get as the final area for this case.
Finishing
Then, to have the coin touching a black region, we add up the area of our successful regions, or . The total region is , so our probability is , which implies . This corresponds to answer choice .
~rocketsri ~ minor edit from jrepsa ~ minor edit from lpieleanu
Image
~mathboy282
Video Solution by OmegaLearn (Similar Triangles and Area Calculations)
~ pi_is_3.14
Video Solution by Interstigation (Using Casework)
~ Interstigation
Video Solution by The Power of Logic
https://www.youtube.com/watch?v=o3_kUpWUokw
See Also
2021 AMC 10B (Problems • Answer Key • Resources) | ||
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.