Plane Cutting

Using 20 straight cuts, what is the maximum number of pieces that a paper can be divided into?

Note: You are not allowed to fold, tear or crease the paper.


The answer is 211.

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.

2 solutions

Geoff Pilling
Dec 1, 2016

Each time you make a slice, you can slice through each of the cuts you have already made.

So you start with one piece. The first slice adds one piece. The second slice adds 2 2 pieces. And so on.

So, the total number of pieces after 20 20 cuts will be, N = 1 + 1 + 2 + 3 + 4 + 5 + . . . . + 20 N = 1+1+2+3+4+5+ .... + 20 .

N = 1 + i = 1 20 i = 1 + 20 ( 20 + 1 ) 2 = 211 N = 1 + \sum_{i=1}^{20}i = 1 + \frac{20(20+1)}{2} = \boxed{211}

I did the same math, different logic.

Number of pieces = number of lines + number of intersections + 1 1 To maximize the number of intersections, each new line crosses each existing line once. The 1st line crosses 0, the 2nd crosses 1, the 3rd crosses 2, etc. N = 20 + ( 0 + 1 + 2 + 3 + 4 + + 18 + 19 ) + 1 N = 20 + (0+1+2+3+4+\dots+18+19) +1

N = 20 + ( 20 ( 19 + 0 ) 2 ) + 1 N = 20 + (\dfrac{20(19+0)}{2}) +1

N = 20 + 190 + 1 = 211 N = 20 + 190 +1=211

Seth Christman - 4 years, 6 months ago

Excellent problem, but it takes a mathematician to know that after a cut the pieces stay in place no matter how many there are. More common folk would take the two pieces after the first cut, put them on top of each other (not prohibited by the wording) and cut through both of them. If one were to continue in that vein, the result would be 2^20.

Marta Reece - 4 years, 5 months ago

Log in to reply

Ah, good point Marta!

Geoff Pilling - 4 years, 5 months ago
Prince Loomba
Jan 5, 2017

The general formula is n 2 + n + 2 2 \frac {n^2+n+2}{2} Put n = 20 n=20 to get the answer as 211 211 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...