Skip to content
← The Unplugged Drop
Loom & Lesson

No devices (+ option) · Grades 3-5, 6-8 · 50 min

Computing, woven in

Free integrated lesson · No devices needed (device option)

Plan the Road Trip

3-5, 6-8 · 50 min · Math · Social Studies · Science · ELA · CS/Technology

Students turn a summer road trip into a map of towns and roads, then find a good route between two places — discovering that the 'best' route depends on what you're trying to save (miles, time, or money), and that a computer plans your trip the same way, one connection at a time.

Materials last updated Jun 23, 2026.

50 min in class~12 min prepNo devices needed (device option)
  1. The hookContextualize6m
  2. Fix the misconceptionReframe4m
  3. Do the activityAssemble23m
  4. Check the machineFortify11m
  5. Wrap up + connect forwardTransfer + review6m
Before class~12 min
  • Print the Town map & route log (town-map.pdf) — one per team of three; the 8-town map and the mileage recording table are on the page.
  • Teaching one subject? Also print its page: Science route-by-speed, Social Studies region-map, ELA route-directions, or CS/Technology graph-trace.
  • Set out highlighters or string to trace routes.
  • Optional: a real paper map or atlas to connect to the world.
  • For K-2, use 4–5 towns and whole-number 'blocks' instead of mileage.

Make it yours

One lesson, woven into your subject

No co-teacher needed. Open your subject for a single card with the core content you teach and the specifics for weaving this lesson into your room — nothing to look up elsewhere.

Topic refresher

New to a concept? Tap a topic for a printable cheat sheet — plain-language definitions and classroom examples.

Overview

A summer road trip becomes a map of towns (nodes) and roads (edges). Students pick a start and a destination, find a good route, and add up the miles to prove it. Then the real lesson: the “best” route depends on what you’re trying to save — fewest miles, least time, or cheapest gas — and those can be different routes. They’ve met graphs and shortest-path reasoning, the everyday math behind every navigation app. Point the trip at whatever you teach.

A base integrated lesson — pathfinding and trade-off thinking that any single-subject teacher can run as-is, with a callout for your subject. Unplugged core plus a plugged twin.

Pre / Post assessment

  • Pre: “If two roads both get you to the lake, how would you decide which to take?”
  • Post: “Your route had the fewest miles. When might a longer route still be the better choice?”

Objectives

Students will (1) model a set of places and routes as a graph with weighted edges, (2) find and verify a shortest route between two points, and (3) explain how the “best” route changes when the goal changes.

CONTEXTUALIZE — why it matters

Every map app, delivery network, and emergency-routing system answers one question millions of times a second: what’s the best way from here to there? The “best” hides a choice — fewest miles, least time, least fuel, avoid the highway — and that choice has real consequences for real communities (a route optimized only for speed can pour traffic down one neighborhood’s street). The students who learn to model connections and ask “best for whom?” are the ones equipped to design the systems that move people, packages, power, and help — and to make those systems serve the people who depend on them.

REFRAME — surface the wrong model, install the right one

Students think the best route is “the straight line” or “the one I know.” Reframe: the map is a network of connections, and the best route is the one with the smallest total for the cost you care about — which often isn’t the straightest line, and changes the moment you change the goal.

ASSEMBLE — I do / we do / you do

  • I do: On the map, total the miles for one route from start to finish; state it as the route to beat.
  • We do: Find a second route between the same two towns; compare totals; keep the smaller.
  • You do: Teams find the shortest route for their trip, then find the fastest route (using road speeds) and notice whether it’s the same.

FORTIFY — Check the Machine

The verification is the lesson: a route isn’t “shortest” until you’ve checked an alternative. (1) Add up the roads on the chosen route. (2) Find at least one different path between the same two towns and total it. (3) If the alternative is shorter, the first answer was wrong — fix it; if not, you’ve earned the claim. Then the “errors are features” twist: hand teams a map where the route with the fewest stops is longer in miles than a route with more stops. The check reveals that “fewest steps” and “shortest distance” are different goals — a correct method for one can lose for the other. Choose what “best” means before you trust the answer.

TRANSFER — forward + plugged twin

  • Forward: “Where else is something finding a ‘best path’ for you?” (a package crossing the country, water through pipes, a message across the internet). Name the bigger arc: the students reasoning about these routes now are the future engineers who decide how a community gets where it needs to go — and who the route should serve.
  • Plugged twin (+15 min): open a map app, route the same trip, and switch between fastest/shortest/avoid-highways — watch the route change with the goal. Or build a tiny mileage table in a spreadsheet and sum candidate routes.

What to listen for

Use the Post prompt — “Your route had the fewest miles. When might a longer route still be the better choice?” — as your read on mastery.

  • Proficient: names a real trade-off beyond distance. “A longer highway route is faster and skips the closed bridge — fewest miles isn’t always best.”
  • Getting there: finds the shortest but treats distance as the only goal. Nudge: “What else could matter — time, tolls, safety?”
  • Not yet: assumes shortest miles is best, unchecked. Reframe: ‘shortest’ isn’t earned until you’ve compared an alternative.

Proficient when a team totals the chosen route, compares at least one alternative between the same towns, and names a trade-off where a longer route could win.

Differentiation

  • K-2 adaptation: use 4–5 towns and whole-number “blocks” instead of mileage; the route is “count the blocks.”
  • 3-5: 8 towns, two-digit mileages, find the shortest route.
  • 6-8 extension: add road speeds to compute time; compare shortest vs. fastest; introduce the idea that more connections make the problem harder.
  • 9-12 bridge: name the algorithm (always extend the cheapest-known frontier) and connect to the subject-tier Road Trip Router drop.

3-2-1 Review

3 roads on your route · 2 totals you compared · 1 trip where “best” means something other than shortest.

Family / community connection

“Plan a real local trip with a grown-up — to the store, a relative’s, a park. Find two ways there and decide which is ‘best,’ and say what ‘best’ meant to you.”

Standards alignment

Tap any code to see what it covers.

CSTA K-12 Computer Science Standardsreference ↗

The national computer-science learning standards from the Computer Science Teachers Association.

1B-AP-08

Algorithms & Programming strand, grades 3–5

CS/Technology:This is graphs (nodes and edges) and shortest-path thinking (CSTA 1B-AP-08 / 2-AP-13). In plain terms: towns are nodes, roads are weighted edges, and a pathfinding algorithm explores connections while always remembering the cheapest way it has found to each place so far — the hand version of what a navigation app computes in milliseconds.

2-AP-13

Algorithms & Programming strand, grades 6–8

CS/Technology:This is graphs (nodes and edges) and shortest-path thinking (CSTA 1B-AP-08 / 2-AP-13). In plain terms: towns are nodes, roads are weighted edges, and a pathfinding algorithm explores connections while always remembering the cheapest way it has found to each place so far — the hand version of what a navigation app computes in milliseconds.

1B-AP-10

Algorithms & Programming strand, grades 3–5

Common Core State Standards — Mathematicsreference ↗

The Common Core math standards used by most U.S. states.

3.NBT.A.2

Number & Operations in Base Ten, grade 3

Math:This is multi-step addition and comparison of multi-digit numbers (3.NBT / 4.NBT) and the start of optimization. In plain terms: each road has a length, a route's length is the sum of its roads, and finding the best route means comparing those sums to find the smallest — which also previews how a small change in one road can change which whole route wins.

View this standard ↗
4.NBT.B.4

Number & Operations in Base Ten, grade 4

Math:This is multi-step addition and comparison of multi-digit numbers (3.NBT / 4.NBT) and the start of optimization. In plain terms: each road has a length, a route's length is the sum of its roads, and finding the best route means comparing those sums to find the smallest — which also previews how a small change in one road can change which whole route wins.

View this standard ↗
MP.1

Mathematical Practice 1 — Make sense of problems & persevere

Math:This is multi-step addition and comparison of multi-digit numbers (3.NBT / 4.NBT) and the start of optimization. In plain terms: each road has a length, a route's length is the sum of its roads, and finding the best route means comparing those sums to find the smallest — which also previews how a small change in one road can change which whole route wins.

View this standard ↗
ISTE Standards for Studentsreference ↗

Standards for how students use technology to learn, from the International Society for Technology in Education.

ISTE-5c

Computational Thinker (Standard 5)

ISTE-1d

Empowered Learner (Standard 1)

C3 Framework for Social Studiesreference ↗

The College, Career, and Civic Life framework for social-studies state standards.

D2.Geo.1

Geography — Applying Disciplinary Concepts

Social Studies:This is map skills and human geography (C3 D2.Geo): reading a map, using a scale, and explaining why settlements and routes cluster around rivers, coasts, and crossroads. In plain terms: roads and towns aren't random — geography shapes where people built connections, and a map encodes those real choices.

D2.Geo.4

Geography — Applying Disciplinary Concepts

Social Studies:This is map skills and human geography (C3 D2.Geo): reading a map, using a scale, and explaining why settlements and routes cluster around rivers, coasts, and crossroads. In plain terms: roads and towns aren't random — geography shapes where people built connections, and a map encodes those real choices.

Keep going

Related free lessons

Share this lesson

You just read a free Math lesson. There are 31 more, going deeper.

The Educator plan ($9/mo) unlocks the standards-aligned Math library for your grade band — extended lessons, slides, answer keys, and standards maps. Advanced adds PD contact-hour certificates for license renewal.