Difference between revisions of "2000 AMC 12 Problems/Problem 16"
m (→Solution) |
(→Solution) |
||
(11 intermediate revisions by 5 users not shown) | |||
Line 5: | Line 5: | ||
== Solution == | == Solution == | ||
− | Index the rows with i = 1, 2, 3, ..., 13 | + | Index the rows with <math>i = 1, 2, 3, ..., 13</math> |
− | Index the columns with j = 1, 2, 3, ..., 17 | + | Index the columns with <math>j = 1, 2, 3, ..., 17</math> |
− | For the first row number the cells 1, 2, 3, ..., 17 | + | For the first row number the cells <math>1, 2, 3, ..., 17</math> |
− | For the second, 18, 19, ..., 34 | + | For the second, <math>18, 19, ..., 34</math> |
and so on | and so on | ||
− | So the number in row = i and column = j is | + | So the number in row = <math>i</math> and column = <math>j</math> is |
− | f(i, j) = 17(i-1) + j = 17i + j - 17 | + | <math>f(i, j) = 17(i-1) + j = 17i + j - 17</math> |
Similarly, numbering the same cells columnwise we | Similarly, numbering the same cells columnwise we | ||
− | find the number in row = i and column = j is | + | find the number in row = <math>i</math> and column = <math>j</math> is |
− | g(i, j) = i + 13j - 13 | + | <math>g(i, j) = i + 13j - 13</math> |
So we need to solve | So we need to solve | ||
− | f(i, j) = g(i, j) | + | <math>f(i, j) = g(i, j)</math> |
− | 17i + j - 17 = i + 13j - 13 | + | |
− | 16i = 4 + 12j | + | <math>17i + j - 17 = i + 13j - 13</math> |
− | 4i = 1 + 3j | + | |
− | i = (1 + 3j)/4 | + | <math>16i = 4 + 12j</math> |
+ | |||
+ | <math>4i = 1 + 3j</math> | ||
+ | |||
+ | <math>i = (1 + 3j)/4</math> | ||
We get | We get | ||
− | (i, j) = (1, 1), f(i, j) = g(i, j) = 1 | + | <math>(i, j) = (1, 1), f(i, j) = g(i, j) = 1</math> |
− | (i, j) = (4, 5), f(i, j) = g(i, j) = 56 | + | |
− | (i, j) = (7, 9), f(i, j) = g(i, j) = 111 | + | <math>(i, j) = (4, 5), f(i, j) = g(i, j) = 56</math> |
− | (i, j) = (10, 13), f(i, j) = g(i, j) = 166 | + | |
− | (i, j) = (13, 17), f(i, j) = g(i, j) = 221 | + | <math>(i, j) = (7, 9), f(i, j) = g(i, j) = 111</math> |
+ | |||
+ | <math>(i, j) = (10, 13), f(i, j) = g(i, j) = 166</math> | ||
+ | |||
+ | <math>(i, j) = (13, 17), f(i, j) = g(i, j) = 221</math> | ||
− | D | + | <math>\boxed{D}</math> <math>555</math> |
− | + | == Video Solution == | |
+ | https://youtu.be/qCkyf2XVJcg | ||
== See also == | == See also == |
Latest revision as of 10:28, 3 August 2021
Contents
Problem
A checkerboard of rows and columns has a number written in each square, beginning in the upper left corner, so that the first row is numbered , the second row , and so on down the board. If the board is renumbered so that the left column, top to bottom, is , the second column and so on across the board, some squares have the same numbers in both numbering systems. Find the sum of the numbers in these squares (under either system).
Solution
Index the rows with Index the columns with
For the first row number the cells For the second, and so on
So the number in row = and column = is
Similarly, numbering the same cells columnwise we find the number in row = and column = is
So we need to solve
We get
Video Solution
See also
2000 AMC 12 (Problems • Answer Key • Resources) | |
Preceded by Problem 15 |
Followed by Problem 17 |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.