Roman C. answered 04/28/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Kenneth is right: 2x = 16x - 1 has a closed form solution, but it is messy, requiring the procedure for solving a general 4th degree polynomial:
https://www.wyzant.com/resources/files/372247/solving_general_cubic_and_quartic_equations
Instead you must have meant 2x=16x-1, which has a simple solution by using 16=24
2x = 24(x-1)
4(x-1) = x
4x - 4 = x
3x = 4
x = 4/3