Inflation Calculator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to show payback of a purchase
I would like to have something along the lines of

(current cost * 4% annual inflation) / (cost of System) = (number of years
system pays for itself)
 
Eric said:
I am trying to show payback of a purchase
I would like to have something along the lines of

(current cost * 4% annual inflation) / (cost of System) = (number of years
system pays for itself)

How can this system pay for itself? Does it generate income? Inflation
will tell you the future cost to replace the system.
 
I just really need to know how to calculate the future cost if something will
increase 4% yearly.

the "system" is a service we offer that eliminates "current cost"
 
The inflated price would be =A1*(1.04^A2) if A1 is the original price and A2
is the number of years.
 
Take 1.04 raised to the power of the years you want to calculate for,
multiply by the current cost, then subtract the current cost to see what
the difference is.
 
Won't that create a circular referance? I am trying to find Years. I know
"current cost" I know inflation rate and I know "system cost".

I need to find time it will take for "system cost" to eual acrued "current
cost" with 4% inflation
 
I am solving for years.

Bob I said:
Take 1.04 raised to the power of the years you want to calculate for,
multiply by the current cost, then subtract the current cost to see what
the difference is.
 
That isn't right. I need it to give me compounded inflated price.
For example if A1 = 100 and A2 = 4 then the answer should be 424.6464 not 416
 
If you know the answer and one of the parameters of the equation is an
unknown, then you can use goal seek.

The other way of tackling it is to say that the number of years
=LOG(A5/A1,1.04), where A5 is your inflated cost and A1 is your original
cost.
 
Telling people "That isn't right" when they've given you the correct answer
to the question you've asked is not the wisest way of encouraging the
participants in the group to help you with your problems.

Taking your example, if A1=100 and A2=4, the answer is 116.9859, so I don't
know where you get your 424.6464 or your 416.
 
OH! Rule of 70! Or 72 which ever you prefer. Simply divide 70 or 72 by
the rate of inflation. There is plenty references to it if you google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top