Difference between revisions of "1988 AIME Problems/Problem 10"

(Solution 4)
 
(4 intermediate revisions by the same user not shown)
Line 59: Line 59:
  
 
Our first choice would be the vertex in the middle (there are <math>48</math> of these), and our second choice would be any of the remaining 47 points minus the 12 that share a face without chosen vertex. Summing these we get <cmath>48 (47 - 12) = 1680</cmath> And we divide by <math>2</math> as before to get <math>\boxed{840}</math>
 
Our first choice would be the vertex in the middle (there are <math>48</math> of these), and our second choice would be any of the remaining 47 points minus the 12 that share a face without chosen vertex. Summing these we get <cmath>48 (47 - 12) = 1680</cmath> And we divide by <math>2</math> as before to get <math>\boxed{840}</math>
 +
 +
== Solution 4 ==
 +
 +
In the same ways as above, we find that there are 48 vertices. Now, notice that there are <math>\binom{48}{2}</math> total possible ways to choose two vertices. However, we must remove the cases where the segments do not lie in the interior of the polyhedron. We get
 +
 +
<cmath>\binom{48}{2}-12\binom{4}{2}-8\binom{6}{2}-6\binom{8}{2}=768</cmath>
 +
 +
We remover all the possible edges of the squares, hexagons, and octagons. However, we have undercounted! We must add back the number of edges because when we subtracted the three binomials from <math>\binom{48}{2}</math> we removed each edge twice (each edge is shared by two polygons). This means that we need to add back the number of edges, 72. Thus, we get <math>768+72=\boxed{840}</math>.
  
 
== See also ==
 
== See also ==

Latest revision as of 19:10, 25 January 2021

Problem

A convex polyhedron has for its faces 12 squares, 8 regular hexagons, and 6 regular octagons. At each vertex of the polyhedron one square, one hexagon, and one octagon meet. How many segments joining vertices of the polyhedron lie in the interior of the polyhedron rather than along an edge or a face?

Solution 1

The polyhedron described looks like this, a truncated cuboctahedron.

Truncatedcuboctahedron.jpg

The number of segments joining the vertices of the polyhedron is ${48\choose2} = 1128$. We must now subtract out those segments that lie along an edge or a face.

Since every vertex of the polyhedron lies on exactly one vertex of a square/hexagon/octagon, we have that $V = 12 \cdot 4 = 8 \cdot 6 = 6 \cdot 8 = 48$.

Each vertex is formed by the intersection of 3 edges. Since every edge is counted twice, once at each of its endpoints, the number of edges $E$ is $\frac{3}{2}V = 72$.

Each of the segments lying on a face of the polyhedron must be a diagonal of that face. Each square contributes $\frac{n(n-3)}{2} = 2$ diagonals, each hexagon $9$, and each octagon $20$. The number of diagonals is thus $2 \cdot 12 + 9 \cdot 8 + 20 \cdot 6 = 216$.

Subtracting, we get that the number of space diagonals is $1128 - 72 - 216 = \boxed{840}$.

Solution 2

We first find the number of vertices on the polyhedron: There are 4 corners per square, 6 corners per hexagon, and 8 corners per octagon. Each vertex is where 3 corners coincide, so we count the corners and divide by 3. $\text{vertices} = \frac{12 \cdot 4 + 8 \cdot 6 + 6 \cdot 8}{3}=48$.

We know that all vertices look the same (from the problem statement), so we should find the number of line segments originating from a vertex, and multiply that by the number of vertices, and divide by 2 (because each space diagonal is counted twice because it has two endpoints).

Counting the vertices that are on the same face as an arbitrary vertex, we find that there are 13 vertices that aren't possible endpoints of a line originating from the vertex in the middle of the diagram. You can draw a diagram to count this better: 1988AIME10.png Since 13 aren't possible endpoints, that means that there are 35 possible endpoints per vertex. The total number of segments joining vertices that aren't on the same face is $48\cdot 35\cdot \frac 12 = 24 \cdot 35 = \boxed{840}$


Solution 3

Since at each vertex one square, one hexagon, and one octagon meet, then there are a total of $12 \cdot 4 = 8 \cdot 6 = 6 \cdot 8 = 48$ vertices. This means that for each segment we have $48$ choices of vertices for the first endpoint of the segment.


Since each vertex is the meeting point of a square, octagon, and hexagon, then there are $3$ other vertices of the square that are not the first one, and connecting the first point to any of these would result in a segment that lies on a face or edge.


Similarly, there are $5$ points on the adjacent hexagon and $7$ points on adjoining octagon that, when connected to the first point, would result in a diagonal or edge.


However, the square and hexagon share a vertex, as do the square and octagon, and the hexagon and octagon.


Subtracting these from the $47$ vertices we have left to choose from, and adding the $3$ that we counted twice, we get

\[48 \cdot (47 - 3 - 5 - 7 + 3) = 48 \cdot 35 = 1680\]

We over-counted, however, as choosing vertex $A$ then $B$ is the same thing as choosing $B$ then $A$, so we must divide $1680 / 2 = \boxed{840}$.



Alternatively, we could have noted from the diagram:


1988AIME10.png


Our first choice would be the vertex in the middle (there are $48$ of these), and our second choice would be any of the remaining 47 points minus the 12 that share a face without chosen vertex. Summing these we get \[48 (47 - 12) = 1680\] And we divide by $2$ as before to get $\boxed{840}$

Solution 4

In the same ways as above, we find that there are 48 vertices. Now, notice that there are $\binom{48}{2}$ total possible ways to choose two vertices. However, we must remove the cases where the segments do not lie in the interior of the polyhedron. We get

\[\binom{48}{2}-12\binom{4}{2}-8\binom{6}{2}-6\binom{8}{2}=768\]

We remover all the possible edges of the squares, hexagons, and octagons. However, we have undercounted! We must add back the number of edges because when we subtracted the three binomials from $\binom{48}{2}$ we removed each edge twice (each edge is shared by two polygons). This means that we need to add back the number of edges, 72. Thus, we get $768+72=\boxed{840}$.

See also

1988 AIME (ProblemsAnswer KeyResources)
Preceded by
Problem 9
Followed by
Problem 11
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png