Exercise algebra.manipulation.exponential.equation

Description
solve exponential equation algebraically

Derivation

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