Answer the question
In order to leave comments, you need to log in
How to find width, length and height?
Hello!
There is data
Length 0.68 m
Width 0.44 m
Height 0.15 m
And there are 45 such places.
I get a volume of 0.68 * 0.44 * 0.15 * 45.
How to find out the total length in cm?
Answer the question
In order to leave comments, you need to log in
Do you mean "surface"? Then = 2 a c+2 b c+2 a b, where a is the width, b is the length, c is the height
If you need to cover one of the surfaces in 2d format, then just 2a + 2b
The task is a bunch of boxes and a big, big warehouse - you need to find the perfect lineup and allocate space in the warehouse. How much space to allocate.
First find the total volume.
The ideal arrangement of many places is a cube - you can calculate the dimensions of this cube
we take the maximum coordinate, multiply by n and raise the number into a cube, increasing n until the resulting value is less than the total volume. the largest value of n will be the maximum number of packages in this coordinate, most likely it will have to be reduced by 1 and the calculation repeated. Let's say it will be the length of all (n times the length of one). Then we also find the remaining coordinates - we divide the existing distance of the side of the cube by the coordinate and round it up to integers - we find how many elements are in the length, width and height. let's find the quantity - the remaining elements will fall into the top layer - which means the height will be 1 element more.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question