Exercise algebra.manipulation.exponential.equation

Description
solve exponential equation algebraically

Derivation

4*x == 3
algebra.equations.coverup.times
x == 3/4
algebra.manipulation.exponents.factor-as-power
x == 3/2^2
algebra.manipulation.exponents.reciprocal
x == 3*(2^2)^(-1)
algebra.manipulation.exponents.mul-exponents
x == 3*2^(-2)