Difference between revisions of "2003 AIME I Problems/Problem 6"

m
Line 3: Line 3:
  
 
== Solution ==
 
== Solution ==
Since there are 8 [[vertex | vertices]] of a [[cube]], there are <math>{8 \choose 3} = 56</math> total [[triangle]]s to consider.  They fall into three categories: there are those which are entirely contained within a single [[face]] of the cube (whose sides are two [[edge]]s and one face [[diagonal]]), those which lie in a [[plane]] [[perpendicular]] to one face of the cube (whose sides are one edge, one face diagonal and one space diagonal of the cube) and those which lie in a plane [[oblique]] to the edges of the cube, whose sides are three face diagonals of the cube.   
+
Since there are 8 [[vertex | vertices]] of a [[cube (geometry) | cube]], there are <math>{8 \choose 3} = 56</math> total [[triangle]]s to consider.  They fall into three categories: there are those which are entirely contained within a single [[face]] of the cube (whose sides are two [[edge]]s and one face [[diagonal]]), those which lie in a [[plane]] [[perpendicular]] to one face of the cube (whose sides are one edge, one face diagonal and one space diagonal of the cube) and those which lie in a plane [[oblique]] to the edges of the cube, whose sides are three face diagonals of the cube.   
  
 
Each face of the cube contains <math>{4\choose 3} = 4</math> triangles of the first type, and there are 6 faces, so there are 24 triangles of the first type.
 
Each face of the cube contains <math>{4\choose 3} = 4</math> triangles of the first type, and there are 6 faces, so there are 24 triangles of the first type.

Revision as of 12:27, 30 October 2006

Problem

The sum of the areas of all triangles whose vertices are also vertices of a 1 by 1 by 1 cube is $m + \sqrt{n} + \sqrt{p},$ where $m, n,$ and $p$ are integers. Find $m + n + p.$

Solution

Since there are 8 vertices of a cube, there are ${8 \choose 3} = 56$ total triangles to consider. They fall into three categories: there are those which are entirely contained within a single face of the cube (whose sides are two edges and one face diagonal), those which lie in a plane perpendicular to one face of the cube (whose sides are one edge, one face diagonal and one space diagonal of the cube) and those which lie in a plane oblique to the edges of the cube, whose sides are three face diagonals of the cube.

Each face of the cube contains ${4\choose 3} = 4$ triangles of the first type, and there are 6 faces, so there are 24 triangles of the first type.

Each edge of the cube is a side of exactly 2 of the triangles of the second type, and there are 12 edges, so there are 24 triangles of the second type.

Each vertex of the cube is associated with exactly one triangle of the third type (whose vertices are its three neighbors), and there are 8 vertices of the cube, so there are 8 triangles of the third type.

Each triangle of the first type is a right triangle with legs of length 1, so each triangle of the first type has area $\frac 12$.

Each triangle of the second type is a right triangle with legs of length 1 and $\sqrt 2$, so each triangle of the second type has area $\frac{\sqrt{2}}{2}$.

Each triangle of the third type is an equilateral triangle withs sides of length $\sqrt 2$, so each triangle of the third type has area $\frac{\sqrt 3}2$.

Thus the total area of all these triangles is $24 \cdot \frac12 + 24\cdot\frac{\sqrt2}2 + 8\cdot\frac{\sqrt3}2 = 12 + 12\sqrt2 + 4\sqrt3 = 12 + \sqrt{288} + \sqrt{48}$ and the answer is $12 + 288 + 48 = 348$.

See also