Stubborn Wooden Block

Consider a 3 × 3 × 3 3 \times 3 \times 3 wooden cube. We are using a knife to cut it straight into twenty seven 1 × 1 × 1 1 \times 1 \times 1 cubes. Clearly, if we can use the knife only on one piece of wood at a time, regardless of its dimensions, then we need 27 cuts.

Now, If we are allowed to rearrange and stack up the pieces already cut so that a cut can go through multiple layers, what is the minimum number of cuts needed?


Bonus: How can we generalize this to an n × n × n n \times n \times n cube?

1 2 3 4 5 6

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.

1 solution

Jon Haussmann
Mar 27, 2017

It's easy to see that six cuts are sufficient.

Consider the unit cube at the center. No matter how the pieces are rearranged at any time, all six faces of the center unit cube must be cut separately. So six cuts is the minimum.

My thoughts regarding the general case,

If n n is prime then the number of cuts requires will be 3 × ( n 1 ) 3\times (n-1)

If n n is composite the number of cuts will be 3 ( p 1 ) \sum 3(p-1) where, each p p is a prime factor of n n

eg: if n = 6 , ( 6 = 2 × 3 ) n=6,(6=2\times 3) the minimum number of cuts will be 3 ( 2 1 ) + 3 ( 3 1 ) = 9 3(2-1)+3(3-1)=9

Anirudh Sreekumar - 4 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...