Question

In: Finance

USE EXCEL You’re bored at work and so want to figure out how long until you...

USE EXCEL

You’re bored at work and so want to figure out how long until you can retire. Suppose that you have $700,000 in savings today (today is 1-Jan-2021). This savings account earns a 3% return each year. Specifically, the interest accrues each day at a daily rate of 0.03/360, and the interest compounds annually (i.e. the interest gets added to the interest-earning principal at the end of each year). From your salary, you will contribute $22,000 in additional savings at the end of each year, starting one year from today. You calculate that once these savings reach or exceed $1 million, you will retire. (For this problem, I suggest you use Excel.)

  1. How many years and days will it take for you to have enough savings (including accrued interest) for you to retire?

  2. You just spent $1000 today on a ticket to Hawaii. If you hadn’t, you would have started with $701,000 in savings. How much earlier could you retire if you had not bought this ticket?

Solutions

Expert Solution

Let's find the time taken to reach $ 1 million = Nper (Rate, PMT, PV, FV) = Nper (3%, 22000, 700000, -1000000) = 6.429340449

So, it's going to take 6 years and a few more days. Let's say it takes N days beyond year 6 to reach 1 million mark.

FV in exact 6 years = FV (Rate, Nper, PMT, PV) = FV (3%, 6, 22000, 700000) = 978,141.63

Amount short by 1,000,000 - 978,141.63 = 21,858.37

Accumulated interest over N days should bridge this gap.

Hence, FV x N x daily rate = 21,858.37

Or, 978,141.63 x N x 0.03/360 = 21,858.37

Hence, N = 268.16

Hence, it will take for you 6 years and 268 days to have enough savings.

-----------------------

Let's find the time taken to reach $ 1 million = Nper (Rate, PMT, PV, FV) = Nper (3%, 22000, 701000, -1000000) = 6.41

So, it's going to take 6 years and a few more days. Let's say it takes N days beyond year 6 to reach 1 million mark.

FV in exact 6 years = FV (Rate, Nper, PMT, PV) = FV (3%, 6, 22000, 701000) = 979,335.68

Amount short by 1,000,000 - 979,335.68 = 20,664.32

Accumulated interest over N days should bridge this gap.

Hence, FV x N x daily rate = 20,664.32

Or, 979,335.68 x N x 0.03/360 = 20,664.32

Hence, N = 253.20

So, you could have retired earlier by 268 - 253 = 15 days





Related Solutions

Suppose it’s 1974, and you’re working as a pollster. You want to figure out how many...
Suppose it’s 1974, and you’re working as a pollster. You want to figure out how many people you’d have to survey to get a 97.5% confidence interval of ±4% for the proportion of Americans who say baseball is their favorite sport. (a) Find an appropriate sample size assuming you have no previous information. (b) Now suppose that your helpful intern has found a Gallup poll from 1972 in which 19% of Americans surveyed said that baseball was their favorite sport.4...
Suppose it’s 1974, and you’re working as a pollster. You want to figure out how many...
Suppose it’s 1974, and you’re working as a pollster. You want to figure out how many people you’d have to survey to get a 97.5% confidence interval of ±4% for the proportion of Americans who say baseball is their favorite sport. (a) Find an appropriate sample size assuming you have no previous information. (b) Now suppose that your helpful intern has found a Gallup poll from 1972 in which 19% of Americans surveyed said that baseball was their favorite sport.4...
How do I use the data analysis in Excel to figure these questions out? Suppose a...
How do I use the data analysis in Excel to figure these questions out? Suppose a researcher gathered survey data from 19 employees and asked the employees to rate their job satisfaction on a scale from 0 to 100 (with 100 being perfectly satisfied). Suppose the following data represent the results of this survey. Assume that relationship with their supervisor is rated on a scale from 0 to 50 (0 represents a poor relationship and 50 represents an excellent relationship);...
Use MATLAB to figure out the following problem, if you do not know how to use...
Use MATLAB to figure out the following problem, if you do not know how to use MATLAB then please do not answer. Coding is required for the exercise. For f(x) = arctan(x), find its zeros by implimenting Newtons method and the Secant method in Matlab. (Hint: Use Newtons method to calculate x1 for Secant method) Comment all code please since I would like to learn how to do this correctly in MATLAB. Thank you.
You work at a toy company. You talk to the accounting department and figure out that...
You work at a toy company. You talk to the accounting department and figure out that the fixed operating cost is roughly $50,000 a month. As an engineer, you also calculate that it cost roughly $40 per unit of output. You then notice that due to supply and demand that the selling price per unit is about p = $200-1.6D. Determine the optimal volume for this product and what are the breakeven point(s)?
Coding: Use MATLAB to figure out the following problem, if you do not know how to...
Coding: Use MATLAB to figure out the following problem, if you do not know how to use MATLAB then please do not answer. Coding is required for the exercise. For f(x) = arctan(x), find its zeros by implimenting Newtons method and the Secant method in Matlab. (Hint: Use Newtons method to calculate x1 for Secant method) Comment all code please since I would like to learn how to do this correctly in MATLAB. Thank you.
You’re a magician trying to figure out one of your competitor’s most dazzling tricks. As a...
You’re a magician trying to figure out one of your competitor’s most dazzling tricks. As a last ditcheffort, you’ve made a shady deal with someone who looks suspiciously like Tucker in a back alley tosteal your competitor’s prop. He gives you a bag containing 6 regular coins and 4 two-faced coins (bothsides are heads), leaving you to figure out the trick for yourself. (a) Suppose you choose a random coin from the bag and flip it. What is the probability...
***You can use a calculator but I just need the work written out so I can...
***You can use a calculator but I just need the work written out so I can see what you did and how you did it*** I need the answer for number 4 which is based on number 3. Please answer number 4 based on number 3. Number 4 can be found at the bottom. Thank you! 3. A business takes out a loan for $250,000 at 4.8% interest compounded monthly. If the business can afford to make monthly payments of...
I am so desperate to know how to figure out if the industry is increasing, decreasing...
I am so desperate to know how to figure out if the industry is increasing, decreasing or constant cost industry by using given supply function, for example, S(p)= 200p - 3000. Please explain in detail Thanks
Please, read the code below so you can figure out what is the steps that are...
Please, read the code below so you can figure out what is the steps that are used. (Answer in words) import java.util.*; import java.io.*; / class WordHelper{ public static String vowels = "aeiouyAEIOUY";    //method to check whether a given character is vowel or not public static String[] sortByVowels(String[] words){ Integer[] noOfVowels = new Integer[words.length]; String[] newArray = new String[words.length];    newArray[i] = words[i]; int cnt = 0; for(int j = 0; j < words[i].length(); j++){ String temp = Character.toString(words[i].charAt(j));...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT