What is the least number of straight cuts we have to make, to cut a piece of pizza into at least pieces?
Note:
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.
Easy problem: K = n(n+1)/2, the aproximate n is 362, 361*363/2 = 65703 and the pieces are 2^16 = 65536 so both are inequalities parts of the pizza.