3.2 Financial & Distance Math: Interest, Profit/Loss, Speed & Time

Key Takeaways

  • Simple interest formula I = P * r * t requires interest rate r in decimal form and time t expressed strictly in years.
  • Profit and loss percentages are calculated relative to the Cost Price (CP): Profit % = (Selling Price - Cost Price) / Cost Price * 100%.
  • The uniform motion formula d = r * t connects distance, rate, and time; ensure all measurement units are uniform before solving.
  • For round-trip journeys with different speeds over equal distance, average speed is the harmonic mean: Average Speed = 2 * v1 * v2 / (v1 + v2).
  • Relative speed rules: objects moving towards each other add speeds (r1 + r2); objects moving in the same direction subtract speeds (|r1 - r2|).
Last updated: July 2026

3.2 Financial & Distance Math: Interest, Profit/Loss, Speed & Time

Financial mathematics and distance-rate-time motion problems represent core question types on the AFCT Arithmetic Reasoning subtest. Mastering these topics requires a strong command of specific formulas, unit consistency, and algebraic modeling.


1. Simple Interest & Compound Interest Basics

Simple interest is calculated solely on the initial principal amount. The formula is:

I=PrtI = P \cdot r \cdot t

  • $I =$ Total interest earned or owed (in dollars)
  • $P =$ Principal starting amount (in dollars)
  • $r =$ Annual interest rate (expressed as a decimal, e.g., $6% = 0.06$)
  • $t =$ Time duration (strictly in years)

Total Accumulated Balance

The total balance ($A$) accumulated after time $t$ is the principal plus interest:

A=P+I=P(1+rt)A = P + I = P(1 + r \cdot t)

Time Conversions for $t$

If time is given in months or days, it must be converted to years before substituting into the formula:

  • Months to Years: $t = \frac{\text{Number of Months}}{12}$
  • Days to Years (Standard Bank Year): $t = \frac{\text{Number of Days}}{360}$ or $\frac{\text{Number of Days}}{365}$

Step-by-Step Worked Example 1: A service member deposits $6,000 into an account earning 5% simple annual interest. What is the total balance after 18 months?

  • Step 1: Convert time into years: $t = \frac{18}{12} = 1.5\text{ years}$.
  • Step 2: Convert rate to decimal: $r = 0.05$.
  • Step 3: Calculate interest: $I = $6,000 \times 0.05 \times 1.5 = $450$.
  • Step 4: Calculate total balance: $A = $6,000 + $450 = $6,450$.

2. Cost Price, Selling Price, Profit & Loss

In retail and procurement math, transactions revolve around Cost Price ($CP$) and Selling Price ($SP$).

ConceptFormulaCondition
Profit (Gain)$\text{Profit} = SP - CP$When $SP > CP$
Loss$\text{Loss} = CP - SP$When $CP > SP$
Percentage Profit$\text{Profit %} = \frac{SP - CP}{CP} \times 100%$Always based on $CP$
Percentage Loss$\text{Loss %} = \frac{CP - SP}{CP} \times 100%$Always based on $CP$

Finding Cost Price from Selling Price and Profit %

To determine the original Cost Price when Selling Price and Profit percentage are given:

SP=CP(1+Profit % in decimal)    CP=SP1+Profit %SP = CP \cdot (1 + \text{Profit \% in decimal}) \implies CP = \frac{SP}{1 + \text{Profit \%}}

Step-by-Step Worked Example 2: A surplus vendor sells a piece of reconditioned equipment for $1,320, realizing a 10% profit over the original reconditioning cost. What was the cost price?

  • Step 1: Express relationship: $SP = CP \times (1 + 0.10) = 1.10 \times CP$.
  • Step 2: Substitute known value: $$1,320 = 1.10 \times CP$.
  • Step 3: Solve for $CP$: $CP = \frac{1,320}{1.10} = $1,200$.

3. Distance, Rate & Time Core Principles

The fundamental uniform motion formula connecting Distance ($d$), Rate/Speed ($r$), and Time ($t$) is:

d=rtr=dtt=drd = r \cdot t \quad \Longleftrightarrow \quad r = \frac{d}{t} \quad \Longleftrightarrow \quad t = \frac{d}{r}

Unit Consistency Rule

Before plugging values into $d = r \cdot t$, ensure all units align. If rate is in miles per hour (mph), distance must be in miles, and time must be in hours. If time is given in minutes, convert to hours by dividing by 60.


4. Relative Speed and Pursuit Word Problems

When two objects move simultaneously, solve using relative speed concepts.

Case 1: Moving in Opposite Directions (Towards or Away)

When two objects move towards each other (or away from each other in opposite directions), their rates add together because the distance between them changes at a faster combined rate:

rrelative=r1+r2    Time until Meeting=Initial Distancer1+r2r_{\text{relative}} = r_1 + r_2 \implies \text{Time until Meeting} = \frac{\text{Initial Distance}}{r_1 + r_2}

Case 2: Moving in the Same Direction (Pursuit / Catch-Up)

When a faster object pursues a slower object that started earlier or ahead, their rates subtract:

rrelative=rfastrslow    Time to Catch Up=Head-Start Distancerfastrslowr_{\text{relative}} = r_{\text{fast}} - r_{\text{slow}} \implies \text{Time to Catch Up} = \frac{\text{Head-Start Distance}}{r_{\text{fast}} - r_{\text{slow}}}

Step-by-Step Worked Example 3 (Catch-Up Pursuit): Truck A leaves a logistics base traveling north at 40 mph. 2 hours later, Truck B leaves the same base traveling north along the same highway at 60 mph. How many hours after Truck B departs will it catch up to Truck A?

  • Step 1: Calculate Truck A's head-start distance: $d_{\text{head-start}} = 40\text{ mph} \times 2\text{ hrs} = 80\text{ miles}$.
  • Step 2: Calculate relative catch-up rate: $r_{\text{relative}} = 60\text{ mph} - 40\text{ mph} = 20\text{ mph}$.
  • Step 3: Calculate time for Truck B to close the gap: $t = \frac{80\text{ miles}}{20\text{ mph}} = 4\text{ hours}$.

5. Round-Trip Average Speed & The Harmonic Mean Trap

AFCT Critical Warning: If a vehicle travels to a destination at speed $v_1$ and returns along the exact same route at speed $v_2$, the average speed for the round trip is NOT the simple average $\frac{v_1 + v_2}{2}$.

Because the vehicle spends more time traveling at the slower speed, average speed is weighted by time. When distance is equal in both directions, average speed is calculated using the harmonic mean formula:

Average Speed=2v1v2v1+v2\text{Average Speed} = \frac{2 \cdot v_1 \cdot v_2}{v_1 + v_2}

Step-by-Step Worked Example 4: An aircraft flies from Base X to Base Y (distance 300 miles) at 150 mph. On the return flight, headwinds reduce its speed to 100 mph. What is the aircraft's average speed for the entire round trip?

  • Step 1: Apply harmonic mean formula: $\text{Average Speed} = \frac{2 \times 150 \times 100}{150 + 100}$.
  • Step 2: Simplify numerator and denominator: $\frac{30,000}{250} = 120\text{ mph}$.
  • Verification via Total Distance / Total Time:
    • Time out: $\frac{300}{150} = 2\text{ hours}$. Time back: $\frac{300}{100} = 3\text{ hours}$. Total time $= 5\text{ hours}$.
    • Total distance $= 300 + 300 = 600\text{ miles}$.
    • $\text{Average Speed} = \frac{600\text{ miles}}{5\text{ hours}} = 120\text{ mph}$.
Test Your Knowledge

A service member invests $4,000 into a savings certificate earning 5% simple annual interest. How much total interest will accumulate after 3 years?

A
B
C
D
Test Your Knowledge

A military contractor sells surplus equipment for $1,440, making a 20% profit on the original cost price. What was the original cost price of the equipment?

A
B
C
D
Test Your Knowledge

A reconnaissance drone flies to a target 240 miles away at an average speed of 120 mph. On the return flight along the exact same path, headwinds reduce its speed to 80 mph. What is the drone's average speed for the entire round trip?

A
B
C
D
Test Your Knowledge

A naval vessel leaves port traveling east at 18 knots. Two hours later, a fast-patrol cutter leaves the same port traveling east along the same route at 30 knots. How many hours after the cutter departs will it catch up to the naval vessel?

A
B
C
D