Question
I've been trying to write a code for this particular problem in Python. Is there someone who would help? 3.Rule of 72 This rule is
I've been trying to write a code for this particular problem in Python. Is there someone who would help?
3.Rule of 72 This rule is used to approximate the time required for prices to double due to inflation. If the inflation rate is r %, then the Rule of 72 estimates that prices will double in 72/r years. For instance, at an inflation rate of 6/o, prices double in about 72/6 or 12 years. Write a program to test the accuracy of this rule. For each interest rate from 1% to 20%, the program should display the rounded value of 72/r and the actual number of years required for prices to double at an r% inflation rate. (Assume prices increase at the end of each year.)
Rule of 72 Doubling Time Actual Doubling (in years) 72 36 24 18 14 Interest Time (in years) 70 36 24 18 15 Rate 1% 2% 3% 4% 5% Partial outcome of the programStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started