2015 AMC 8 Problems/Problem 12

Revision as of 15:31, 25 November 2015 by Mathwizard888 (talk | contribs) (Created page with "How many pairs of parallel edges, such as <math>\overline{AB}</math> and <math>\overline{GH}</math> or <math>\overline{EH}</math> and <math>\overline{FG}</math>, does a cube h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How many pairs of parallel edges, such as $\overline{AB}$ and $\overline{GH}$ or $\overline{EH}$ and $\overline{FG}$, does a cube have?


$\textbf{(A) }6 \quad\textbf{(B) }12 \quad\textbf{(C) } 18 \quad\textbf{(D) } 24 \quad \textbf{(E) } 36$ [asy] import three; currentprojection=orthographic(1/2,-1,1/2); /* three - currentprojection, orthographic */ draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle); draw((0,0,0)--(0,0,1)); draw((0,1,0)--(0,1,1)); draw((1,1,0)--(1,1,1)); draw((1,0,0)--(1,0,1));  draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle); label("$D$",(0,0,0),S); label("$A$",(0,0,1),N); label("$H$",(0,1,0),S); label("$E$",(0,1,1),N); label("$C$",(1,0,0),S); label("$B$",(1,0,1),N); label("$G$",(1,1,0),S); label("$F$",(1,1,1),N); [/asy]