MHB Sum of Numbers on Cube Faces to Equal 2004

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Cube Numbers
AI Thread Summary
Positive integers are assigned to the faces of a cube, and the product of the numbers at each vertex is calculated, with their total summing to 2004. The goal is to determine the possible values of T, the sum of the numbers on the cube's faces. The relationship between the vertex products and the face sums is crucial for solving the problem. Various mathematical approaches, including factorization and algebraic manipulation, are discussed to derive the values of T. Ultimately, the problem invites exploration of integer combinations that meet the specified conditions.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Positive integers are written on all the faces of a cube, one on each. At each corner (vertex) of the cube, the product of the numbers on the faces that meet at the corner is written. The sum of the numbers written at all the corners is 2004. If $T$ denotes the sum of the numbers on all the faces, find all the possible values of $T$.
 
Mathematics news on Phys.org
\begin{tikzpicture}[
face/.pic = {
\node {#1};
\draw (-1,-1) rectangle (1, 1);
},
cube/.pic = {
\draw (0,0) pic {face=a};
\draw (1,-1) -- (2,-0.5) -- (2,1.5) -- (1,1) node at (1.5,0.25) {b};
\draw (2,1.5) -- (0,1.5) -- (-1,1) node at (0.5,1.25) {e};
}]
\draw (0,0) pic {face=a} (2,0) pic {face=b} (4,0) pic {face=c} (6,0) pic {face=d} (0,2) pic {face=e} (0,-2) pic {face=f};
\draw (9,0) pic {cube};
\end{tikzpicture}
Let $a,b,c,d,e,f$ be the 6 faces where $(a,c)$, $(b,d)$, and $(e,f)$ are the pairs of opposing faces as shown in the drawing.
The sum of the corners is $(ab+bc+cd+da)e+(ab+bc+cd+da)f=(a(b+d) + c(b+d))(e+f) =(a+c)(b+d)(e+f)=2004$.

The list of suitable factorizations of $2004=2^2\cdot 3\cdot 167$ is $(3\cdot 4\cdot 167,\, 2\cdot 6\cdot 167,\,2\cdot 3\cdot 334,\,2\cdot 2\cdot 501)$.
We are looking for the possibilities for $T=a+b+c+d+e+f$, which is the sum of the 3 factors.
Those possibilities for $T$ are $174,\, 175,\, 339,\, 505$.
 
Last edited:
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top