
Victoria V. answered 03/22/21
Math Teacher: 20 Yrs Teaching/Tutoring CALC 1, PRECALC, ALG 2, TRIG
Let Cube A have all 12 sides of length A. Let cube B have all 12 sides of length B.
Vol of A = l*w*h = A * A * A = A3 Vol of B = l*w*h = B * B * B = B3
Combined sides of A = 12 * A = 12A Combined sides of B = 12 * B = 12B
From the problem: "combined volumes" in mathspeak is A3 + B3
"combined [side] lengths" in mathspeak is 12A + 12B
Since they are numerically equivalent ("have the same numeric value") we can set these two bolded expressions equal to each other.
A3 + B3 = 12A + 12B
Factoring each side
( A + B ) (A2 - AB + B2 ) = 12 ( A + B )
Move everything to one side, then factor out the (A+B) term:
(A+B)(A2 - AB + B2 - 12) = 0
This means that either A+B=0 -- which cannot be because they both must be positive integers OR
A2 - AB + B2 - 12 = 0
We can turn this into a quadratic equation by letting A = x, now this becomes x2 - Bx + (B2- 12)
This we can use the quadratic formula on:
x = B ± sqrt[ B2 - 4(1)(B2 - 12) ]
-------------------------------------------------
2(1)
x = B ± sqrt[ B2 - 4B2 + 48 ]
-----------------------------------
2
x = B ± sqrt[ 48 - 3B2 ]
------------------------------
2
Knowing that our cubes' sides cannot be negative nor can they have imaginary lengths, this limits us to solving this quadratic formula with the stuff under the square root CANNOT BE NEGATIVE. So...
48 - 3B2 ≥ 0 or 3B2 ≤ 48 divide both sides by 3 B2 ≤ 16
-4 ≤ B ≤ 4 but we know that the sides of our cubes have to be larger than 0. This limits our inequality to
0 ≤ B ≤ 4 So B can only take on one of the values in the set of {1, 2, 3, or 4}
Trying each of these into the quadratic formula
We find that B=2 works, making x = 4 or A = 4
We find that B = 4 works, making x = 2 or A = 2 so either one of these is the correct answer.
Check. Let A = 4 and B = 2 A3+ B3 = 43 + 23 = 64 + 8 = 72
12A + 12B = 12(4) + 12(2) = 48 + 24 = 72
So the correct answer is One cube has sides of length 4 and the other cube has sides of length 2.