So I have this equation:
eq = 20000 * 1.02^x + 200 * (1 - 1.02^x) / (1 - 1.02) == 30000
And sage gives me this solution with solve(eq, x):
[51^x=4/3⋅50^x]
Why doesnt it give me just the x value?
Please help, thanks.
1 | initial version |
So I have this equation:
eq = 20000 * 1.02^x + 200 * (1 - 1.02^x) / (1 - 1.02) == 30000
And sage gives me this solution with solve(eq, x):
[51^x=4/3⋅50^x]
Why doesnt it give me just the x value?
Please help, thanks.