Let the volume, surface area and length of the diagonal of a cuboid be as follows: $144$, $192$, $13$. Find the dimensions.
My trial: $$lbh = 144$$
$$2(lb+bh+lh) = 192 \implies lb+bh+lh = 96$$
$$l^2 + b^2 + h^2 = 13^2 = 169.$$
As $(l+b+h)^2 = l^2 + b^2 + h^2 + 2(lb+bh+lh) = 169 + 192 = 361$. So, $l+b+h = 19$.
Then?
NB: Sorry to all for posting my 1st question in a wrong manner. Thanks for helping me.
I am continuing from where you have left.
$$l+b+h = 19 => b+h = 19-l$$
$$lbh = 144 => bh=\dfrac{144}{l}$$
$$lb+bh+lh = 96 => l(b+h) + bh = 96$$
Now substituting the first two equations in the last equation:
$$ l(19-l) + \dfrac{144}{l} = 96$$
$$ l^3 - 19l^2 + 96 - 144 = 0$$
Solve this cubic equation to get three values of which one is length, one is breadth and the other one is height of the cuboid.
The answers are $(l,b,h) = (12,4,3)$