Difference between revisions of "2021 AMC 10B Problems/Problem 8"
(Created page with "yeet the answer's f") |
|||
Line 1: | Line 1: | ||
− | + | ==Problem== | |
− | the | + | Mr. Zhou places all the integers from <math>1</math> to <math>225</math> into a <math>15</math> by <math>15</math> grid. He places <math>1</math> 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? |
− | + | [asy] | |
− | + | /* Made by samrocksnature */ | |
+ | add(grid(7,7)); | ||
+ | label("<math>\dots</math>", (0.5,0.5)); | ||
+ | label("<math>\dots</math>", (1.5,0.5)); | ||
+ | label("<math>\dots</math>", (2.5,0.5)); | ||
+ | label("<math>\dots</math>", (3.5,0.5)); | ||
+ | label("<math>\dots</math>", (4.5,0.5)); | ||
+ | label("<math>\dots</math>", (5.5,0.5)); | ||
+ | label("<math>\dots</math>", (6.5,0.5)); | ||
+ | label("<math>\dots</math>", (1.5,0.5)); | ||
+ | label("<math>\dots</math>", (0.5,1.5)); | ||
+ | label("<math>\dots</math>", (0.5,2.5)); | ||
+ | label("<math>\dots</math>", (0.5,3.5)); | ||
+ | label("<math>\dots</math>", (0.5,4.5)); | ||
+ | label("<math>\dots</math>", (0.5,5.5)); | ||
+ | label("<math>\dots</math>", (0.5,6.5)); | ||
+ | label("<math>\dots</math>", (6.5,0.5)); | ||
+ | label("<math>\dots</math>", (6.5,1.5)); | ||
+ | label("<math>\dots</math>", (6.5,2.5)); | ||
+ | label("<math>\dots</math>", (6.5,3.5)); | ||
+ | label("<math>\dots</math>", (6.5,4.5)); | ||
+ | label("<math>\dots</math>", (6.5,5.5)); | ||
+ | label("<math>\dots</math>", (0.5,6.5)); | ||
+ | label("<math>\dots</math>", (1.5,6.5)); | ||
+ | label("<math>\dots</math>", (2.5,6.5)); | ||
+ | label("<math>\dots</math>", (3.5,6.5)); | ||
+ | label("<math>\dots</math>", (4.5,6.5)); | ||
+ | label("<math>\dots</math>", (5.5,6.5)); | ||
+ | label("<math>\dots</math>", (6.5,6.5)); | ||
+ | label("<math>17</math>", (1.5,1.5)); | ||
+ | label("<math>18</math>", (1.5,2.5)); | ||
+ | label("<math>19</math>", (1.5,3.5)); | ||
+ | label("<math>20</math>", (1.5,4.5)); | ||
+ | label("<math>21</math>", (1.5,5.5)); | ||
+ | label("<math>16</math>", (2.5,1.5)); | ||
+ | label("<math>5</math>", (2.5,2.5)); | ||
+ | label("<math>6</math>", (2.5,3.5)); | ||
+ | label("<math>7</math>", (2.5,4.5)); | ||
+ | label("<math>22</math>", (2.5,5.5)); | ||
+ | label("<math>15</math>", (3.5,1.5)); | ||
+ | label("<math>4</math>", (3.5,2.5)); | ||
+ | label("<math>1</math>", (3.5,3.5)); | ||
+ | label("<math>8</math>", (3.5,4.5)); | ||
+ | label("<math>23</math>", (3.5,5.5)); | ||
+ | label("<math>14</math>", (4.5,1.5)); | ||
+ | label("<math>3</math>", (4.5,2.5)); | ||
+ | label("<math>2</math>", (4.5,3.5)); | ||
+ | label("<math>9</math>", (4.5,4.5)); | ||
+ | label("<math>24</math>", (4.5,5.5)); | ||
+ | label("<math>13</math>", (5.5,1.5)); | ||
+ | label("<math>12</math>", (5.5,2.5)); | ||
+ | label("<math>11</math>", (5.5,3.5)); | ||
+ | label("<math>10</math>", (5.5,4.5)); | ||
+ | label("<math>25</math>", (5.5,5.5)); | ||
+ | [/asy] | ||
+ | |||
+ | <math>\textbf{(A)} ~367 \qquad\textbf{(B)} ~368 \qquad\textbf{(C)} ~369 \qquad\textbf{(D)} ~379 \qquad\textbf{(E)} ~380</math> |
Revision as of 17:34, 11 February 2021
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? [asy] /* Made by samrocksnature */ add(grid(7,7)); label("", (0.5,0.5)); label("", (1.5,0.5)); label("", (2.5,0.5)); label("", (3.5,0.5)); label("", (4.5,0.5)); label("", (5.5,0.5)); label("", (6.5,0.5)); label("", (1.5,0.5)); label("", (0.5,1.5)); label("", (0.5,2.5)); label("", (0.5,3.5)); label("", (0.5,4.5)); label("", (0.5,5.5)); label("", (0.5,6.5)); label("", (6.5,0.5)); label("", (6.5,1.5)); label("", (6.5,2.5)); label("", (6.5,3.5)); label("", (6.5,4.5)); label("", (6.5,5.5)); label("", (0.5,6.5)); label("", (1.5,6.5)); label("", (2.5,6.5)); label("", (3.5,6.5)); label("", (4.5,6.5)); label("", (5.5,6.5)); label("", (6.5,6.5)); label("", (1.5,1.5)); label("", (1.5,2.5)); label("", (1.5,3.5)); label("", (1.5,4.5)); label("", (1.5,5.5)); label("", (2.5,1.5)); label("", (2.5,2.5)); label("", (2.5,3.5)); label("", (2.5,4.5)); label("", (2.5,5.5)); label("", (3.5,1.5)); label("", (3.5,2.5)); label("", (3.5,3.5)); label("", (3.5,4.5)); label("", (3.5,5.5)); label("", (4.5,1.5)); label("", (4.5,2.5)); label("", (4.5,3.5)); label("", (4.5,4.5)); label("", (4.5,5.5)); label("", (5.5,1.5)); label("", (5.5,2.5)); label("", (5.5,3.5)); label("", (5.5,4.5)); label("", (5.5,5.5)); [/asy]