What is a maximum number of pizza pieces that can be made with 63 of straight cuts on a circular pizza?
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.
f ( n ) = 2 1 ( n 2 + n + 2 ) , where n = number of cuts
f ( 6 3 ) = 2 1 ( 6 3 2 + 6 3 + 2 ) = 2 0 1 7
This is exactly the same solution as Maria provided.
Problem Loading...
Note Loading...
Set Loading...
The consecutive results are known as the lazy caterer's sequence, more formally known as the central polygonal numbers.
Applying the formula we get the answer: 2 n 2 + n + 2 = 2 0 1 7
For more information see Lazy caterer's sequence