This is my first ever problem I'm writing on Brilliant because I found the solution to be satisfying and beautiful. A cube has a positive integer for each of it's faces. On each corner/vertex, we write the product of it's adjacent faces (example corner XYZ touches faces X, Y and Z). If the sum of all the vertices/corners is 154 and we give an integer to each face, and each vertex is the product of the integers on it's adjacent faces, what is the sum of all the faces?
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.
Let the numbers printed on the X Z faces of the cube be a , c , on the Y Z faces be b , d and on the X Y faces be e , f respectively. Then
a b f + a d f + b c f + c d f + a b e + a d e + b c e + c d e = 1 5 4 ⟹ ( a + c ) ( b + d ) ( e + f ) = 2 × 7 × 1 1 .
Since 2 , 7 , 1 1 are primes, we can assume the three factors to take these three values. Hence,
a + b + c + d + e + f = 2 + 7 + 1 1 = 2 0 .