Difference between revisions of "2003 AMC 8 Problems/Problem 15"

(Created page with "A")
 
Line 1: Line 1:
A
+
==Solution==
 +
 
 +
One example of the solution
 +
<asy>
 +
import three;
 +
defaultpen(linewidth(0.8));
 +
real r=0.5;
 +
currentprojection=orthographic(3/4,8/15,7/15);
 +
draw(unitcube, white, thick(), nolight);
 +
draw(shift(1,-1,0)*unitcube, white, thick(), nolight);
 +
draw(shift(1,0,1)*unitcube, white, thick(), nolight);</asy>
 +
 
 +
<math> \textbf{(B)} 3</math>
 +
 
 +
{{AMC8 box|year=2003|num-b=14|num-a=16}}

Revision as of 13:17, 25 November 2011

Solution

One example of the solution [asy] import three; defaultpen(linewidth(0.8)); real r=0.5; currentprojection=orthographic(3/4,8/15,7/15); draw(unitcube, white, thick(), nolight); draw(shift(1,-1,0)*unitcube, white, thick(), nolight); draw(shift(1,0,1)*unitcube, white, thick(), nolight);[/asy]

$\textbf{(B)} 3$

2003 AMC 8 (ProblemsAnswer KeyResources)
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