An apple can only be sliced through its center. When 0 slices have been made, the apple is in 1 piece. When 1 slice is made, the apple is in 2 pieces. When 2 slices are made, the apple is in 4 pieces. Find a formula to describe number of pieces the apple will be in when sliced $n$ times.
I have tried to do this problem. After 1 slice, the formula for the total number of pieces is $2n$. However, the formula does not work when n = 0. When $n = 0$, there is only 1 piece, so the formula does not work.
Is it impossible to find a formula for this question? I'm trying to find the number of exposed surfaces of an apple when cut n times through the center, but I cannot even seem to find a formula for this basic problem.