Arithmetic

Time and Temperature

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Time and temperature are two measurements you encounter constantly, from planning your daily schedule to checking the weather forecast. Unlike length or weight, time uses a base-60 system (60 seconds in a minute, 60 minutes in an hour) rather than base-10, which makes arithmetic with time a bit different. Temperature conversions between Fahrenheit and Celsius require specific formulas. This page covers both.

Time Units and Conversions

Here are the standard time relationships:

UnitEquivalent
1 minute (min)60 seconds (s)
1 hour (hr)60 minutes (min)
1 hour (hr)3,600 seconds (s)
1 day24 hours (hr)
1 week7 days
1 year365 days (366 in a leap year)

To convert from a larger time unit to a smaller one, multiply. To convert from a smaller unit to a larger one, divide.

Adding and Subtracting Time

When adding or subtracting times, work with hours and minutes separately. If the minutes exceed 60, carry over to hours. If subtracting and you do not have enough minutes, borrow 1 hour (which gives you 60 extra minutes).

Adding time:

Add hours to hours, minutes to minutes. If minutes60, carry 1 hour.\text{Add hours to hours, minutes to minutes. If minutes} \geq 60, \text{ carry 1 hour.}

Subtracting time:

Subtract minutes from minutes. If not enough, borrow 1 hour=60 minutes.\text{Subtract minutes from minutes. If not enough, borrow 1 hour} = 60 \text{ minutes.}

Elapsed Time

Elapsed time is the amount of time that passes between a start time and an end time:

Elapsed time=End timeStart time\text{Elapsed time} = \text{End time} - \text{Start time}

When working across AM and PM, it often helps to count forward in stages: first to the next full hour, then by complete hours, then any remaining minutes.

Temperature Conversion Formulas

The two common temperature scales are Fahrenheit (used in the US) and Celsius (used in most of the world and in science).

Fahrenheit to Celsius:

C=59(F32)C = \frac{5}{9}(F - 32)

Celsius to Fahrenheit:

F=95C+32F = \frac{9}{5}C + 32

Key reference points:

EventFahrenheitCelsius
Water freezes32 F0 C
Water boils212 F100 C
Normal body temperature98.6 F37 C
Room temperature68 F20 C

Worked Examples

Example 1: Converting Hours to Minutes

Convert 3 hours and 45 minutes to total minutes.

First convert the hours: 3×60=1803 \times 60 = 180 minutes.

Then add the remaining minutes: 180+45=225180 + 45 = 225 minutes.

3 hours 45 minutes = 225 minutes.

Example 2: Adding Time

A flight departs at 10:48 AM and lasts 2 hours and 35 minutes. What time does it arrive?

Add the hours: 10+2=1210 + 2 = 12.

Add the minutes: 48+35=8348 + 35 = 83 minutes.

Since 83 minutes is more than 60, carry over: 8360=2383 - 60 = 23 minutes, and add 1 hour.

12+1=1 (PM),23 minutes12 + 1 = 1 \text{ (PM)}, \quad 23 \text{ minutes}

The flight arrives at 1:23 PM.

Example 3: Finding Elapsed Time

A shift starts at 7:15 AM and ends at 3:40 PM. How long is the shift?

Count from 7:15 AM to 3:15 PM: that is exactly 8 hours.

Then add the remaining 25 minutes (from 3:15 to 3:40).

Elapsed time: 8 hours and 25 minutes.

Example 4: Fahrenheit to Celsius

Convert 86 F to Celsius.

Apply the formula:

C=59(8632)=59(54)=2709=30C = \frac{5}{9}(86 - 32) = \frac{5}{9}(54) = \frac{270}{9} = 30

86 F = 30 C.

Example 5: Celsius to Fahrenheit

A weather report says it is 15 C outside. What is that in Fahrenheit?

Apply the formula:

F=95(15)+32=1355+32=27+32=59F = \frac{9}{5}(15) + 32 = \frac{135}{5} + 32 = 27 + 32 = 59

15 C = 59 F.

Practice Problems

Solve each problem before checking the answer.

Problem 1: Convert 7,200 seconds to hours.

First convert to minutes: 7,200÷60=1207{,}200 \div 60 = 120 minutes.

Then convert to hours: 120÷60=2120 \div 60 = 2 hours.

Answer: 2 hours

Problem 2: A movie starts at 6:50 PM and is 2 hours and 25 minutes long. When does it end?

Add hours: 6+2=86 + 2 = 8 PM.

Add minutes: 50+25=7550 + 25 = 75 minutes.

Carry over: 7560=1575 - 60 = 15 minutes, add 1 hour: 8+1=98 + 1 = 9 PM.

Answer: 9:15 PM

Problem 3: How much time passes from 11:30 AM to 4:10 PM?

From 11:30 AM to 4:30 PM is 5 hours.

But the end time is 4:10, which is 20 minutes before 4:30.

So the elapsed time is 5 hours20 minutes=4 hours 40 minutes5 \text{ hours} - 20 \text{ minutes} = 4 \text{ hours } 40 \text{ minutes}.

Answer: 4 hours and 40 minutes

Problem 4: Convert 104 F to Celsius.

C=59(10432)=59(72)=3609=40C = \frac{5}{9}(104 - 32) = \frac{5}{9}(72) = \frac{360}{9} = 40

Answer: 40 C

Problem 5: Convert 25 C to Fahrenheit.

F=95(25)+32=2255+32=45+32=77F = \frac{9}{5}(25) + 32 = \frac{225}{5} + 32 = 45 + 32 = 77

Answer: 77 F

Key Takeaways

  • Time uses a base-60 system: 60 seconds per minute and 60 minutes per hour.
  • When adding time, carry over if minutes reach 60 or more. When subtracting, borrow 1 hour as 60 minutes if needed.
  • Elapsed time is found by subtracting the start time from the end time, counting carefully across AM/PM boundaries.
  • Fahrenheit to Celsius: C=59(F32)C = \frac{5}{9}(F - 32).
  • Celsius to Fahrenheit: F=95C+32F = \frac{9}{5}C + 32.
  • Memorize key reference points (water freezes at 32 F / 0 C, boils at 212 F / 100 C) to sanity-check your conversions.

Return to Arithmetic for more foundational math topics.

Last updated: March 29, 2026