Difference between revisions of "2025 AMC 8 Problems/Problem 18"
(Created page with "The 2025 AMC 8 is not held yet. Please do not post false problems.") |
|||
(28 intermediate revisions by 18 users not shown) | |||
Line 1: | Line 1: | ||
− | The | + | ==Problem 18== |
+ | |||
+ | The circle shown below on the left has a radius of 1 unit. The region between the circle and the inscribed square is shaded. In the circle shown on the right, one quarter of the region between the circle and the inscribed square is shaded. The shaded regions in the two circles have the same area. What is the radius <math>R</math>, in units, of the circle on the right? | ||
+ | |||
+ | |||
+ | <asy> | ||
+ | |||
+ | unitsize(40); | ||
+ | |||
+ | real a = 0.707; | ||
+ | |||
+ | fill(circle((a,a), 1), grey); | ||
+ | fill((0,0)--(0,1.414)--(1.414,1.414)--(1.414,0)--cycle, white); | ||
+ | draw((0,0)--(0,1.414)--(1.414,1.414)--(1.414,0)--cycle); | ||
+ | draw(circle((a,a), 1)); | ||
+ | |||
+ | draw((0.707,0.707)--(1.414,1.414)); | ||
+ | dot((0.707,0.707)); | ||
+ | label("$1$", (1,1), SE); | ||
+ | |||
+ | |||
+ | |||
+ | fill(circle((4+a, a), 2*a), grey); | ||
+ | fill(shift((4+a,a)) * ((-2,-2)--(1,-2)--(1,2)--(-2,2)--cycle), white); | ||
+ | draw(shift((4+a,a)) * ((-1,-1)--(1,-1)--(1,1)--(-1,1)--cycle)); | ||
+ | draw(circle((4+a, a), 2*a)); | ||
+ | |||
+ | draw((4+a,a)--(5+a,1+a)); | ||
+ | dot((4+a,a)); | ||
+ | label("$R$", (a+4.5,a+0.5), SE); | ||
+ | |||
+ | </asy> | ||
+ | |||
+ | <math>\textbf{(A)}\ \sqrt2\qquad \textbf{(B)}\ 2\qquad \textbf{(C)}\ 2\sqrt2\qquad \textbf{(D)}\ 4\qquad \textbf{(E)}\ 4\sqrt2</math> | ||
+ | |||
+ | ==Solution== | ||
+ | |||
+ | The area of the shaded region in the circle on the left is the area of the circle minus the area of the square, or <math>\big(\pi-2)</math>. The shaded area in the circle on the right is <math>\dfrac{1}{4}</math> of the area of the circle minus the area of the square, or <math>\dfrac{\pi R^2-2R^2}{4}</math>, which can be factored as <math>\dfrac{R^2(\pi-2)}{4}</math>. Since the shaded areas are equal to each other, we have <math>\pi-2=\dfrac{R^2(\pi-2)}{4}</math>, which simplifies to <math>R^2=4</math>. Taking the square root, we have <math>R=\boxed{\text{(B)\ 2}}</math> | ||
+ | |||
+ | ~mrtnvlknv | ||
+ | |||
+ | ==Solution (Trig)== | ||
+ | The side length of the smaller square is <math>\sqrt{2}</math>, which follows from the Pythagorean Theorem since the square is inscribed in a circle of radius <math>1</math>, making the diagonal equal to <math>2</math>. Thus, the area of the square is <math>(\sqrt{2})^2 = 2</math>. The circle in which the square is inscribed has radius <math>1</math>, so its area is <math>\pi \cdot 1^2 = \pi</math>. Therefore, the area of the shaded region (the part of the circle not covered by the square) is <math>\pi - 2</math>. | ||
+ | |||
+ | Now, consider the larger square, which is inscribed in a circle of radius <math>R</math>. This square can be divided into four congruent right triangles by drawing lines from the center of the circle to the vertices of the square. Each triangle has legs of length <math>R</math> and includes a <math>90^\circ</math> angle at the center. Using the triangle area formula <math>\frac{1}{2}ab\sin(C)</math> with <math>a = b = R</math> and <math>C = 90^\circ</math>, each triangle has area <math>\frac{1}{2}R^2</math>. Since there are four such triangles, the area of the square is <math>4 \cdot \frac{1}{2}R^2 = 2R^2</math>. The area of the circle is <math>\pi R^2</math>, so the area of the shaded region (the part of the circle outside the square) is <math>\frac{1}{4}(\pi R^2 - 2R^2) = \frac{1}{4}R^2(\pi - 2)</math>. | ||
+ | |||
+ | We are told that this shaded region also has area equal to <math>\pi - 2</math>, so we set up the equation <math>\frac{1}{4}R^2(\pi - 2) = \pi - 2</math>. Assuming <math>\pi - 2 \neq 0</math>, we divide both sides by <math>\pi - 2</math>, giving <math>\frac{1}{4}R^2 = 1</math>, which leads to <math>R^2 = 4</math>, and finally <math>R = 2</math>. Thus, the answer is <math>\boxed{\text{(B) } 2}</math>. | ||
+ | |||
+ | ~ GREATEST ~ | ||
+ | |||
+ | ==Solution 2== | ||
+ | We start with the first area. Since the square is inscribed, its diagonal is <math>2\implies</math> its side length is <math>\sqrt{2}\implies</math> its area is <math>2</math>, therefore the first area is <math>\pi-2</math>. The second area is <math>\dfrac{R^2\pi-2R^2}{4}</math>, found in a similar manner. Writing and solving the equation, we have <cmath>\pi-2=\dfrac{R^2\pi-2R^2}{4}\implies4(\pi-2)=R^2(\pi-2)\implies R=2.</cmath>The answer is <math>\boxed{\text{(B) }2}</math> ~Tacos_are_yummy_1 | ||
+ | |||
+ | ==Solution 3 (Using similarity)== | ||
+ | Since the two figures are similar, and the 4 regions in the first circle are equal in area to one of the four regions in the second circle, the second figure's area is <math>4</math> times the first figure's area. Therefore, the side lengths are multiplied by a factor of <math>\sqrt{4} = 2</math>, so the answer is <math>1 \cdot 2 = \boxed{\textbf{(B)} 2}</math>. | ||
+ | |||
+ | ~alwaysgonnagiveyouup | ||
+ | |||
+ | ==Solution 4== | ||
+ | (Really similar to Solution 1, but has a more larger explanation for the answer) | ||
+ | First find the area of the smaller circle with the known radius. Since the radius is <math>1</math>, the area of the circle is <math>\pi</math>, and finding the side length of the square would equal to <math>\sqrt{2}</math>. Squaring that gives us the area of the square which is <math>2</math>, and the shaded area of the first one is equal to <math>\pi - 2</math>. The second area can be shortened to <math>\frac{R^2\pi}{4} - \frac{\left(\sqrt{2R^2}\right)^2}{4}</math>, since we only need <math>\frac{1}{4}</math>th of the sections. We then make them equal, which makes this equation: | ||
+ | |||
+ | <math>\pi - 2 = \frac{R^2\pi}{4} - \frac{\left(\sqrt{2R^2}\right)^2}{4}</math> | ||
+ | |||
+ | Simplifying this equation would be <math>4\pi - 8 = R^2\pi - 2R^2</math>. We can factor out the <math>R^2</math> which makes <math>4\pi - 8 = R^2\left(\pi - 2\right)</math>. Dividing out the <math>\pi - 2</math> would give us <math>4</math> on the left side. <math>4 = R^2</math> which leaves us to choice <math>\boxed{\text{(B) }2}</math>. | ||
+ | ~Imhappy62789 | ||
+ | |||
+ | |||
+ | ==Solution 5== | ||
+ | We are given two circles, each with an inscribed square. In the first circle, the radius is 1 unit, and the region between the circle and the inscribed square is shaded. In the second circle, one quarter of the region between the circle and the inscribed square is shaded. The shaded areas in both circles are the same. Our goal is to determine the radius <math>R</math> of the second circle. | ||
+ | |||
+ | '''Step 1: Set up a ratio for the areas of the shaded regions''' | ||
+ | |||
+ | We know that the shaded region in the first circle (with radius 1) and the shaded region in the second circle (with radius <math>R</math>) are proportional in terms of the total area between the circle and the inscribed square. The shaded area in the second circle is one quarter of the total area between the circle and the square, while the shaded area in the first circle is the entire region. | ||
+ | |||
+ | '''Step 2: Relate the areas to the radius''' | ||
+ | |||
+ | Let’s recall that the area between the circle and the inscribed square is proportional to the square of the radius of the circle because the square's side length scales with the radius of the circle. | ||
+ | |||
+ | So, in the first circle with radius 1: | ||
+ | <cmath>\text{Area between circle and square} \propto 1^2 = 1</cmath> | ||
+ | and the shaded area is proportional to the entire area between the circle and the square, i.e., 1. | ||
+ | |||
+ | In the second circle with radius <math>R</math>: | ||
+ | <cmath>\text{Area between circle and square} \propto R^2</cmath> | ||
+ | and the shaded area is one-quarter of this total area, so it is proportional to <math>\frac{1}{4} R^2</math>. | ||
+ | |||
+ | '''Step 3: Set up the ratio of shaded areas''' | ||
+ | |||
+ | We are told that the shaded areas in both circles are the same, so we set up the following equation: | ||
+ | <cmath>1 = \frac{1}{4} R^2</cmath> | ||
+ | |||
+ | '''Step 4: Solve for <math>R</math>''' | ||
+ | |||
+ | Multiply both sides of the equation by 4: | ||
+ | <cmath>4 = R^2</cmath> | ||
+ | Taking the square root of both sides: | ||
+ | <cmath>R = 2</cmath> | ||
+ | |||
+ | Thus, the radius of the second circle is <math>\boxed{\text{(B) 2}}</math>. | ||
+ | |||
+ | ~ [[User:Aoum|aoum]] | ||
+ | |||
+ | == Solution 6 == | ||
+ | |||
+ | Notice that if you shaded the rest of the region between the square and the circle, then the area would be <math>4</math> times the area of the shaded region in the smaller circle. Since the radius changes by a factor of <math>k^2</math>, <math>k^2 = 4</math>, solving for gets you <math>2</math>. Hence, the answer is <math>\fbox{\textbf{(B)}\ 2}</math> | ||
+ | |||
+ | ~Avy11 | ||
+ | |||
+ | == Video Solution by Pi Academy (Clever) == | ||
+ | https://youtu.be/Iv_a3Rz725w?si=E0SI_h1XT8msWgkK | ||
+ | ==Video Solution(Quick, fast, easy!)== | ||
+ | https://youtu.be/fdG7EDW_7xk | ||
+ | |||
+ | ~MC | ||
+ | ==Video Solution 1 by SpreadTheMathLove== | ||
+ | https://www.youtube.com/watch?v=jTTcscvcQmI | ||
+ | |||
+ | ==Video Solution (A Clever Explanation You’ll Get Instantly)== | ||
+ | https://youtu.be/VP7g-s8akMY?si=wti8JNhNkM77LtdZ&t=2146 | ||
+ | ~hsnacademy | ||
+ | |||
+ | ==Video Solution by Thinking Feet== | ||
+ | https://youtu.be/PKMpTS6b988 | ||
+ | |||
+ | ==See Also== | ||
+ | {{AMC8 box|year=2025|num-b=17|num-a=19}} | ||
+ | {{MAA Notice}} | ||
+ | |||
+ | [[Category:Introductory Geometry Problems]] |
Latest revision as of 18:04, 11 June 2025
Contents
[hide]- 1 Problem 18
- 2 Solution
- 3 Solution (Trig)
- 4 Solution 2
- 5 Solution 3 (Using similarity)
- 6 Solution 4
- 7 Solution 5
- 8 Solution 6
- 9 Video Solution by Pi Academy (Clever)
- 10 Video Solution(Quick, fast, easy!)
- 11 Video Solution 1 by SpreadTheMathLove
- 12 Video Solution (A Clever Explanation You’ll Get Instantly)
- 13 Video Solution by Thinking Feet
- 14 See Also
Problem 18
The circle shown below on the left has a radius of 1 unit. The region between the circle and the inscribed square is shaded. In the circle shown on the right, one quarter of the region between the circle and the inscribed square is shaded. The shaded regions in the two circles have the same area. What is the radius , in units, of the circle on the right?
Solution
The area of the shaded region in the circle on the left is the area of the circle minus the area of the square, or . The shaded area in the circle on the right is
of the area of the circle minus the area of the square, or
, which can be factored as
. Since the shaded areas are equal to each other, we have
, which simplifies to
. Taking the square root, we have
~mrtnvlknv
Solution (Trig)
The side length of the smaller square is , which follows from the Pythagorean Theorem since the square is inscribed in a circle of radius
, making the diagonal equal to
. Thus, the area of the square is
. The circle in which the square is inscribed has radius
, so its area is
. Therefore, the area of the shaded region (the part of the circle not covered by the square) is
.
Now, consider the larger square, which is inscribed in a circle of radius . This square can be divided into four congruent right triangles by drawing lines from the center of the circle to the vertices of the square. Each triangle has legs of length
and includes a
angle at the center. Using the triangle area formula
with
and
, each triangle has area
. Since there are four such triangles, the area of the square is
. The area of the circle is
, so the area of the shaded region (the part of the circle outside the square) is
.
We are told that this shaded region also has area equal to , so we set up the equation
. Assuming
, we divide both sides by
, giving
, which leads to
, and finally
. Thus, the answer is
.
~ GREATEST ~
Solution 2
We start with the first area. Since the square is inscribed, its diagonal is its side length is
its area is
, therefore the first area is
. The second area is
, found in a similar manner. Writing and solving the equation, we have
The answer is
~Tacos_are_yummy_1
Solution 3 (Using similarity)
Since the two figures are similar, and the 4 regions in the first circle are equal in area to one of the four regions in the second circle, the second figure's area is times the first figure's area. Therefore, the side lengths are multiplied by a factor of
, so the answer is
.
~alwaysgonnagiveyouup
Solution 4
(Really similar to Solution 1, but has a more larger explanation for the answer)
First find the area of the smaller circle with the known radius. Since the radius is , the area of the circle is
, and finding the side length of the square would equal to
. Squaring that gives us the area of the square which is
, and the shaded area of the first one is equal to
. The second area can be shortened to
, since we only need
th of the sections. We then make them equal, which makes this equation:
Simplifying this equation would be . We can factor out the
which makes
. Dividing out the
would give us
on the left side.
which leaves us to choice
.
~Imhappy62789
Solution 5
We are given two circles, each with an inscribed square. In the first circle, the radius is 1 unit, and the region between the circle and the inscribed square is shaded. In the second circle, one quarter of the region between the circle and the inscribed square is shaded. The shaded areas in both circles are the same. Our goal is to determine the radius of the second circle.
Step 1: Set up a ratio for the areas of the shaded regions
We know that the shaded region in the first circle (with radius 1) and the shaded region in the second circle (with radius ) are proportional in terms of the total area between the circle and the inscribed square. The shaded area in the second circle is one quarter of the total area between the circle and the square, while the shaded area in the first circle is the entire region.
Step 2: Relate the areas to the radius
Let’s recall that the area between the circle and the inscribed square is proportional to the square of the radius of the circle because the square's side length scales with the radius of the circle.
So, in the first circle with radius 1:
and the shaded area is proportional to the entire area between the circle and the square, i.e., 1.
In the second circle with radius :
and the shaded area is one-quarter of this total area, so it is proportional to
.
Step 3: Set up the ratio of shaded areas
We are told that the shaded areas in both circles are the same, so we set up the following equation:
Step 4: Solve for
Multiply both sides of the equation by 4:
Taking the square root of both sides:
Thus, the radius of the second circle is .
~ aoum
Solution 6
Notice that if you shaded the rest of the region between the square and the circle, then the area would be times the area of the shaded region in the smaller circle. Since the radius changes by a factor of
,
, solving for gets you
. Hence, the answer is
~Avy11
Video Solution by Pi Academy (Clever)
https://youtu.be/Iv_a3Rz725w?si=E0SI_h1XT8msWgkK
Video Solution(Quick, fast, easy!)
~MC
Video Solution 1 by SpreadTheMathLove
https://www.youtube.com/watch?v=jTTcscvcQmI
Video Solution (A Clever Explanation You’ll Get Instantly)
https://youtu.be/VP7g-s8akMY?si=wti8JNhNkM77LtdZ&t=2146 ~hsnacademy
Video Solution by Thinking Feet
See Also
2025 AMC 8 (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 AJHSME/AMC 8 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.