Difference between revisions of "2020 USAMO Problems/Problem 2"
m (→Problem: bulleted list) |
Orlandoliu (talk | contribs) (→Solution) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
== Solution == | == Solution == | ||
− | + | Take one vertex of the cube as origin and establish 3D coordinates along the cube's edges. | |
− | {{USAMO | + | Define a beam as <math>x-dir</math> if its long edge is parallel to x-axis. Similarly for <math>y-dir</math> and <math>z-dir</math>. |
+ | |||
+ | Define a beam's location as (direction, (<math>1 \times 1</math> face's location in 2D coordinate). | ||
+ | |||
+ | For example, (y, 2, 4) indicates the beam with vertex (1, 0, 3) and (2, 2020, 4) | ||
+ | |||
+ | Apparently <math>x</math> beam needs the other <math>x</math> or <math>y</math> beams to touch its <math>xy</math> faces, <math>x</math> or <math>z</math> beams to touch its <math>xz</math> faces. Similarly for <math>y</math> and <math>z</math> beam. | ||
+ | |||
+ | If there are only 1-dir or 2-dirs beams, it is easy to approve that <math>2020 \times 2020</math> is the minimal number beams. | ||
+ | |||
+ | (for example, if only use <math>x-dir</math> and <math>y-dir</math> beams, all the <math>x-dir</math> beams's xz faces can only be touched by <math>x-dir</math> beams. In the other word, <math>2020 x-dir</math> beams will be stacked to meet xz faces touch requirements in that xz layer) | ||
+ | |||
+ | Consider cases with all <math>3-dirs</math> beams. | ||
+ | WLOG there is a <math>x-dir</math> beam and it needs <math>x-dir</math> or <math>y-dir</math> beams to touch its <math>xy</math> faces (unless it touches the cube surface). | ||
+ | |||
+ | And this <math>y-dir</math> beam also needs a <math>x-dir</math> or <math>y-dir</math> to touch it's <math>xy</math> faces. And so on until one which touches cube surface. So from <math>xy</math> face perspective, it needs <math>2020</math> beams. | ||
+ | |||
+ | Similarly from <math>xz</math> and <math>yz</math> face perspective, it also needs <math>2020</math> and <math>2020</math> beams. | ||
+ | |||
+ | Consider one beam has four <math>1 \times 2020</math> faces and it can be counted twice. So there should be at least <math>2020 \times 3 \div 2=3030</math> beams. | ||
+ | |||
+ | Here is one solution with 3030 beams. | ||
+ | |||
+ | <math>(x, 1, 1),\ (y, 1, 2),\ (z, 2, 2),</math> | ||
+ | |||
+ | <math>\cdots , </math> | ||
+ | |||
+ | <math>(x, (2n+1), (2n+1)),\ (y, (2n+1), (2n+2)),\ (z, (2n+2), (2n+2)),</math> | ||
+ | |||
+ | <math>\cdots , </math> | ||
+ | |||
+ | <math>(x, (2019, 2019)),\ (y, 2019, 2020),\ (z, 2020, 2020)</math> | ||
+ | |||
+ | {{USAMO newbox|year=2020|num-b=1|num-a=3}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 04:39, 23 December 2023
Problem
An empty cube is given, and a
grid of square unit cells is drawn on each of its six faces. A beam is a
rectangular prism. Several beams are placed inside the cube subject to the following conditions:
- The two
faces of each beam coincide with unit cells lying on opposite faces of the cube. (Hence, there are
possible positions for a beam.)
- No two beams have intersecting interiors.
- The interiors of each of the four
faces of each beam touch either a face of the cube or the interior of the face of another beam.
What is the smallest positive number of beams that can be placed to satisfy these conditions?
Solution
Take one vertex of the cube as origin and establish 3D coordinates along the cube's edges.
Define a beam as if its long edge is parallel to x-axis. Similarly for
and
.
Define a beam's location as (direction, ( face's location in 2D coordinate).
For example, (y, 2, 4) indicates the beam with vertex (1, 0, 3) and (2, 2020, 4)
Apparently beam needs the other
or
beams to touch its
faces,
or
beams to touch its
faces. Similarly for
and
beam.
If there are only 1-dir or 2-dirs beams, it is easy to approve that is the minimal number beams.
(for example, if only use and
beams, all the
beams's xz faces can only be touched by
beams. In the other word,
beams will be stacked to meet xz faces touch requirements in that xz layer)
Consider cases with all beams.
WLOG there is a
beam and it needs
or
beams to touch its
faces (unless it touches the cube surface).
And this beam also needs a
or
to touch it's
faces. And so on until one which touches cube surface. So from
face perspective, it needs
beams.
Similarly from and
face perspective, it also needs
and
beams.
Consider one beam has four faces and it can be counted twice. So there should be at least
beams.
Here is one solution with 3030 beams.
2020 USAMO (Problems • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.