I stumbled upon a problem the result of which feels very counter intuitive.
Say I have a box in n-dimension each side of the box is length 1.
The volume is defined as 1^n = 1.
Now say I want to carve out a smaller box with each side x, and x < 1 such that the volume of the smaller box is 5% of the original. i.e. x^n = 5%.
This gives x = 5% ^ (1/n).
Now as I increase the dimension from n=1 to n=10 the value of x increases from 0.05 to 0.74.
This implies that to carve out only 5% of the volume I have to carve out bigger chunks from the original box as the dimension increases. This result seems to counter intuitive. Or did I run into a logical flaw ?
Any comments or help is much appreciated.