If we look at the expansion of this $$(x+a)(x+b)(x+c)=x^3+(a+b+c)x^2+(ab+bc+ca)x+abc$$ And consider a rectangular solid with length, width and height of $a, b, c$ respectively.
Then $$l_{edges}=4(a+b+c)$$ $$A_{surface}=2(ab+bc+ca)$$ $$V=abc$$
Which match up very nicely with the terms of this cubic. (Well, three of the terms, anyway.) Especially if we set $x=2$.
After I thought about this (daydreaming in a meeting at the end of the day) I wondered if this was something everyone knew, but I had just missed out on. And then I wondered if there was anything fun that could be done with this.
I would love some leads on key words (so I can find an article addressing this and see what paths this leads to) or some things to explore that are connected to this.
Okay, the obvious paths are the 2nd power case power case. $$(x+a)(x+b)=x^2+(a+b)x+ab$$ $$Perimeter=2(a+b)$$ $$Area=ab$$
And the 4th and higher cases. $$(x+a)(x+b)(x+c)(x+d)=x^4+(a+b+c+d)x^3+(ab+bc+cd+da)x^2+(abc+bcd+cda+dab)x+abcd$$ $$l_{edge}=8(a+b+c+d)$$ $$A_{sides}=4(ab+bc+cd+da)$$ $$V_{sides}=2(abc+bcd+cda+dab)$$ $$HyperVolume=abcd$$
You can think of a closed interval $[0, a]$ of length $a$ as consisting of two points (namely its endpoints $0$ and $a$) together with the open interval $(0, a)$ of length $a$. Now the set
$$[0, a] \times [0, b] \times [0, c] \subset \mathbb{R}^3$$
is a rectangular solid with side lengths $a, b, c$. Divide up each side as its two endpoints together with the open interval, then "expand out the product" and you get your result. This also explains Sammy's observation about vertices in the comments.