Finance5 min read

Simple Interest

SI = (P × R × T) / 100

What is the Simple Interest?

Simple interest grows by the same fixed amount every period, unlike compound interest, which grows on top of previously earned interest. It's called "simple" because it's always calculated on the original principal alone.

Because R is given as a percentage rather than a decimal, the formula divides by 100 to convert it — SI = (P × R × T) / 100, not P × R × T. Forgetting that division is the most common error on this formula.

What Each Variable Means

SI
Simple interestThe interest earned or owed — not the total amount.
P
PrincipalThe original amount of money invested or borrowed.
R
RateThe annual interest rate, expressed as a percentage. (% per year)
T
TimeThe length of time the money is invested or borrowed for. (years)

When to Use It

  • Calculating interest on a short-term loan or basic savings account that doesn't compound
  • Finding how long it takes an investment to earn a target amount of interest
  • As a stepping stone before learning compound interest
Advertisement

Step-by-Step Example

Problem: Find the simple interest on $2,000 at 5% per year for 3 years.

1
Write down what's known

Identify P, R, and T from the problem.

P = 2000, R = 5, T = 3
2
Substitute into the formula

Plug the values into SI = (P × R × T) / 100.

SI = (2000 × 5 × 3) / 100
3
Calculate

Multiply first, then divide by 100.

SI = 30000 / 100 = 300
Answer: SI = $300

Interactive Calculator

Result will appear here

Solving for Other Variables

P = (100 × SI) / (R × T)Solve for the principal when interest, rate, and time are known.
R = (100 × SI) / (P × T)Solve for the rate when interest, principal, and time are known.
T = (100 × SI) / (P × R)Solve for the time when interest, principal, and rate are known.

Common Mistakes

  • Mistake: Forgetting to divide by 100 when R is a percentage.

    Fix: R is a percentage — the formula divides by 100 to convert it to a decimal rate. Skipping that step gives an answer 100× too large.

  • Mistake: Reporting the interest as the total amount owed.

    Fix: SI is just the interest earned. The total amount is P + SI, not SI alone.

Practice Questions

  1. Find the simple interest on $1,500 at 4% for 2 years.

  2. What principal earns $90 in interest at 6% over 3 years?

    Hint: Rearrange SI = (P×R×T)/100 to solve for P.

Frequently Asked Questions

How is simple interest different from compound interest?

Simple interest is always calculated on the original principal. Compound interest is recalculated on the principal plus previously earned interest, so it grows faster — see the Compound Interest page for a direct comparison.

Can R be entered as a decimal instead of a percentage?

Not in this version of the formula — it expects R as a percentage (5, not 0.05) and divides by 100 internally. If you already have a decimal rate, multiply by 100 first or drop the ÷100 step.

Do most bank accounts use simple interest?

Rarely for savings accounts — those typically compound. Simple interest is more common for short-term loans, some bonds, and as a teaching model before compound interest.