a^n + a^n+1
rewrite a^n+1 as a^1 a^n
now you have a^n + a^1a^n
Factor out the common term to get the final answer:
a^n (1+a)