Difference between revisions of "2024 AMC 12B Problems/Problem 13"
Geowhiz4536 (talk | contribs) (→Solution 4 (Also Easy and Fast)) |
|||
| (19 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
| + | ==Problem 13== | ||
| + | There are real numbers <math>x,y,h</math> and <math>k</math> that satisfy the system of equations<cmath>x^2 + y^2 - 6x - 8y = h</cmath><cmath>x^2 + y^2 - 10x + 4y = k</cmath>What is the minimum possible value of <math>h+k</math>? | ||
| + | |||
| + | <math> | ||
| + | \textbf{(A) }-54 \qquad | ||
| + | \textbf{(B) }-46 \qquad | ||
| + | \textbf{(C) }-34 \qquad | ||
| + | \textbf{(D) }-16 \qquad | ||
| + | \textbf{(E) }16 \qquad | ||
| + | </math> | ||
| + | |||
| + | |||
==Solution 1 (Easy and Fast)== | ==Solution 1 (Easy and Fast)== | ||
| − | Adding up the first and second | + | Adding up the first and second equation, we get: |
| + | <cmath> | ||
| + | \begin{align*} | ||
| + | h + k &= 2x^2 + 2y^2 - 16x - 4y \\ | ||
| + | &= 2(x^2 - 8x) + 2(y^2 - 2y) \\ | ||
| + | &= 2(x^2 - 8x) + 2(y^2 - 2y) \\ | ||
| + | &= 2(x^2 - 8x + 16) - (2)(16) + 2(y^2 - 2y + 1) - (2)(1) \\ | ||
| + | &= 2(x - 4)^2 + 2(y - 1)^2 - 34 | ||
| + | \end{align*} | ||
| + | </cmath> | ||
| + | All squared values must be greater than or equal to <math>0</math>. As we are aiming for the minimum value, we set the two squared terms to be <math>0</math>. | ||
| + | |||
| + | This leads to <math>\min(h + k) = 0 + 0 - 34 = \boxed{\textbf{(C)} -34}</math> | ||
| + | |||
| + | ~mitsuihisashi14 | ||
| + | |||
| + | ==Solution 2 (Coordinate Geometry and AM-GM Inequality)== | ||
| + | |||
| + | [[Image:2024_amc_12B_P13_V2.PNG|thumb|center|500px|]] | ||
| + | |||
| + | <cmath>(x-3)^2 + (y-4)^2 = h + 25 </cmath> | ||
| + | <cmath>(x-5)^2 + (y+2)^2 = k + 29 </cmath> | ||
| + | The distance between 2 circle centers is <cmath>(O_{1}O_{2})^2 = (5-3)^2 + (4 - (-2)) ^2 = 40 </cmath> | ||
| + | The 2 circles must intersect given there exists one or more pairs of (x,y), connecting <math>O_{1}O_{2}</math> and any pair of the 2 circle intersection points gives us a triangle with 3 sides, then | ||
| + | <cmath> radius (O_{1}) + radius (O_{2}) \geq O_{1}O_{2} </cmath> | ||
| + | <cmath>\sqrt{h+25} + \sqrt{k+29} \geq 2\cdot\sqrt{10} </cmath> | ||
| + | Note that they will be equal if and only if the circles are tangent, | ||
| + | |||
| + | Applying the AM-GM inequality (<math> 2(a^2 + b^2) \geq (a+b)^2</math>) in the steps below, we get | ||
| + | <cmath> | ||
| + | h + k + 54 = (h + 25) + (k + 29) =\sqrt{(h + 25)}^2 + \sqrt{(k + 29)}^2 \geq \frac{\left(\sqrt{h + 25} + \sqrt{k + 29}\right)^2}{2} | ||
| + | \geq \frac{\left(2\sqrt{10}\right)^2}{2} = 20. | ||
| + | </cmath> | ||
| − | + | Therefore, <math>h + k \geq 20 - 54 = \boxed{C -34} </math>. | |
| − | |||
| − | + | ~[https://artofproblemsolving.com/wiki/index.php/User:Cyantist luckuso],~[https://artofproblemsolving.com/wiki/index.php/User:ShortPeopleFartalot] | |
| − | = | + | ==Solution 3== |
| + | [[Image: 2024_AMC_12B_P13.jpeg|thumb|center|600px|]] | ||
| + | ~Kathan | ||
| − | + | ==Solution 4 (⚡Very Fast⚡)== | |
| − | + | Begin by completing the square for each equation: | |
| + | <cmath>(x-3)^2 + (y-4)^2 = h + 25</cmath> | ||
| + | <cmath>(x-5)^2 + (y+2)^2 = k + 29</cmath> | ||
| − | ~ | + | We notice that <math>x = 4</math> minimizes the sum of <math>(x-3)^2</math> and <math>(x-5)^2</math>, and <math>y = 1</math> minimizes the sum of <math>(y-4)^2</math> and <math>(y+2)^2</math>. Plug those values into both equations to get <math>1 + 9 = h + 25</math> and <math>1 + 9 = k + 29</math>. Add the two equations to get <math>20 = h + k + 54</math>. Therefore, the minimum value of <math>h + k</math> is <math>\boxed{\textbf{(C)} -34}</math>. |
| + | |||
| + | ~GeoWhiz4536 | ||
| + | |||
| + | ==Video Solution 1 by SpreadTheMathLove== | ||
| + | https://www.youtube.com/watch?v=U0PqhU73yU0 | ||
| + | |||
| + | ==See also== | ||
| + | {{AMC12 box|year=2024|ab=B|num-b=12|num-a=14}} | ||
| + | {{MAA Notice}} | ||
Latest revision as of 19:07, 2 November 2025
Contents
Problem 13
There are real numbers
and
that satisfy the system of equations![]()
What is the minimum possible value of
?
Solution 1 (Easy and Fast)
Adding up the first and second equation, we get:
All squared values must be greater than or equal to
. As we are aiming for the minimum value, we set the two squared terms to be
.
This leads to
~mitsuihisashi14
Solution 2 (Coordinate Geometry and AM-GM Inequality)
The distance between 2 circle centers is
The 2 circles must intersect given there exists one or more pairs of (x,y), connecting
and any pair of the 2 circle intersection points gives us a triangle with 3 sides, then
Note that they will be equal if and only if the circles are tangent,
Applying the AM-GM inequality (
) in the steps below, we get
Therefore,
.
Solution 3
~Kathan
Solution 4 (⚡Very Fast⚡)
Begin by completing the square for each equation:
We notice that
minimizes the sum of
and
, and
minimizes the sum of
and
. Plug those values into both equations to get
and
. Add the two equations to get
. Therefore, the minimum value of
is
.
~GeoWhiz4536
Video Solution 1 by SpreadTheMathLove
https://www.youtube.com/watch?v=U0PqhU73yU0
See also
| 2024 AMC 12B (Problems • Answer Key • Resources) | |
| Preceded by Problem 12 |
Followed by Problem 14 |
| 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 | |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.