Exercise algebra.manipulation.exponential.equation

Description
solve exponential equation algebraically

Derivation

3*x == 7/2
algebra.equations.coverup.times
x == 7/6
algebra.manipulation.exponents.reciprocal
x == 7*6^(-1)