First time here? Check out the FAQ!
answered 2017-05-01 19:18:14 +0100
eq = 20000 * 1.02^x + 200 * (1 - 1.02^x) / (1 - 1.02) == 30000 eq2 = solve(eq,x)[0] solve(log(eq2).canonicalize_radical(),x)