3.2 Time, Speed & Money

Key Takeaways

  • 12-hour clock times use AM (midnight to 11:59 AM) and PM (noon to 11:59 PM), whereas 24-hour clock times use 4-digit notation from 00:00 to 23:59 without AM/PM.
  • Converting 12-hour PM times (except 12:xx PM) to 24-hour format requires adding 12 to the hour value; 24-hour times with hour value > 12 convert back by subtracting 12.
  • Elapsed time measures duration between a starting and ending time, calculated by stepping through whole hours and remaining minutes.
  • Average speed is calculated using Speed = Distance / Time, measured in km/h or m/s; Distance = Speed × Time and Time = Distance / Speed.
  • Money applications require adding/subtracting currency values, calculating percentage discounts, adding sales taxes, and determining correct change tendered.
Last updated: August 2026

Time, Speed & Money

Quick Summary: Time measurement, speed dynamics, and financial calculations are fundamental mathematical tools used daily. Mastery of 12-hour and 24-hour time conversions, elapsed time schedules, distance-speed-time relationships, and monetary transaction arithmetic forms a core component of the CPEA assessment.

Mathematical reasoning involving time, motion, and currency allows us to plan travel schedules, evaluate vehicle speeds, manage household budgets, and process commercial transactions accurately.


12-Hour vs. 24-Hour Clock Systems

Time can be expressed using either the standard 12-hour clock or the international 24-hour clock (often referred to as military or official transportation time).

Key Differences

  • 12-Hour Clock: Uses numbers 1 through 12, accompanied by AM (Ante Meridiem – before noon) or PM (Post Meridiem – after noon).
    • Midnight is 12:00 AM; Noon is 12:00 PM.
  • 24-Hour Clock: Uses four digits ranging from 00:00 (midnight) to 23:59 (one minute before midnight). It does NOT use AM or PM suffixes.

Conversion Rules

Conversion DirectionConditionRuleExample
12-hr to 24-hrAM times (1:00 AM to 11:59 AM)Keep hour same; add leading zero if 1 digit7:15 AM $\rightarrow$ 07:15
12-hr to 24-hr12:00 AM to 12:59 AM (Midnight hour)Change hour 12 to 0012:30 AM $\rightarrow$ 00:30
12-hr to 24-hr12:00 PM to 12:59 PM (Noon hour)Keep hour 12 same12:45 PM $\rightarrow$ 12:45
12-hr to 24-hrPM times (1:00 PM to 11:59 PM)Add 12 to hour value4:35 PM $\rightarrow$ $4 + 12 = 16 \rightarrow$ 16:35
24-hr to 12-hrHours 00:00 to 00:59Change 00 to 12; add AM00:40 $\rightarrow$ 12:40 AM
24-hr to 12-hrHours 01:00 to 11:59Keep hour same; add AM09:20 $\rightarrow$ 9:20 AM
24-hr to 12-hrHours 12:00 to 12:59Keep hour 12; add PM12:15 $\rightarrow$ 12:15 PM
24-hr to 12-hrHours 13:00 to 23:59Subtract 12 from hour; add PM21:50 $\rightarrow$ $21 - 12 = 9 \rightarrow$ 9:50 PM

Step-by-Step Conversion Example

Problem: An inter-island ferry departs St. Vincent at 15:40 and arrives in Bequia at 16:25. Convert the departure and arrival times to 12-hour clock format.

  • Departure (15:40): Since hour 15 is greater than 12, subtract 12: $15 - 12 = 3$. Format: 3:40 PM.
  • Arrival (16:25): Subtract 12: $16 - 12 = 4$. Format: 4:25 PM.

Elapsed Time Calculations

Elapsed time is the total amount of time that passes from the start of an event to its conclusion.

Strategy: Counting Up (Timeline Method)

When calculating elapsed time across hour boundaries:

  1. Count the minutes from the start time to the next nearest full hour.
  2. Count the full hours to the final hour before the end time.
  3. Count the remaining minutes to the final end time.
  4. Add all intermediate hours and minutes together.

Worked Example: Inter-Island Flight Duration

Problem: A flight from Trinidad departs at 10:45 AM and lands in Saint Lucia at 1:20 PM. How long was the flight?

  • Step 1 (Minutes to next hour): From 10:45 AM to 11:00 AM $= 15 \text{ minutes}$.
  • Step 2 (Full hours to target hour): From 11:00 AM to 1:00 PM $= 2 \text{ hours}$.
  • Step 3 (Remaining minutes): From 1:00 PM to 1:20 PM $= 20 \text{ minutes}$.
  • Step 4 (Total time): $2 \text{ hours} + (15 + 20) \text{ minutes} = 2 \text{ hours } 35 \text{ minutes}$.
  • Answer: The total elapsed flight time is $2 \text{ hours and } 35 \text{ minutes}$.
Loading diagram...
Distance, Speed, and Time Triangle

Average Speed, Distance & Time Formulas

Average speed is the rate at which an object covers distance over time. The primary relationships between Distance ($D$), Speed ($S$), and Time ($T$) are represented by the standard DST triangle:

Speed (S)=Distance (D)Time (T)\text{Speed } (S) = \frac{\text{Distance } (D)}{\text{Time } (T)} Distance (D)=Speed (S)×Time (T)\text{Distance } (D) = \text{Speed } (S) \times \text{Time } (T) Time (T)=Distance (D)Speed (S)\text{Time } (T) = \frac{\text{Distance } (D)}{\text{Speed } (S)}

Units of Measurement

  • Distance: kilometres (km) or metres (m)
  • Time: hours (h) or seconds (s)
  • Speed: kilometres per hour (km/h) or metres per second (m/s)

Critical Rule: Ensure time units match the speed units! If speed is in $\text{km/h}$, time MUST be expressed in hours or decimal hours (e.g., $30 \text{ minutes} = 0.5 \text{ hours}$, $15 \text{ minutes} = 0.25 \text{ hours}$, $45 \text{ minutes} = 0.75 \text{ hours}$).

Worked Example 1: Finding Average Speed

Problem: A express bus travels $180 \text{ kilometres}$ from Kingston to Montego Bay in $2.5 \text{ hours}$ ($2 \text{ hours } 30 \text{ minutes}$). What is its average speed?

  • Calculation: Speed=DistanceTime=180 km2.5 h=72 km/h\text{Speed} = \frac{\text{Distance}}{\text{Time}} = \frac{180 \text{ km}}{2.5 \text{ h}} = 72 \text{ km/h}
  • Answer: The bus travelled at an average speed of $72 \text{ km/h}$.

Worked Example 2: Finding Distance

Problem: A cyclist travels at a constant speed of $18 \text{ km/h}$ for $3 \text{ hours and } 20 \text{ minutes}$. Calculate the total distance covered.

  • Step 1: Convert $3 \text{ h } 20 \text{ min}$ into a fraction of an hour: $20 \text{ min} = \frac{20}{60} = \frac{1}{3} \text{ h}$. Total time $= 3\frac{1}{3} = \frac{10}{3} \text{ hours}$.
  • Step 2: Calculate distance: Distance=Speed×Time=18×103=6×10=60 km\text{Distance} = \text{Speed} \times \text{Time} = 18 \times \frac{10}{3} = 6 \times 10 = 60 \text{ km}
  • Answer: The cyclist covered $60 \text{ kilometres}$.

Money Transactions, Discounts & Making Change

Financial mathematics tests practical skills including calculating total costs, calculating percentage discounts, adding sales tax (VAT), and determining change when paying with currency notes.

Important Financial Formulas

  1. Total Cost: Total Cost=(Quantity of items×Unit Price)\text{Total Cost} = \sum (\text{Quantity of items} \times \text{Unit Price})
  2. Discount Amount: Discount Amount=Original Price×Discount Percentage100\text{Discount Amount} = \text{Original Price} \times \frac{\text{Discount Percentage}}{100}
  3. Sale Price: Sale Price=Original PriceDiscount Amount\text{Sale Price} = \text{Original Price} - \text{Discount Amount}
  4. Change Tendered: Change=Amount PaidTotal Cost\text{Change} = \text{Amount Paid} - \text{Total Cost}

Worked Example: Back-to-School Shopping

Problem: Maya purchases 3 notebooks at $4.50 each, 2 pens at $1.50 each, and 1 school bag priced at $40.00. The store offers a 10% back-to-school discount on the total bill. Maya pays the cashier with a $100.00 bill. How much change should she receive?

  • Step 1: Calculate subtotal before discount:
    • 3 Notebooks $= 3 \times $4.50 = $13.50$
    • 2 Pens $= 2 \times $1.50 = $3.00$
    • 1 School Bag $= $40.00$
    • Subtotal $= $13.50 + $3.00 + $40.00 = $56.50$
  • Step 2: Calculate 10% discount: Discount=10% of $56.50=0.10×$56.50=$5.65\text{Discount} = 10\% \text{ of } \$56.50 = 0.10 \times \$56.50 = \$5.65
  • Step 3: Calculate final discounted price: Final Price=$56.50$5.65=$50.85\text{Final Price} = \$56.50 - \$5.65 = \$50.85
  • Step 4: Calculate change from $100 bill: Change=$100.00$50.85=$49.15\text{Change} = \$100.00 - \$50.85 = \$49.15
  • Answer: Maya should receive $49.15 in change.
Test Your Knowledge

A digital clock displays 21:45 in 24-hour time. What is this time in standard 12-hour format?

A
B
C
D
Test Your Knowledge

A community meeting starts at 11:20 AM and ends at 2:05 PM. What was the total duration of the meeting?

A
B
C
D
Test Your Knowledge

A cargo truck covers a distance of 210 km in 3 hours and 30 minutes. What is its average speed?

A
B
C
D
Test Your Knowledge

Kevon buys a pair of sneakers priced at $80.00. He receives a 15% store discount. If he pays with a $100 note, how much change does he get back?

A
B
C
D