Calculate the diagonal of a cube, knowing that if it is increased by $ 2 $ cm, the total area will increase $ 32 $ $ cm ^ 2 $
Attemp: Let $x$ be the initial sidelength of the cube. Then the diagonal will be $\sqrt3x$ and the total area will be $6x^2$. We see that $\frac{6x^2}{(\sqrt3x)^2}=2$ is a constant value. Then $\frac{6x^2+32}{(\sqrt3x+2)^2}=2 <=> \sqrt3x=1$. The diagonal is $1$.
Correct?
It looks to me as if all your reasoning is correct, but your algebra is off in the final step. $$\frac{6x^2+32}{(\sqrt3x+2)^2}=2 \\ \implies 6x^2+32=2(3x^2+4\sqrt 3 x+4) \\ \implies 32=8\sqrt 3 x+8 \\ \implies 8\sqrt 3 x=24 \\\implies \sqrt 3 x=3 $$