Bunuel wrote:
Three cubes has integer edge lengths. If the sum of their surface areas is 564 cm^2 Then what are the possible values of the sum of their volumes ?
A. 764 cm^3 and 586 cm^3
B. 764 cm^3 and 564 cm^3
C. 586 cm^3 and 564 cm^3
D. 586 cm^3 and 786 cm^3
E. 586 cm^3 and 564 cm^3
We can let a, b and c be the edge lengths of the three cubes, and we need to determine the possible values of a^3 + b^3 + c^3. We can create the equation for the combined surface area of the cubes as:
6a^2 + 6b^2 + 6c^2 = 564
a^2 + b^2 + c^2 = 94
Since the sum of the 3 squares is less than 100, each edge must be less than 10. Now, let’s let a > b > c. If a = 9 (the largest integer it can be), we have:
81 + b^2 + c^2 = 94
b^2 + c^2 = 13
At this point, we see that b could be 3 and c could be 2. If that is the case, then a^3 + b^3 + c^2 = 9^3 + 3^3 + 2^3 = 729 + 27 + 8 = 764 cm^3 (notice that we can eliminate choices C, D, and E).
Since we still need to find the other possible value of a^3 + b^3 + c^3, let’s let a = 8 and we have:
64 + b^2 + c^2 = 94
b^2 + c^2 = 30
However, there are no integer solutions for b and c.
If b = 7, we have:
49 + b^2 + c^2 = 94
b^2 + c^2 = 45
At this point, we see that b could be 6 and c could be 3. If that is the case, then a^3 + b^3 + c^2 = 7^3 + 6^3 + 3^3 = 343 + 216 + 27 = 586cm^3. We see that the correct answer is A.
Answer: A
_________________