I know that the $SA = 6s^2$ and that the volume is equal to the base $x$ the $side = s^3$. However, I'm not sure how to approach this though.
-
1The big cube has volume $27$ times the volume of the little cube. It follows that the linear dimensions of the big cube are $27^{1/3}=3$ times the linear dimensions of the little cube. So the area of the big cube is $3^2$ times the area of the little cube. Exactly the same relationship would hold if a big ball had $27$ times the volume of a little ball. The surface area of the big ball is again $3^2$ times the surface area of the little ball. – André Nicolas Mar 14 '15 at 00:25
2 Answers
$$\frac{r_1^3}{r_2^3}=27$$ $$r_1=3r_2$$ $$\frac{A_1}{A_2}=\frac{6(3r_2)^2}{6r_2^2}=9$$
- 23,280
Let $a$ be the sidelength of the first cube. Let $b$ be the sidelength of the second cube.
The surface area for a cube with sidelength $s$ is given by the formula $\text{SurfaceArea}=6s^2$ (note it is quadratic in $s$, not cubic as in your typo above)
The volume of a cube with sidelength $s$ is given by the formula $\text{vol}(S) = s^3$
We are told that $\text{vol}(A)=27\cdot\text{vol}(B)$ (worded above as "the volume of A is 27 times that of the volume of B")
$$\text{vol}(A)=27\cdot\text{vol}(B)\\ a^3 = 27b^3 \\ \sqrt[3]{a^3} = \sqrt[3]{27b^3}\\ a = 3b$$
We are curious as to the ratio between the surface areas:
$\text{SurfaceArea}(A) = 6a^2 = 6(3b)^2 = 6\cdot 9\cdot b^2 = 9\cdot (6b^2) = 9\cdot\text{SurfaceArea}(B)$
Thus, the ratio is $9:1$ (since surface(A)=9surface(B), A's surface area is larger)
- 79,518