Magical Tetrahedron

Geometry Level 3

The edges and vertices of the magical tetrahedron PQRS are labelled with one of the numbers 1, 2, 3, 4, 5, 6, 7, 8, 9 and 11. Each number is used exactly once. For any two vertices, the sum of the numbers on the vertices is equal to the number on the edge connecting those two vertices. If the edge PQ is labelled with the number 9, then what number is labelling the edge RS?

11 5 6 4 8

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chris Lewis
May 23, 2019

The fun way to do this is to draw a tetrahedral graph and have at it - lots of nice deductions to be made.

The quick way is this: the sum of all the vertex and edge labels is 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 11 = 56 1+2+3+4+5+6+7+8+9+11=56 . Alternatively, we can write everything in terms of the vertex labels p , q , r , s p,q,r,s ; the label on the edge P Q PQ has value p + q p+q , and so on. So the sum is

p + q + r + s vertices + ( p + q ) + ( p + r ) + ( p + s ) + ( q + r ) + ( q + s ) + ( r + s ) edges = 56 \underbrace{p+q+r+s}_\text{vertices}+\underbrace{(p+q)+(p+r)+(p+s)+(q+r)+(q+s)+(r+s)}_\text{edges}=56

Each vertex label appears four times in the sum, so p + q + r + s = 14 p+q+r+s=14 .

Since p + q = 9 p+q=9 , the label on the edge R S RS is r + s = 5 r+s=\boxed5 .

We can also show that there is, to within symmetry, exactly one way of labelling this magic tetrahedron. There are exactly five ways of choosing four numbers out of 1,2,3,4,5,6,7,8,9,11 that sum to 14, namely 1 , 2 , 3 , 8 1 , 2 , 4 , 7 1 , 2 , 5 , 6 1 , 3 , 4 , 6 2 , 3 , 4 , 5 1,2,3,8 \hspace{1cm} 1,2,4,7 \hspace{1cm} 1,2,5,6 \hspace{1cm} 1,3,4,6 \hspace{1cm} 2,3,4,5 The first is not possible as a vertex-labelling, since it would require an edge as well as a vertex to be labelled 3 3 . The third is not possible, since it would require a vertex and an edge to be labelled 6 6 . The fourth and fifth are not possible, since they do not have either an edge or a vertex labelled with 11 11 . It is easy to check that the second vertex-labelling works.

Mark Hennings - 2 years ago

Log in to reply

Another way of looking at this is that certain numbers are definitely on vertices while others are definitely on edges.

Each vertex is connected to three others. If 8 8 were on a vertex, we'd need three larger numbers in the list for its edges; but there are only two. So straight away, 8 , 9 , 11 8,9,11 must be edges.

1 1 and 2 2 are too small to be edges, so they are vertices. All pairs of vertices are connected, so 3 3 must be on the edge joining 1 1 and 2 2 .

Now 4 4 can't be an edge, since we know where 1 , 2 , 3 1,2,3 are; so it's a vertex. Finally, the only way to get 11 11 as an edge is 4 + 7 4+7 (since we know 9 9 is not a vertex), so the last vertex is 7 7 .

(This is the way I first solved it before spotting the quicker route I gave in my solution)

Do other magic Platonic polyhedra exist with consecutive (or - as in this case - almost consecutive) labels?

Chris Lewis - 2 years ago

When you were adding the p's, q's, etc did you put up a picture or was it just text? How did you make your text or picture?

Elliott Chen - 2 years ago

Log in to reply

Do you mean the horizontal braces (with the labels "vertices" and "edges")? The LaTeX for this is

\underbrace{p+q+r+s}_{\text{vertices}}

Chris Lewis - 2 years ago

Log in to reply

Yeah, I did, thanks!

Elliott Chen - 2 years ago

Brute force: r = ParallelTable [ If [ p [ [ 1 ] ] + p [ [ 2 ] ] = p [ [ 5 ] ] , If [ p [ [ 2 ] ] + p [ [ 3 ] ] = p [ [ 6 ] ] , If [ p [ [ 1 ] ] + p [ [ 3 ] ] = p [ [ 7 ] ] , If [ p [ [ 1 ] ] + p [ [ 4 ] ] = p [ [ 8 ] ] , If [ p [ [ 2 ] ] + p [ [ 4 ] ] = p [ [ 9 ] ] , If [ p [ [ 3 ] ] + p [ [ 4 ] ] = p [ [ 10 ] ] , p , Nothing ] , Nothing ] , Nothing ] , Nothing ] , Nothing ] , Nothing ] , { p , l } ] r=\text{ParallelTable}[ \\ \text{If}[p[[1]]+p[[2]]=p[[5]],\text{If}[p[[2]]+p[[3]]=p[[6]],\text{If}[p[[1]]+p[[3]]=p[[7]],\text{If}[p[[1]]+p[[4]]=p[[8]],\text{If}[p[[2]]+p[[4]]=p[[9]], \\ \text{If}[p[[3]]+p[[4]]=p[[10]],p,\text{Nothing}],\text{Nothing}],\text{Nothing}],\text{Nothing}],\text{Nothing}],\text{Nothing}],\{p,l\}] \Rightarrow

( 1 2 4 7 3 6 5 8 9 11 1 2 7 4 3 9 8 5 6 11 1 4 2 7 5 6 3 8 11 9 1 4 7 2 5 11 8 3 6 9 1 7 2 4 8 9 3 5 11 6 1 7 4 2 8 11 5 3 9 6 2 1 4 7 3 5 6 9 8 11 2 1 7 4 3 8 9 6 5 11 2 4 1 7 6 5 3 9 11 8 2 4 7 1 6 11 9 3 5 8 2 7 1 4 9 8 3 6 11 5 2 7 4 1 9 11 6 3 8 5 4 1 2 7 5 3 6 11 8 9 4 1 7 2 5 8 11 6 3 9 4 2 1 7 6 3 5 11 9 8 4 2 7 1 6 9 11 5 3 8 4 7 1 2 11 8 5 6 9 3 4 7 2 1 11 9 6 5 8 3 7 1 2 4 8 3 9 11 5 6 7 1 4 2 8 5 11 9 3 6 7 2 1 4 9 3 8 11 6 5 7 2 4 1 9 6 11 8 3 5 7 4 1 2 11 5 8 9 6 3 7 4 2 1 11 6 9 8 5 3 ) \left( \begin{array}{rrrr||rrrrrr} 1 & 2 & 4 & 7 & 3 & 6 & 5 & 8 & 9 & 11 \\ 1 & 2 & 7 & 4 & 3 & 9 & 8 & 5 & 6 & 11 \\ 1 & 4 & 2 & 7 & 5 & 6 & 3 & 8 & 11 & 9 \\ 1 & 4 & 7 & 2 & 5 & 11 & 8 & 3 & 6 & 9 \\ 1 & 7 & 2 & 4 & 8 & 9 & 3 & 5 & 11 & 6 \\ 1 & 7 & 4 & 2 & 8 & 11 & 5 & 3 & 9 & 6 \\ 2 & 1 & 4 & 7 & 3 & 5 & 6 & 9 & 8 & 11 \\ 2 & 1 & 7 & 4 & 3 & 8 & 9 & 6 & 5 & 11 \\ 2 & 4 & 1 & 7 & 6 & 5 & 3 & 9 & 11 & 8 \\ 2 & 4 & 7 & 1 & 6 & 11 & 9 & 3 & 5 & 8 \\ 2 & 7 & 1 & 4 & 9 & 8 & 3 & 6 & 11 & 5 \\ 2 & 7 & 4 & 1 & 9 & 11 & 6 & 3 & 8 & 5 \\ 4 & 1 & 2 & 7 & 5 & 3 & 6 & 11 & 8 & 9 \\ 4 & 1 & 7 & 2 & 5 & 8 & 11 & 6 & 3 & 9 \\ 4 & 2 & 1 & 7 & 6 & 3 & 5 & 11 & 9 & 8 \\ 4 & 2 & 7 & 1 & 6 & 9 & 11 & 5 & 3 & 8 \\ 4 & 7 & 1 & 2 & 11 & 8 & 5 & 6 & 9 & 3 \\ 4 & 7 & 2 & 1 & 11 & 9 & 6 & 5 & 8 & 3 \\ 7 & 1 & 2 & 4 & 8 & 3 & 9 & 11 & 5 & 6 \\ 7 & 1 & 4 & 2 & 8 & 5 & 11 & 9 & 3 & 6 \\ 7 & 2 & 1 & 4 & 9 & 3 & 8 & 11 & 6 & 5 \\ 7 & 2 & 4 & 1 & 9 & 6 & 11 & 8 & 3 & 5 \\ 7 & 4 & 1 & 2 & 11 & 5 & 8 & 9 & 6 & 3 \\ 7 & 4 & 2 & 1 & 11 & 6 & 9 & 8 & 5 & 3 \\ \end{array} \right)

Vertices to the left and edges to the right. 24 permutations of the vertex labelings. Then it is a matter of labeling the vertices, computing the edges and finding the edge opposite the edge labeled 9, which is 5.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...