Difference between revisions of "2016 AIME II Problems/Problem 4"

(Solution)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
==Problem==
 
An <math>a \times b \times c</math> rectangular box is built from <math>a \cdot b \cdot c</math> unit cubes. Each unit cube is colored red, green, or yellow. Each of the <math>a</math> layers of size <math>1 \times b \times c</math> parallel to the <math>(b \times c)</math> faces of the box contains exactly <math>9</math> red cubes, exactly <math>12</math> green cubes, and some yellow cubes. Each of the <math>b</math> layers of size <math>a \times 1 \times c</math> parallel to the <math>(a \times c)</math> faces of the box contains exactly <math>20</math> green cubes, exactly <math>25</math> yellow cubes, and some red cubes. Find the smallest possible volume of the box.
 
An <math>a \times b \times c</math> rectangular box is built from <math>a \cdot b \cdot c</math> unit cubes. Each unit cube is colored red, green, or yellow. Each of the <math>a</math> layers of size <math>1 \times b \times c</math> parallel to the <math>(b \times c)</math> faces of the box contains exactly <math>9</math> red cubes, exactly <math>12</math> green cubes, and some yellow cubes. Each of the <math>b</math> layers of size <math>a \times 1 \times c</math> parallel to the <math>(a \times c)</math> faces of the box contains exactly <math>20</math> green cubes, exactly <math>25</math> yellow cubes, and some red cubes. Find the smallest possible volume of the box.
  
Line 4: Line 5:
 
By counting the number of green cubes <math>2</math> different ways, we have <math>12a=20b</math>, or <math>a=\dfrac{5}{3} b</math>. Notice that there are only <math>3</math> possible colors for unit cubes, so for each of the <math>1 \times b \times c</math> layers, there are <math>bc-21</math> yellow cubes, and similarly there are <math>ac-45</math> red cubes in each of the <math>1 \times a \times c</math> layers. Therefore, we have <math>a(bc-21)=25b</math> and <math>b(ac-45)=9a</math>. We check a few small values of <math>a,b</math> and solve for <math>c</math>, checking <math>(a,b)=(5,3)</math> gives <math>c=12</math> with a volume of <math>180</math>, <math>(a,b)=(10,6)</math> gives <math>c=6</math> with a volume of <math>360</math>, and <math>(a,b)=(15,9)</math> gives <math>c=4</math>, with a volume of <math>540</math>. Any higher <math>(a,b)</math> will <math>ab>180</math>, so therefore, the minimum volume is <math>\boxed{180}</math>.
 
By counting the number of green cubes <math>2</math> different ways, we have <math>12a=20b</math>, or <math>a=\dfrac{5}{3} b</math>. Notice that there are only <math>3</math> possible colors for unit cubes, so for each of the <math>1 \times b \times c</math> layers, there are <math>bc-21</math> yellow cubes, and similarly there are <math>ac-45</math> red cubes in each of the <math>1 \times a \times c</math> layers. Therefore, we have <math>a(bc-21)=25b</math> and <math>b(ac-45)=9a</math>. We check a few small values of <math>a,b</math> and solve for <math>c</math>, checking <math>(a,b)=(5,3)</math> gives <math>c=12</math> with a volume of <math>180</math>, <math>(a,b)=(10,6)</math> gives <math>c=6</math> with a volume of <math>360</math>, and <math>(a,b)=(15,9)</math> gives <math>c=4</math>, with a volume of <math>540</math>. Any higher <math>(a,b)</math> will <math>ab>180</math>, so therefore, the minimum volume is <math>\boxed{180}</math>.
  
Solution by Shaddoll
+
== Solution 2 ==
 +
 
 +
The total number of green cubes is given by <math>12a=20b\Longrightarrow a=\frac{5}{3}b</math>.
 +
 
 +
Let <math>r</math> be the number of red cubes on each one of the <math>b</math> layers then the total number of red cubes is <math>9a=br</math>. Substitute <math>a=\frac{5}{3}b</math> gives <math>r=15</math>.
 +
 
 +
Repeating the procedure on the number of yellow cubes <math>y</math> on each of the <math>a</math> layers gives <math>y=15</math>.
 +
 
 +
Therefore <math>bc=9+12+15=36</math> and <math>ac=15+20+25=60</math>. Multiplying yields <math>abc^2=2160</math>.
 +
 
 +
Since <math>abc^2</math> is fixed, <math>abc</math> is minimized when <math>c</math> is maximized, which occurs when <math>a</math>, <math>b</math> are minimized (since each of <math>ac</math>, <math>bc</math> is fixed). Thus <math>(a,b,c)=(3,5,12)\Longrightarrow abc=\boxed{180}</math>
 +
 
 +
~ Nafer
  
 
== See also ==
 
== See also ==
 
{{AIME box|year=2016|n=II|num-b=3|num-a=5}}
 
{{AIME box|year=2016|n=II|num-b=3|num-a=5}}
 +
{{MAA Notice}}

Latest revision as of 19:55, 18 October 2020

Problem

An $a \times b \times c$ rectangular box is built from $a \cdot b \cdot c$ unit cubes. Each unit cube is colored red, green, or yellow. Each of the $a$ layers of size $1 \times b \times c$ parallel to the $(b \times c)$ faces of the box contains exactly $9$ red cubes, exactly $12$ green cubes, and some yellow cubes. Each of the $b$ layers of size $a \times 1 \times c$ parallel to the $(a \times c)$ faces of the box contains exactly $20$ green cubes, exactly $25$ yellow cubes, and some red cubes. Find the smallest possible volume of the box.

Solution

By counting the number of green cubes $2$ different ways, we have $12a=20b$, or $a=\dfrac{5}{3} b$. Notice that there are only $3$ possible colors for unit cubes, so for each of the $1 \times b \times c$ layers, there are $bc-21$ yellow cubes, and similarly there are $ac-45$ red cubes in each of the $1 \times a \times c$ layers. Therefore, we have $a(bc-21)=25b$ and $b(ac-45)=9a$. We check a few small values of $a,b$ and solve for $c$, checking $(a,b)=(5,3)$ gives $c=12$ with a volume of $180$, $(a,b)=(10,6)$ gives $c=6$ with a volume of $360$, and $(a,b)=(15,9)$ gives $c=4$, with a volume of $540$. Any higher $(a,b)$ will $ab>180$, so therefore, the minimum volume is $\boxed{180}$.

Solution 2

The total number of green cubes is given by $12a=20b\Longrightarrow a=\frac{5}{3}b$.

Let $r$ be the number of red cubes on each one of the $b$ layers then the total number of red cubes is $9a=br$. Substitute $a=\frac{5}{3}b$ gives $r=15$.

Repeating the procedure on the number of yellow cubes $y$ on each of the $a$ layers gives $y=15$.

Therefore $bc=9+12+15=36$ and $ac=15+20+25=60$. Multiplying yields $abc^2=2160$.

Since $abc^2$ is fixed, $abc$ is minimized when $c$ is maximized, which occurs when $a$, $b$ are minimized (since each of $ac$, $bc$ is fixed). Thus $(a,b,c)=(3,5,12)\Longrightarrow abc=\boxed{180}$

~ Nafer

See also

2016 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 3
Followed by
Problem 5
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png