As far as I can see, there is no "simple algebraic" solution. You can only approximate values of 'x' through numerical approximations.I've been bashing my head to solve this problem, is it possible to solve with simple algebra? I need to solve it for x. Thank you.
[MATH]y =\frac{z((1+x)^n-1)}{x}[/MATH]
As far as I can see, there is no "simple algebraic" solution. You can only approximate values of 'x' through numerical approximations.
Thank you for pointing me the direction to look for.You seem to ignore what @Subhotosh Khan said in post #2. I back it up, there is no simple algebraic solution (except for some special cases for low integer values of n, which probably aren't worth mentioning).
Therefore you'll need to use a numerical approach such as a spreadsheet's "goal seek", Newton-Raphson, or another such approximation. We say approximation because it isn't mathematically exact, like sqrt(2) is only approximately equal to 1.414213562373095. However it is possible to achieve an answer accurate to as many finite decimal points as you like.
"to look for" what? If you are still trying to "solve for x", you have not yet been pointed in the right direction, It is not a matter of not being clever enough, it CAN'T be done. Stop Trying. You can solve for any 'x' you need using iterative numerical techniques. Finding the interest rate always has been the last and most difficult piece of simply future/present values and their more convenient formulas. Finding "n" can be a little tricky, as one might be expecting an integer value all the time. That's just a bad assumption; don't expect it and the problem is resolved. That interest rate will not allow for simple discovery.Thank you for pointing me the direction to look for.