2D: The lengths can be arranged to form a triangle with integer area.
3D: The lengths can be arranged to form a tetrahedron with integer volume (note the arrangement matters - not every tetrahedron with these edge-lengths has integer volume)
4D: Can the lengths be arranged to form a pentachoron with integer hypervolume?
If they can, then enter this hypervolume as your answer. If not, find the smallest achievable hypervolume with these edge-lengths, and enter the nearest integer to this minimum hypervolume.
Hint: one approach is to use this formula
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I used combinatorial enumeration of options with Python.
P.S. Fine same problem exist for the 10 lengths 1 0 , 1 1 , . . . , 1 9 . Try this.