Its a rather small problem once you've boiled it down to:
$2(ab + bc + ca) = 100$ (the surface area of said cuboid)
Now, I'm left with the equation:
$ab + bc + ca = 50$,
$3$ variables and $1$ equation. Is there any way to factor or apply a niche formula or similar to solve for lengths: $a, b, c$. Yes, the number is small so you could probably guess and check ( like $1, 2, 16$ works), but is there a proper way to deal with this kind of problem? Thanks.
Let $a\geq b\geq c$.
Thus, $$50\geq3c^2,$$ which gives $$1\leq c\leq 4$$ and we got not so many cases.
For example, for $c=1$ we obtain: $$a+b+ab=50$$ or $$(1+a)(1+b)=51,$$ which gives $$1+a=17$$ and $$1+b=3.$$ The rest is similar.