the maximum number of pieces into which a pizza can be cut by making 6 cuts. Answer is from 1-31.

The formula calculating the maximum pieces cut from a circle is: c*(c+1)/2 + 1, where c is the number of cuts.

See math,hws,edu/~mitchell/Math135F05/Day18,pdf

dots instead of commas.

thanks!!

22

the maximum number of pieces into which a pizza can be cut by making 6 cuts?