First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 8 years ago

ndomes gravatar image
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)