Difference between revisions of "2003 AMC 8 Problems/Problem 15"
AlcumusGuy (talk | contribs) |
AlcumusGuy (talk | contribs) |
||
Line 2: | Line 2: | ||
A figure is constructed from unit cubes. Each cube shares at least one face with another cube. What is the minimum number of cubes needed to build a figure with the front and side views shown? | A figure is constructed from unit cubes. Each cube shares at least one face with another cube. What is the minimum number of cubes needed to build a figure with the front and side views shown? | ||
− | + | <asy> | |
defaultpen(linewidth(0.8)); | defaultpen(linewidth(0.8)); | ||
path p=unitsquare; | path p=unitsquare; | ||
Line 8: | Line 8: | ||
draw(shift(4,0)*p^^shift(5,0)*p^^shift(5,1)*p); | draw(shift(4,0)*p^^shift(5,0)*p^^shift(5,1)*p); | ||
label("FRONT", (1,0), S); | label("FRONT", (1,0), S); | ||
− | label("SIDE", (5,0), S); | + | label("SIDE", (5,0), S); |
+ | </asy> | ||
==Solution== | ==Solution== | ||
Revision as of 08:09, 26 December 2011
Problem
A figure is constructed from unit cubes. Each cube shares at least one face with another cube. What is the minimum number of cubes needed to build a figure with the front and side views shown?
Solution
One example of the solution
2003 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Problem 16 | |
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 AJHSME/AMC 8 Problems and Solutions |