How do you solve #4^x * 2^(x^2) = 16^2#?
1 Answer
May 15, 2016
Explanation:
First, note that the bases of the exponential functions here, which are
Rewrite the equation to reflect this:
#(2^2)^x*2^(x^2)=(2^4)^2#
Simplify
#2^(2x)*2^(x^2)=2^8#
On the left hand side, simplify the exponents using the rule:
#2^(2x+x^2)=2^8#
Since both of the bases are the same, we know their exponents must also be equal:
#2x+x^2=8#
Solve as you typically would a quadratic equation:
#x^2+2x-8=0#
#(x+4)(x-2)=0#
#x=-4,x=2#