Exercise algebra.manipulation.exponential.equation

Description
solve exponential equation algebraically

Derivation

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