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?

To find the maximum number of pieces into which a pizza can be cut using 6 cuts, we can use the formula c*(c+1)/2 + 1, where c is the number of cuts.

In this case, we have c = 6.

Plugging this into the formula, we have:

6*(6+1)/2 + 1

Simplifying the equation:

6*(7)/2 + 1

42/2 + 1

21 + 1

The maximum number of pieces the pizza can be cut into with 6 cuts is 22.