If you can move the pieces, then the simplest solution is 2⁶ = 64 pieces. Simply halve the pieces with each cut successively 6 times. Each cut will double the number of pieces. You can either stack the pieces on top of one another or line them up horizontally before you cut.
How many slices of cake can you cut?
An 8″ layer cake will yield about 8-12 slices when you cut the traditional way (starting in the middle and cutting wedges). Cutting a cake with the method I’m going to show you will yield 14-18 slices.
What is the maximum number of pieces that can be made with 3 cuts?
When doing three cuts things start to get interesting. If the three cuts all go through a common point on the pizza top, then only six pieces result. But if you move your knife slightly before doing the final third cut, then you can get seven pieces. That is, P(3) = 7.
Can you cut a cake in 8 pieces with 3 cuts?
Step 1: Cut the cake into quarters (4 pieces) using 2 of the cuts – one horizontally down the centre of the cake and the other vertically down the centre of the cake. Step 3: Finally, you can just cut that stack of 4 pieces in half – using your third and final cut – and then you will end up with 8 pieces of cake!
How can you cut a round cake into 16 pieces by just 4 cut?
When you cut, use a gentle sawing motion. Cut across the cake from 9 o’clock to 3 o’clock. The cake is now cut into quarters. To get 16 even slices from a 10-inch cake, take one quarter of the cake and, using the knife, cut it in half; cut each half again in half and repeat with the remaining cake quarters.
How do you cut a pizza into 11 pieces with 4 lines?
Instead, just change the shape of the pizza. A single cut on an S shaped Pizza, like the slash on the dollar sign ($) can give you 4 even sized pieces. Line them up and cut them in half (8 slices), and then do that again to get 16 perfectly equal slices of pizza.
What size is a 10 inch cake?
10 in cakes can be sensibly served to up to 25 people with each slice measuring about 1 1⁄4 inches across the back or about the width of a teaspoon. As with the 8 inch cakes, 10 inch cakes can be served event style. Cut event style, a 10 inch cake can be served to as many as 39 people.
Can you cut a pizza into 11 pieces with four straight cuts?
A maximum number of 11 slices is attainable with 4 straight cuts. Assuming that after each slice cut we can not put all slice on top of each other. A maximum number of 16 slices is attainable with 4 straight cuts.
What is the maximum pieces with 10 cuts?
What is the maximum number of the pieces that a watermelon can be cut into 10 knife cuts? (circle cutting problem extension) I saw this problem in a game “Brain out” level 85. In this game, the answer is 1024, simply 10th power of 2.
How can you cut a cake into 8 equal pieces with only 3 straight cuts?
Place these four pieces one above other and cut them to make EIGHT equal size pieces. It only takes three cuts. The “correct” answer is to cut the cake in quarters (4 pieces) using 2 of the cuts – one horizontally down the center of the cake and the other vertically down the center of the cake.
What is the maximum amount of pieces you can cut a pie into using only four straight cuts?
If you cut it with THREE straight lines you get a maximum of SEVEN bits. If you cut it with FOUR straight lines you get a maximum of ELEVEN bits. If you cut it with FIVE straight lines you get a maximum of SIXTEEN bits.
What’s the maximum number of slices you can make on a cake?
If you cut cake in traditional way like pizza. (Cutting through the center would give you 8 slices ) However, even more slices are possible if the cuts do not all intersect. The lazy caterer’s sequence describes the maximum number of pieces of a circle that can be made with a given number of straight cuts.
How many pieces of cake can you make with 5 cuts?
When n is the number of cuts you make and C n is the number of resulting pieces, the formula is: There’s even a sequence in OEIS that describes this series. 5 cuts can only get you 26 pieces so even that won’t achieve the 27 claimed.
What is the cake number if all cuts are straight?
If all cuts are straight cuts and the cake is a rectangular prism or cylinder, it’s not possible. From Wikipedia’s page on the Cake Number: In mathematics, the cake number, denoted by Cn, is the maximum number of regions into which a 3-dimensional cube can be partitioned by exactly n planes.
What’s the maximum number of pieces in a vertical cut?
So number of horizontal cut will be n/2. and vertical cuts will be n-n/2. So number of pieces = (horizontal cut + 1) * (vertical cut + 1). echo “Max number of pieces for n = ” .