p = x*(1 - (1+r)^-n)/r
In words: take the negative nth power of (1+r). Subtract from 1,
divide by r. This gives the ratio of p to x.
I need to be able to solve for n.
Can someone help me with creating a formula out of this to solve for n? :confused: