Difference between revisions of "2024 AMC 10B Problems/Problem 14"

(Solution 2)
Line 63: Line 63:
 
https://www.youtube.com/watch?v=24EZaeAThuE
 
https://www.youtube.com/watch?v=24EZaeAThuE
  
==See also==
+
==Solution 2==
{{AMC10 box|year=2024|ab=B|num-b=13|num-a=15}}
+
[[Image: 2024_AMC_12B_P09.jpeg|thumb|center|600px|]]
{{AMC12 box|year=2024|ab=B|num-b=8|num-a=10}}
+
~Kathan
{{MAA Notice}}
 

Revision as of 14:02, 14 November 2024

The following problem is from both the 2024 AMC 10B #14 and 2024 AMC 12B #9, so both problems redirect to this page.

Problem

A dartboard is the region B in the coordinate plane consisting of points $(x, y)$ such that $|x| + |y| \le 8$. A target T is the region where $(x^2 + y^2 - 25)^2 \le 49$. A dart is thrown at a random point in B. The probability that the dart lands in T can be expressed as $\frac{m}{n} \pi$, where $m$ and $n$ are relatively prime positive integers. What is $m + n$?

$\textbf{(A) }39 \qquad \textbf{(B) }71 \qquad \textbf{(C) }73 \qquad \textbf{(D) }75 \qquad \textbf{(E) }135 \qquad$

Diagram

[asy] // By Elephant200 // Feel free to adjust the code size(10cm);  pair A = (8, 0); pair B = (0, 8); pair C = (-8, 0); pair D = (0, -8); draw(A--B--C--D--cycle);  label("$(8,0)$", A, NE); label("$(0,8)$", B, NE); label("$(-8,0)$", C, SW); label("$(0,-8)$", D, SW);  filldraw(circle((0,0),4*sqrt(2)), gray); filldraw(circle((0,0),3*sqrt(2)), white);  draw((-12, 0)--(12,0),EndArrow(5)); draw((12, 0)--(-12,0),EndArrow(5)); draw((0,-12)--(0,12), EndArrow(5)); draw((0,12)--(0,-12),EndArrow(5)); [/asy] ~Elephant200

Solution 1

Inequalities of the form $|x|+|y| \le 8$ are well-known and correspond to a square in space with centre at origin and vertices at $(8, 0)$, $(-8, 0)$, $(0, 8)$, $(0, -8)$. The diagonal length of this square is clearly $16$, so it has an area of \[\frac{1}{2} \cdot 16 \cdot 16 = 128\] Now, \[(x^2 + y^2 - 25)^2 \le 49\] Converting to polar form, \[r^2 - 25 \le 7 \implies r \le \sqrt{32},\] and \[r^2 - 25 \ge -7\implies r\ge \sqrt{18}.\]

The union of these inequalities is the circular region $\mathcal{R}$ for which every circle in $\mathcal{R}$ has a radius between $\sqrt{18}$ and $\sqrt{32}$, inclusive. The area of such a region is thus $\pi(32-18)=14\pi.$ The requested probability is therefore $\frac{14\pi}{128} = \frac{7\pi}{64},$ yielding $(m,n)=(7,64).$ We have $m+n=7+64=\boxed{\textbf{(B)}\ 71}.$

-anonymous, countmath1

Video Solution 1 by Pi Academy (Fast and Easy ⚡🚀)

https://youtu.be/YqKmvSR1Ckk?feature=shared

~ Pi Academy

Video Solution 2 by SpreadTheMathLove

https://www.youtube.com/watch?v=24EZaeAThuE

Solution 2

2024 AMC 12B P09.jpeg

~Kathan