Exercise algebra.manipulation.exponential.equation

Description
solve exponential equation algebraically

Derivation

2^(6*x) == 2^6
algebra.manipulation.exponents.equation.same-base
6*x == 6
algebra.equations.coverup.times
x == 1