Separating out the last term of a given sequence

1k Views Asked by At

I am suppose to separate the last term of the given sequence.

$$\sum_{j=0}^n2^j$$

my work as shown... $$ \sum_{j=0}^{n-1}2^j\ +\ 2^n$$
Does this appear wrong?