Skip to main content
Logo image

Just Enough Algebra

Section 2.5 Finance formulas

Hector is trying to figure out his finances - finding a good investment for his tax refund, saving for a down payment on a house, and dealing with his student loans. While there are various online tools that will “do the math” for him, Hector would really like to work out the formulas for himself.
First that tax refund. What a relief: $1,040 back this year. Much as Hector is tempted to spend the money on something fun, he knows he should save it. His local bank offers him two choices: a savings account paying 1.2% interest compounded monthly or a 3-year certificate of deposit paying 3% interest compounded monthly.
The description compounded monthly means that the bank will pay him \(\tfrac{1}{12}\) of the annual interest each month, and then use that new balance in computing his interest in the month that follows. For example, that savings account would pay 1.2% interest compounded monthly, so that’s
\begin{equation*} \frac{1.2\%}{12}= 1.2\% \div 12 = 0.1\% \end{equation*}
interest each month. Rather than figuring out Hector’s balance one month at a time, we can use this formula.

Compound Interest Formula

\begin{equation*} a = p \left( 1 + \frac{r}{12}\right) ^{12y} \end{equation*}
where
  • \(a\) = account balance ($)
  • \(y\) = time invested (years)
  • \(p\) = initial deposit or “principal”
  • \(r\) = interest rate compounded monthly (as a decimal)
If you’re curious, this equation fits the template for an exponential equation.
\begin{equation*} \text{dep} = \text{start} \ast \text{growth factor} ^ {\text{indep}} \end{equation*}
The starting amount is \(p\text{.}\) The annual growth rate is \(r\text{,}\) which means the monthly growth rate is \(\frac{r}{12}\text{,}\) and so the monthly growth factor is
\begin{equation*} g=1+\frac{r}{12} \end{equation*}
Since the interest is added each month, it would make sense to measure time in months. It is customary, however, to measure time in years instead. No big deal. After 3 years, for example, we have
\begin{equation*} 3 \cancel{\text{ years}} \ast \frac{12 \text{ months}}{1\cancel{\text{ year}}} = 3 \times 12 = 36 \text{ months} \end{equation*}
Yup, just multiply the years by 12 to get the months. In the general formula, the number of years is \(y\) and so the number of months is \(12y\text{.}\)
Let’s figure out how much Hector would have in his account for each choice. For the savings account we have \(p=\$1{,}040\text{,}\) \(r=1.2\% = 1.2 \div 100 = 0.012\text{,}\) and \(y = 3\) years so we use the Compound Interest Formula to get
\begin{align*} a \amp = p \left( 1 + \frac{r}{12}\right) ^{12y} \\ \amp = 1{,}040 \left( 1 + \frac{0.012}{12}\right) ^{12\ast 3} \\ \amp = 1{,}040 \times ( 1 + 0.012 \div 12 ) \wedge (12 \times 3) \\ \amp = 1078.10269\ldots \approx \$1{,}078.10 \end{align*}
See the parentheses? The parentheses around the base were already in the equation. They make sure that the inside quantity gets calculated before it’s raised to the power. We inserted the parentheses around the exponent to override the order of operations again. This time we wanted the product (\(12 \times 3=36\)) calculated first.
Of course, Hector might want to choose that certificate of deposit instead. That pays 3% interest compounded monthly, so the only change is \(r=3\% = 3 \div 100 = 0.03\text{.}\) Your turn. Check that using the Compound Interest Formula you get $1,137.81.
It looks like the certificate of deposit is a clear winner, but there is a catch. If Hector wants his money before the three year term is up, he loses all (or most) of the interest earned. Ouch. So Hector should decide not only based on what the accounts pay: $1,078.10 in the savings account versus $1,137.81 in the certificate of deposit, but also on whether he is comfortable leaving the money alone for three years or not.
Unimpressed by the $59.71 difference and uncomfortable locking his money in for that long, Hector decides on the savings account. When he reads the account information carefully he is surprised to see the account pays “1.207% APR.” What does that mean?
The acronymn APR stands for annual percentage rate. It means that 1.2% interest compounded monthly has the same net effect as paying 1.207% at the end of each year. where does that number come from? Imagine $1 in the account (\(p=1\)) for one year (\(y=1\)) at 1.2% interest (so \(r=0.012\) again). Silly, yes, but watch what we learn. The balance from the Compound Interest Formula would be around $1.01207, as you can (and should) check. That means the annual growth factor is \(g=1.01207\) which corresponds to the equivalent of annual growth rate of
\begin{equation*} r=g-1=1.01207-1 = 0.01207 = 1.207\% \text{ APR} \end{equation*}
There’s a formula for this too.

Equivalent APR Formula

\begin{equation*} \text{APR} = \left(1+\frac{r}{12}\right)^{12}-1 \end{equation*}
where \(r\) = interest rate compounded monthly (as a decimal)
For example, the CD pays 3% compounded monthly, so \(r=3\% = 3 \div 100 = 0.03\text{.}\) Using the Equivalent APR Formula we get
\begin{align*} \text{APR} \amp= \left(1+\frac{r}{12}\right)^{12}-1 \\ \amp = \left(1+\frac{0.03}{12}\right)^{12}-1 \\ \amp = ( 1 + 0.03 \div 12 ) \wedge 12 -1 \\ \amp = 0.030416\ldots \approx 0.0304\\ \amp = 0.0304 \times 100\% = 3.04\% \text{ APR} \end{align*}
All this thinking about savings reminds Hector that he wants to own his own place someday. He promised himself that he would start putting away some money each month to save for a down payment on a condo, or maybe even a house. Sharing an apartment with three friends, postponing buying his first car, and bringing lunch from home most days leaves Hector nearly $1,000 per month to save. His bank offers a special savings account paying 4.5% compounded monthly if he commits to making a deposit every month for at least two years.
Suppose Hector deposits $1,000 to the account at the end of every month. Two things happen at the end of each month - first, the interest is added to the account and, second, Hector puts another $1,000 into the account. Let’s do a couple quick examples. At the end of the first month he just has the $1,000. What is his balance at the end of the second month? From the Compound Interest Formula (with \(p=\$1{,}000\text{,}\) \(r=4.5\% = 4.5 \div 100 = 0.045\text{,}\) and \(12y=1\)) he has $1,003.75 to which he adds another $1,000 for a grand total of
\begin{equation*} \$1{,}003.75+ \$1{,}000= \$2{,}003.75 \end{equation*}
At the end of the third month from the Compound Interest Formula (now with \(p=\$2{,}003.75\) but still \(r=0.045\) and \(12y=1\)) he has $2,011.26 to which he adds another $1,000 for a grand total of
\begin{equation*} \$2{,}011.26 + \$1{,}000 = \$3{,}011.26 \end{equation*}
It would take too long to keep calculating one month at a time. A sequence of regular deposits is called an annuity. Luckily there’s a formula for the (future) value of an annuity.

Future Value Annuity Formula

\begin{equation*} a = p \ast \frac{\left( 1 + \frac{r}{12}\right) ^{12y}-1}{\frac{r}{12}} \end{equation*}
where
  • \(a\) = account balance ($)
  • \(y\) = time invested (years)
  • \(p\) = regular (monthly) deposits ($)
  • \(r\) = interest rate compounded monthly (as a decimal)
Notice that \(p\) now represents the regular, monthly deposit instead of the initial deposit. In either case think: \(p\) stands for “put in.” In Hector’s situation, we have \(p=\$1{,}000\) and \(r=4.5\% =4.5 \div 100 =0.045\text{.}\) To check his balance after 3 months, we need to convert to years. Here goes.
\begin{equation*} 3 \cancel{\text{ months} } \ast \frac{1 \text{ year}}{12 \cancel{\text{ months}}} =3 \div 12= 0.25 \text{ years} \end{equation*}
so \(y = 0.25\text{.}\) From the Future Value Annuity Formula, his balance is
\begin{align*} a \amp= p \ast \frac{\left( 1 + \frac{r}{12}\right) ^{12y}-1}{\frac{r}{12}}\\ \amp = 1{,}000 \ast \frac{\left( 1 + \frac{0.045}{12}\right) ^{12\ast0.25}-1}{\frac{0.045}{12}}\\ \amp = 1{,}000 \times (( 1 + 0.045 \div 12) \wedge (12 \times 0.25)-1) \div (0.045 \div 12)\\ \amp =3{,}011.2640625\ldots \approx \$3{,}011.26 \end{align*}
as we expected.
Notice how we need parentheses not only where they appear in the formula, but also around the entire numerator (top) of the fraction, around the entire denominator (bottom) of the fraction, and around the exponent. That’s going to take some practice to get used to. Especially since there are actually two open parentheses in a row.
And how much will Hector have if he continues to save for a full 2 years? Use the Future Value Annuity Formula (now with \(y=2\)) to get the answer of $25,064. Wow. He’ll be buying his own house in no time. By the way, if he just stuck that $1,000 in a shoebox under his bed (meaning earning no interest) he’d have
\begin{equation*} \frac{\$1{,}000}{\cancel{\text{month}}} \ast \frac{12 \cancel{\text{ months}}}{\cancel{\text{ years}}} \ast 2 \cancel{\text{ years}}= 1{,}000 \times 12 \times 2 = \$24{,}000 \end{equation*}
The $25,064 in his account represents a total of $1,064 in interest. The bank is better than the shoebox.
Oh, but wait, there’s those looming student loans. Hector currently owes $16,700 at 5.75% interest compounded monthly. He’s ready to start paying some of that loan off every month, which means this loan repayment is another example of an annuity. Again, two things happen at the end of each month - first, the interest is added to the account and, second, the payment is subtracted. Instead of trying examples by hand, let’s fast forward to the formula. The formula that gives the (monthly) payment for a loan (or any annuity) is

Loan Payment Formula

\begin{equation*} p = \frac{a \ast \frac{r}{12}}{1-\left( 1 + \frac{r}{12}\right) ^{-12y}} \end{equation*}
where
  • \(a\) = loan amount ($)
  • \(y\) = time invested (years)
  • \(p\) = regular (monthly) payment ($)
  • \(r\) = interest rate compounded monthly (as a decimal)
Notice that \(p\) now represents the regular, monthly payment and \(a\) is the loan amount. In Hector’s situation \(a = \$16{,}700\) and \(r=5.75\%=5.75 \div 100=0.0575\text{.}\) he would like to pay off the student loan in the next two years before he buys that house, so \(y=2\) years. The monthly payment from the Loan Payment Formula would be
\begin{align*} p \amp \frac{a \ast \frac{r}{12}}{1-\left( 1 + \frac{r}{12}\right) ^{-12y}}\\ \amp = \frac{16{,}700 \ast \frac{0.0575}{12}}{1-\left( 1 + \frac{0.0575}{12}\right) ^{-12\ast 2}}\\ \amp = \left(16{,}700 \times 0.0575 \div 12 \right) \div \text{} \left(1-(1+0.0575 \div 12) \wedge (\text{(-)}12 \times 2)\right)\\ \amp = 738.2743896\ldots \approx \$738.28 \end{align*}
Oh boy. If Hector has to pay $738.28 per month for his student loan, that’s really going to cut into how much he can save for that down payment on a condo. (And forget about a house.) Know why we round up? Banks always do, and then the very last payment is a tiny bit less to make up for all that round up.
This calculation is our most complicated so far. See the negative in the exponent? Look closely at where we added parentheses - top of fraction, bottom of fraction, exponent. Same as before. It’s going to take practice but once you get the hang of it, it is the same steps. One suggestion: write down what you plan to enter into your calculator. That helps you get it correct and, in case you mess up, someone else can at least see what your plan was.
Back to poor Hector. Luckily the student loan is not due in 2 years. He’s allowed 10 years to pay it back. Let’s recalculate his monthly payment assuming he takes the full 10 years instead. From the Loan Payment Formula (now with \(y=10\) instead), we find his new monthly payment would be $183.32. (Check!) Much more realistic. That means he would have
\begin{equation*} \$1{,}000 - \$183.32 = \$816.68 \end{equation*}
to save each month towards that condo. Two years probably isn’t going to be enough time, so suppose he saves for three years instead. Notice that now we’re saving money so we went back to the Future Value Annuity Formula with the regular deposit of \(p=\$816.58\text{,}\) monthly interest rate of \(4.5\% = 4.5 \div 100 = 0.045\text{,}\) and \(y=3\) years. Go for it. Did you get \(\approx \$31{,}410\text{?}\) Good. And, great news for Hector.
There are four different formulas in this section. Each has a different purpose. The exercises say which formula to use, but in subsequent courses you would have to choose for yourself.
A short disclaimer is in order. These formulas only work if the interest is compounded monthly. Can you guess how to change the formulas if the interest is paid at some other interval? Just trade out the 12s for monthly and use how ever many times per year the interest is paid instead, usually called \(n\) in other textbooks.

Do you know …

  1. How to determine which formula to use? Ask your instructor if you will be told which formula to use during the exam.
  2. What the quantities \(a\text{,}\) \(p\text{,}\) \(y\text{,}\) and \(r\) from the formulas mean in the story?
  3. How to evaluate the formulas on your calculator? Ask your instructor which formulas you need to remember, and whether any formulas will be provided during the exam.
  4. Why parentheses are needed around the exponent, numerator, and denominator in most of the formulas?
  5. What APR means, and why it is different from the (nominal) interest rate?
If you’re not sure, work the rest of exercises and then return to these questions. Or, ask your instructor or a classmate for help.

Exercises Exercises

Exercises 1-4 are available in a separate workbook format.

1.

Use the indicated formulas to help Kiran figure out her finances.
(a)
Kiran deposited $2,500 in a money market account that earned 7% interest compounded monthly. Use the Compound Interest Formula to calculate her account balance after 4 years.
(c)
Kiran puts $400 a month in her retirement account that amazingly also earns 7% interest compounded monthly. Use the Future Value Annuity Formula to determine how much Kiran will have in her retirement account in 28 years.
(d)
Kiran would really like to buy a new hybrid car that sells for $23,500. Sadly Kiran’s credit rating is not very good, so the best the dealership offers is a loan at (you guessed it) 7% interest compouned monthly. Use the Loan Payment Formula to calculate her monthly car payments on a six year loan.

2.

Tim and Josh are saving for their kids’ college in fifteen years. The account pays the equivalent of 5.4% interest compounded monthly (taking into consideration various tax incentives)
(a)
Make a table comparing how much they will have after fifteen years if they contribute $100 per month vs. $500 per month vs. $1,000 per month. Use the Future Value Annuity Formula.
(b)
Tim’s parents decide to put $15,000 into the account now. How much will that deposit be worth in fifteen years? Use the Compound Interest Formula.

3.

Use the Equivalent APR Formula to find the APR for each of the following published interest rates (compounded monthly) offered by recent credit card companies.
(a)
9%
(b)
12.8%
(c)
20.19%

4.

Cesar and Eliana are looking at three different houses to buy. The first is a large new townhouse priced at $240,000. The second is a small but charming bungalow priced at $260,000. The third is a large 2-story house down the block priced at $280,000.
Calculate the monthly payment for each house for a 30-year mortgage at 3.5% interest compounded monthly. Use the Loan Payment Formula.
(a)
Townhouse
(b)
Bungalow
(c)
2-Story
(d)
At this interest rate, if the house price goes up by $20,000, what happens to Cesar and Eliana’s monthly payment?

5.

As we have seen, Hector is trying to figure out his finances.
(a)
Check that if Hector deposits $1,040 into a certificate of deposit earning 3% interest compounded monthly, then at the end of three years he will have $1,137.81. Use the Compound Interest Formula.
(b)
Check that if Hector takes 10 years to pay back his student loan of $16,700 at 5.75% interest compounded monthly, then his monthly payment will be $183.32. Use the Loan Payment Formula.
(c)
Check that if Hector deposits $816.58 each month into an account earning 4.5% interest compounded monthly for 3 years, then his balance will be $31,410. Use the Future Value Annuity Formula.

6.

Ayah invests $35,000 for three years. Use the Compound Interest Formula to answer the following questions.
(a)
How much will she have if her money earns 6% compounded monthly?
(b)
How much will she have if her money earns 11% compounded monthly?
(c)
How much will she have if her money earns 1.9% compounded monthly?
(d)
Name the variables, make a table, and draw a graph showing how her balance after three years is a function of the interest rate. Include 0% interest on your graph.

7.

Lue’s family bought a house three years ago and owes $192,000 on their mortgage. In reality, their monthly payment will include taxes, insurance, and money for escrow but let’s ignore those amounts for this problem. In each part of this problem, use the Loan Payment Formula.
(a)
They currently owe $192,000 on their mortgage for the remaining 27 years at 4.5% compounded monthly. Calculate their monthly payment.
(b)
Lue’s family can refinance at 3.5% compounded monthly on a 30-year mortgage loan. Rolling in closing costs, their new loan would be for $195,000. Calculate their monthly payment if they refinance.
(c)
Or, they can refinance to a 15-year mortgage at 3.25% compounded monthly. With closing costs, their new loan would be again be for $195,000. Calculate their monthly payment if they refinance this way instead.

8.

Kurt invests $50,000 in a certificate of deposit earning 4.77% interest compounded monthly. Use the Compound Interest Formula:
(a)
Make a table showing the balance now, after 1 year, after 5 years, and after 12 years.
(b)
Name the variables and draw a graph showing how the balance is a function of the time.

9.

Soo Jin is borrowing more money for college. Compare the APR for each choice, using the Equivalent APR Formula.
(a)
A nationally subsidized loan at 3.4% compounded monthly.
(b)
Her bank’s “college loan” at 7.9% compounded monthly.
(c)
Paying her tuition on her credit card that charges 19.8% compounded monthly.