Respuesta :

step 1. 2 ^n * 2 ^ n+2 * 2     The exponent is 1
step 2. 2 ^n * 2 ^n+2 * 2^1  Calculate the product
step 3. 2^n + n + 2 + 1        Collect the like terms and Calculate the sum
step 4. 2^2n + 3

answer: 2^2n + 3 

hope this helps :)