Introduction

Welcome back to Interest, Savings, and Borrowing! You have completed the first lesson of this course, and you are now moving into Lesson 2 of 5. In the previous lesson, we learned how to read a financial statement by identifying its three key components: the principal, the rate, and the time period. Now it is time to put those pieces to work.

In this lesson, we will learn how to calculate the interest earned or owed over a single time period, and how to find the ending balance after that interest is applied. By the end, you will be able to take any principal and annual rate pair and confidently produce a dollar-and-cents result.

From Identifying to Computing

Think of the previous lesson as learning to read a recipe: we identified the ingredients (principal, rate, and time period) but did not actually cook anything. This lesson is where we turn on the stove.

The good news is that a one-period interest calculation uses skills we have already practiced. As you may recall from earlier courses, finding a percent of a number means converting the percent to a decimal and then multiplying. That same step is the heart of every simple interest calculation. If we can find 20% of a sale price, we can just as easily find 5% of a savings deposit.

The One-Period Simple Interest Formula

When money sits in an account (or a loan goes unpaid) for exactly one period, the interest earned or owed equals the principal multiplied by the rate expressed as a decimal. Written as a formula:

Interest=Principal×Rate\text{Interest} = \text{Principal} \times \text{Rate}

Let's label these with shorter names so the math stays tidy:

I=P×rI = P \times r

Here, is the principal in dollars, is the annual rate written as a (not a percent), and is the interest in dollars. For example, if the rate is 4%, we use . If it is 7.5%, we use .

Walking Through a Savings Example

Suppose you deposit $2,000 into a savings account that pays 3% annual interest. We want to know how much interest you earn after one year.

Step 1 — Convert the rate to a decimal. Move the decimal point two places to the left: 3%=0.033\% = 0.03.

Step 2 — Multiply the principal by the decimal rate.

I=P×r=2,000×0.03=60I = P \times r = 2{,}000 \times 0.03 = 60
Finding the Ending Balance

Knowing the interest amount is useful, but we usually also want to know the total amount sitting in the account (or owed on a loan) once that interest is included. This total is called the ending balance, and it is simply the original principal plus the interest:

Ending Balance=P+I\text{Ending Balance} = P + I

Continuing our savings example, the deposit was $2,000 and the interest was $60, so:

Ending Balance=2,000+60=2,060\text{Ending Balance} = 2{,}000 + 60 = 2{,}060
A Borrowing Example

The same formula works when money is borrowed instead of saved. Imagine you take out a short-term personal loan of $5,000 at an annual simple interest rate of 8%. After one year, how much interest do you owe, and what is the total amount due?

Step 1 — Convert the rate: 8%=0.088\% = 0.08.

Step 2 — Calculate the interest:

I=5,000×0.08=400I = 5{,}000 \times 0.08 = 400

Step 3 — Find the ending balance:

Avoiding Common Slip-Ups

Here are a few tips to keep your calculations accurate as you practice:

  • Always convert the percent to a decimal before multiplying. Writing 5,000×85{,}000 \times 8 instead of 5,000×0.085{,}000 \times 0.08 gives a result that is 100 times too large.
  • Match the time unit to the rate. If the rate is annual, one period means one year. We are focusing on single-period calculations in this lesson, so this match is straightforward for now.
  • Round money to two decimal places when a result has more than two. For instance, if I=1,250×0.037=46.25I = 1{,}250 \times 0.037 = 46.25, the answer is $46.25. If the result were , we would round to $46.26.
Conclusion and Next Steps

In this lesson, we learned that calculating simple interest for one period comes down to one multiplication: I=P×rI = P \times r. We then find the ending balance by adding that interest back to the principal: Ending Balance=P+I\text{Ending Balance} = P + I. These two small steps turn the financial components we identified in the previous lesson into real dollar amounts.

Up next, you will work through a series of hands-on tasks that walk you through each step, from converting rates to computing ending balances. This is your chance to build confidence and make the one-period calculation second nature before we extend the idea to multiple periods in the next lesson.

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal