Exercise algebra.manipulation.exponential.equation

Description
solve exponential equation algebraically

Derivation

16*sqrt 2 == 2^x
algebra.manipulation.exponents.factor-as-power
2^4*sqrt 2 == 2^x
algebra.manipulation.exponents.write-as-power
2^4*2^(1/2) == 2^x
algebra.manipulation.exponents.add-exponents
2^(9/2) == 2^x
algebra.manipulation.exponents.equation.same-base
9/2 == x
algebra.equations.linear.flip
x == 9/2