sten_super
Brain Surgeon
I'm a bit rusty but I'll have a go:
Y+1 = (100/P) ^ (360/D)
(Y+1)^D = (100/P)^360
(Y+1)^(D/360) = 100/P
P*((Y+1)^(D/360)) = 100
P = 100/((Y+1)^(D/360))
....or what Seagull27 said
Aha yes. I got the same result as you but didn't click that 100*(Y+1)^(-D/360) is the same as 100/(Y+1)^(d/360).
I get stuck or go majorly wrong around the point where is stop:
Y=(100/P)^(360/D) -1
Y+1=(100/P)^(360/D)
log Y+1= log(100/P)^(360/D)
log Y+1= (360/D)*log(100/p)
STUCK
well, log(100/p) is the same as log 100 - log P, giving
log Y+1 = (360/d)(log 100 - log P)
then divide both sides by (360/d)
(log Y+1)(D/360) = log 100 - log P
add log P to both sides
log P + (log Y+1)(D/360) = log 100
take away (log Y+1)(D/360) from both sides
log P = log 100 - (log Y+1)(D/360)
using log powers (which was used earlier to go from log(100/p) to 100 - log P
log P = log (100/(Y+1)(D/360))
then de-log; the (D/360) gets applied to the (Y+1) as a power
P = 100/(Y+1)^(D/360)
Last edited: