Question 1119645
Hi

simplify the following

(2to the power of x)squared + 4 to the power of x+1.

Thanks
<pre>{{{(2^x)^2 + 4^(x + 1)}}} 
{{{2^(2x) + (2^2)^(x + 1)}}} 
{{{2^(2x) + 2^(2x + 2)}}} 
{{{2^(2x) + 2^(2x) * 2^2)}}} 
{{{2^(2x)(1 + 2^2)}}} ------- Factoring out GCF, {{{2^(2x)}}}
{{{2^(2x)(1 + 4)}}}
{{{highlight_green(matrix(1,5, 2^(2x)(5), or, 5(2^(2x)), or, 5(4)^x)))}}}