PDA

View Full Version : Pizza


Acedeal
November 13th, 2003, 05:22
What is the greatest number of pieces you form with n cuts of a pizza?

Panda
November 13th, 2003, 06:59
Easy...just a little calc to get an expression for the sequence.

x = ((n^2)+n+2)/2

Acedeal
November 13th, 2003, 07:54
the calculus of differences