Skip to main content

2024 AMC 10B Problem 25

Problem 25 of 25HarderGeometryNumber Theory

Each of 2727 bricks (right rectangular prisms) has dimensions a×b×c,a \times b \times c, where a,a, b,b, and cc are pairwise relatively prime positive integers. These bricks are arranged to form a 3×3×33 \times 3 \times 3 block, as shown on the left below. A 2828th brick with the same dimensions is introduced, and these bricks are reconfigured into a 2×2×72 \times 2 \times 7 block, shown on the right. The new block is 11 unit taller, 11 unit wider, and 11 unit deeper than the old one. What is a+b+c?a + b + c?

Answer choices

Show solution

Solution

Relabel the brick dimensions so the new block has sides 7a,2b,2c.7a,2b,2c. These must be the three old side lengths 3a,3b,3c,3a,3b,3c, each increased by 1.1. A new side cannot match the old side with the same letter: 7a=3a+17a=3a+1 has no positive integer solution, while 2b=3b+12b=3b+1 and 2c=3c+12c=3c+1 would give negative lengths. Therefore the matching must be one of the two three-cycles. In one orientation, 7a=3c+1,2b=3a+1,2c=3b+1. \begin{aligned} 7a&=3c+1,\\ 2b&=3a+1,\\ 2c&=3b+1. \end{aligned} The last two equations give b=3a+12b=\frac{3a+1}{2} and c=9a+54.c=\frac{9a+5}{4}. Substituting into the first gives 28a=27a+19,28a=27a+19, so (a,b,c)=(19,29,44).(a,b,c)=(19,29,44). The other cycle merely exchanges bb and c.c. These lengths are pairwise relatively prime, and a+b+c=19+29+44=92.a+b+c=19+29+44=92. Thus, E is the correct answer.

More practice

Concepts: Diophantine Equation · rectangular prism · casework

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.