Difference between revisions of "2021 Fall AMC 12A Problems/Problem 16"
MRENTHUSIASM (talk | contribs) (→Solution 2: Removed repetitive solution. Prof. Chen agreed to this through PM ...) |
MRENTHUSIASM (talk | contribs) (→Solution) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
== Solution== | == Solution== | ||
− | We claim that to maximize the number of cables used, we isolate one computer | + | We claim that to maximize the number of cables used, we isolate one computer and connect all cables for the remaining <math>29</math> computers, then connect one more cable for the isolated computer. |
If a brand A computer is isolated, then the technician can use at most <math>19\cdot10+1=191</math> cables. If a brand B computer is isolated instead, then the technician can use at most <math>20\cdot9+1=181</math> cables. Therefore, the answer is <math>\boxed{\textbf{(B)}\ 191}.</math> | If a brand A computer is isolated, then the technician can use at most <math>19\cdot10+1=191</math> cables. If a brand B computer is isolated instead, then the technician can use at most <math>20\cdot9+1=181</math> cables. Therefore, the answer is <math>\boxed{\textbf{(B)}\ 191}.</math> | ||
Line 14: | Line 14: | ||
Suppose that the computers are labeled <math>A_1, A_2, \ldots, A_{20}</math> and <math>B_1, B_2, \ldots, B_{10}.</math> We will prove the claim in the first paragraph of this solution: | Suppose that the computers are labeled <math>A_1, A_2, \ldots, A_{20}</math> and <math>B_1, B_2, \ldots, B_{10}.</math> We will prove the claim in the first paragraph of this solution: | ||
<ol style="margin-left: 1.5em;"> | <ol style="margin-left: 1.5em;"> | ||
− | <li>With exactly <math>190</math> cables, it is possible that some computers cannot communicate with each other.</li><p> | + | <li><b>With exactly <math>\boldsymbol{190}</math> cables, it is possible that some computers cannot communicate with each other.</b></li><p> |
From this solution, it is clear that this claim is true: We isolate <math>A_{20}</math> and connect all cables for <math>A_1, A_2, \ldots, A_{19}</math> and <math>B_1, B_2, \ldots, B_{10}</math> to get <math>19\cdot10=190</math> cables. However, <math>A_{20}</math> cannot communicate with any of these <math>29</math> computers. <p> | From this solution, it is clear that this claim is true: We isolate <math>A_{20}</math> and connect all cables for <math>A_1, A_2, \ldots, A_{19}</math> and <math>B_1, B_2, \ldots, B_{10}</math> to get <math>19\cdot10=190</math> cables. However, <math>A_{20}</math> cannot communicate with any of these <math>29</math> computers. <p> | ||
− | <li>With exactly <math>191</math> cables, all computers must be able to communicate with each other.</li><p> | + | <li><b>With exactly <math>\boldsymbol{191}</math> cables, all computers must be able to communicate with each other.</b></li><p> |
− | By the Pigeonhole Principle, we conclude that at least one brand B computer connects to all <math>20</math> brand A computers. Without | + | By the Pigeonhole Principle, we conclude that at least one brand B computer connects to all <math>20</math> brand A computers. Without loss of generality, we assume that <math>B_1</math> connects to all <math>20</math> brand A computers. On the other hand, we conclude that at least <math>11</math> brand A computer connects to all <math>10</math> brand B computers. Without loss of generality, we assume that <math>A_1, A_2, \ldots, A_{11}</math> connect to all <math>10</math> brand B computers. <p> |
Therefore, any two computers must be able to communicate with each other: | Therefore, any two computers must be able to communicate with each other: | ||
<ul style="list-style-type:square, margin-left: 3em;"> | <ul style="list-style-type:square, margin-left: 3em;"> | ||
<li>Between <math>A_i</math> and <math>A_j,</math> where <math>i,j\in\{1,2,\ldots,20\}</math> and <math>i\neq j</math></li><p> | <li>Between <math>A_i</math> and <math>A_j,</math> where <math>i,j\in\{1,2,\ldots,20\}</math> and <math>i\neq j</math></li><p> | ||
− | The relay is <math>A_i\ | + | The relay is <math>A_i\leftrightarrow B_1\leftrightarrow A_j.</math> <p> |
<li>Between <math>B_i</math> and <math>B_j,</math> where <math>i,j\in\{1,2,\ldots,10\}</math> and <math>i\neq j</math></li><p> | <li>Between <math>B_i</math> and <math>B_j,</math> where <math>i,j\in\{1,2,\ldots,10\}</math> and <math>i\neq j</math></li><p> | ||
− | The relay is <math>B_i\ | + | The relay is <math>B_i\leftrightarrow \{A_1, A_2, \ldots, A_{11}\}\leftrightarrow B_j.</math> <p> |
<li>Between <math>A_i</math> and <math>B_j,</math> where <math>i\in\{1,2,\ldots,20\}</math> and <math>j\in\{1,2,\ldots,10\}</math></li><p> | <li>Between <math>A_i</math> and <math>B_j,</math> where <math>i\in\{1,2,\ldots,20\}</math> and <math>j\in\{1,2,\ldots,10\}</math></li><p> | ||
− | The relay is <math>A_i\ | + | The relay is <math>A_i\leftrightarrow B_1\leftrightarrow \{A_1, A_2, \ldots, A_{11}\}\leftrightarrow B_j.</math> <p> |
</ul> | </ul> | ||
</ol> | </ol> |
Revision as of 21:19, 2 January 2024
Problem
An organization has employees, of whom have a brand A computer while the other have a brand B computer. For security, the computers can only be connected to each other and only by cables. The cables can only connect a brand A computer to a brand B computer. Employees can communicate with each other if their computers are directly connected by a cable or by relaying messages through a series of connected computers. Initially, no computer is connected to any other. A technician arbitrarily selects one computer of each brand and installs a cable between them, provided there is not already a cable between that pair. The technician stops once every employee can communicate with each other. What is the maximum possible number of cables used?
Solution
We claim that to maximize the number of cables used, we isolate one computer and connect all cables for the remaining computers, then connect one more cable for the isolated computer.
If a brand A computer is isolated, then the technician can use at most cables. If a brand B computer is isolated instead, then the technician can use at most cables. Therefore, the answer is
Remark
Suppose that the computers are labeled and We will prove the claim in the first paragraph of this solution:
- With exactly cables, it is possible that some computers cannot communicate with each other.
- With exactly cables, all computers must be able to communicate with each other.
- Between and where and
- Between and where and
- Between and where and
From this solution, it is clear that this claim is true: We isolate and connect all cables for and to get cables. However, cannot communicate with any of these computers.
By the Pigeonhole Principle, we conclude that at least one brand B computer connects to all brand A computers. Without loss of generality, we assume that connects to all brand A computers. On the other hand, we conclude that at least brand A computer connects to all brand B computers. Without loss of generality, we assume that connect to all brand B computers.
Therefore, any two computers must be able to communicate with each other:
The relay is
The relay is
The relay is
~MRENTHUSIASM
See Also
2021 Fall AMC 12A (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.