Difference between revisions of "2021 AMC 10B Problems/Problem 8"
MRENTHUSIASM (talk | contribs) |
MRENTHUSIASM (talk | contribs) m (→Solution 3 (Brute Force: Draws All 225 Squares Out)) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 82: | Line 82: | ||
add(grid(15,15,linewidth(1.25))); | add(grid(15,15,linewidth(1.25))); | ||
− | draw( | + | draw((1.5,13.5)--(14.5,13.5)--(14.5,0.5)--(0.5,0.5)--(0.5,14.5)--(14.5,14.5),red+linewidth(1.125),EndArrow); |
− | |||
− | |||
</asy> | </asy> | ||
By observations, we proceed as follows: | By observations, we proceed as follows: | ||
Line 116: | Line 114: | ||
add(grid(15,15,linewidth(1.25))); | add(grid(15,15,linewidth(1.25))); | ||
− | draw( | + | draw((1.5,13.5)--(14.5,13.5)--(14.5,0.5)--(0.5,0.5)--(0.5,14.5)--(14.5,14.5),red+linewidth(1.125),EndArrow); |
− | |||
− | |||
</asy> | </asy> | ||
By observations, we proceed as follows: | By observations, we proceed as follows: | ||
<cmath>\begin{alignat*}{6} | <cmath>\begin{alignat*}{6} | ||
− | A=15^2=225 | + | A=15^2=225 |
\quad &\implies \quad &B &= \hspace{1mm}&&A-14\hspace{1mm} &= 211& \\ | \quad &\implies \quad &B &= \hspace{1mm}&&A-14\hspace{1mm} &= 211& \\ | ||
\quad &\implies \quad &C &= &&B-1 &= 210& \\ | \quad &\implies \quad &C &= &&B-1 &= 210& \\ | ||
Line 128: | Line 124: | ||
\quad &\implies \quad &E &= &&D-14 &= 183& \\ | \quad &\implies \quad &E &= &&D-14 &= 183& \\ | ||
\quad &\implies \quad &F &= &&E-13 &= 170& \\ | \quad &\implies \quad &F &= &&E-13 &= 170& \\ | ||
− | \quad &\implies \quad &G &= &&F-13 &= 157. | + | \quad &\implies \quad &G &= &&F-13 &= 157&. |
\end{alignat*}</cmath> | \end{alignat*}</cmath> | ||
Therefore, the answer is <math>C+G=\boxed{\textbf{(A)} ~367}.</math> | Therefore, the answer is <math>C+G=\boxed{\textbf{(A)} ~367}.</math> | ||
− | ~Dynosol | + | ~MRENTHUSIASM ~Dynosol |
− | |||
− | |||
==Solution 3 (Brute Force: Draws All 225 Squares Out)== | ==Solution 3 (Brute Force: Draws All 225 Squares Out)== | ||
From the full diagram below, the answer is <math>210+157=\boxed{\textbf{(A)} ~367}.</math> | From the full diagram below, the answer is <math>210+157=\boxed{\textbf{(A)} ~367}.</math> | ||
− | <asy> /* Made by MRENTHUSIASM */ | + | <asy> |
+ | /* Made by MRENTHUSIASM */ | ||
size(11.5cm); | size(11.5cm); | ||
Line 174: | Line 169: | ||
} | } | ||
</asy> | </asy> | ||
− | + | <b>This solution is extremely time-consuming and error-prone. Please do not try it in a real competition unless you have no other options.</b> | |
− | ~Taco12 | + | ~MRENTHUSIASM ~Taco12 |
== Video Solution by OmegaLearn (Using Pattern Finding) == | == Video Solution by OmegaLearn (Using Pattern Finding) == |
Revision as of 15:24, 9 January 2023
Contents
- 1 Problem
- 2 Solution 1 (Observations and Patterns: Considers Only 5 Squares)
- 3 Solution 2 (Observations and Patterns: Considers Only 7 Squares)
- 4 Solution 3 (Brute Force: Draws All 225 Squares Out)
- 5 Video Solution by OmegaLearn (Using Pattern Finding)
- 6 Video Solution by TheBeautyofMath
- 7 Video Solution by Interstigation
- 8 See Also
Problem
Mr. Zhou places all the integers from to into a by grid. He places in the middle square (eighth row and eighth column) and places other numbers one by one clockwise, as shown in part in the diagram below. What is the sum of the greatest number and the least number that appear in the second row from the top?
Solution 1 (Observations and Patterns: Considers Only 5 Squares)
In the diagram below, the red arrows indicate the progression of numbers. In the second row from the top, the greatest number and the least number are and respectively. Note that the numbers in the yellow cells are consecutive odd perfect squares, as we can prove by induction. By observations, we proceed as follows: Therefore, the answer is
~MRENTHUSIASM
Solution 2 (Observations and Patterns: Considers Only 7 Squares)
In the diagram below, the red arrows indicate the progression of numbers. In the second row from the top, the greatest number and the least number are and respectively. By observations, we proceed as follows: Therefore, the answer is
~MRENTHUSIASM ~Dynosol
Solution 3 (Brute Force: Draws All 225 Squares Out)
From the full diagram below, the answer is This solution is extremely time-consuming and error-prone. Please do not try it in a real competition unless you have no other options.
~MRENTHUSIASM ~Taco12
Video Solution by OmegaLearn (Using Pattern Finding)
~ pi_is_3.14
Video Solution by TheBeautyofMath
https://youtu.be/GYpAm8v1h-U?t=412
~IceMatrix
Video Solution by Interstigation
https://youtu.be/DvpN56Ob6Zw?t=667
~Interstigation
See Also
2021 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 7 |
Followed by Problem 9 | |
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.