Exercise algebra.manipulation.exponential.equation

Description
solve exponential equation algebraically

Derivation

3^(3*x-2) == 3*sqrt 3
algebra.manipulation.exponents.write-as-power
3^(3*x-2) == 3*3^(1/2)
algebra.manipulation.exponents.simple-add-exponents
3^(3*x-2) == 3^(3/2)
algebra.manipulation.exponents.equation.same-base
3*x-2 == 3/2
algebra.equations.coverup.onevar.minus-left
3*x == 7/2
algebra.equations.coverup.times
x == 7/6