/* Scenario metadata
SCENARIO TITLE: The Forty-Five
AUDIENCE: Pilot (GA, 500-1,000 hr; protagonist 730 TT, private ASEL, night current)
TONE: Professional
PRIMARY TOPIC: Night fuel planning and in-flight fuel decision-making
when the wind eats the plan
SECONDARY TOPIC: Destination fixation; the difference between legal and
comfortable; diversion mechanics at night
AIRCRAFT/EQUIPMENT: 1979 Piper Cherokee Archer II (PA-28-181), N4372W, rented.
Lycoming O-360-A4M, 180 hp. 48 gal usable in two 24-gal
tanks, selector LEFT/RIGHT/OFF. Two float-type fuel
gauges, no totalizer. KX 170B, GNS 430W, no autopilot.
SETTING: KCOU Columbia Regional MO to KEVV Evansville Regional IN,
225 nm direct, Friday night, late October. A friend's
band goes on at 9:30 in Evansville.
WEATHER: Severe clear both ends. Winds aloft forecast 240/15 at
6,000 on the Columbia column; in fact easterly, on the
nose at 24-28 at 5,500 east of the Mississippi. The sky
is not the problem. The wind is the plan's problem.
ADM THEMES: Fuel as bookkeeping, not faith; opening-balance errors;
destination fixation; legal floor vs. personal plan;
minimum fuel vs. emergency fuel; the honest instrument
(the clock) vs. the comfortable ones
HAZARDOUS ATTITUDES: Invulnerability (the kid topped it), impulsivity (go,
the math will work out), macho (I do not land 28 miles
short), resignation (the gauges bounce, nothing to know)
TOTAL DECISIONS: Branching; every path passes 5+ decision points
TOTAL ENDINGS: 9 (success 2, qualified 2, teaching-success/minimum
fuel 1, friction-blind 1, scare 1, delay/diversion 1
with two narrative variants, off-airport damage 1,
fatal 0 by design)
MIN DECISION DEPTH: 5
TIMED DECISIONS: No
ESTIMATED DURATION: 20-30 minutes
VERSION: 1.0
LAST REVIEWED: 2026-07-07
REVIEWER: Claude (initial draft) / Harvey Madison (pending)
Facts verified July 2026 (FAA/aviation data + AirNav):
KCOU elev 889, rwys 02/20 7401x150 and 13/31 5500x100, twr 119.3, ATIS 128.45.
KEVV elev 418, rwys 04/22 8021x150, 18/36 6286x150, 09/27 3497x75, twr 118.7,
ATIS 120.2. KFYG Washington Rgnl 5002x75. KSAR Sparta 4002x75 (15 nm S of
the direct line). KMVN Mount Vernon elev 480, rwy 05/23 6496x150 HIRL, ILS
23, CTAF 123.0, AWOS-3PT 118.2, attended 0630-2000 with posted after-hours
number, lights pilot-controlled at night, Kansas City Center 127.7 (Mount
Vernon RCAG), 100LL. KCUL Carmi Muni 18/36 4000x75, elev 387. KEHR
Henderson City-County 09/27 5503x100. COU and EVV are real FB winds-aloft
stations. Distances (computed from FAA coords): COU-FYG 59, COU-river 93,
COU-abeam-Sparta 121, COU-MVN 161, COU-abeam-Carmi 197, COU-EVV 225. TC 102.
CANONICAL FUEL/TIME TABLE (all prose numbers derive from this):
Engine start 19:00 CDT, wheels up 19:15, TOC 5,500 at 19:28 (14 nm, 2.3 gal).
Taxi/runup 1.5 gal. Cruise 117 KTAS. Burn: 10.4 gph until the 20:00 mixture
decision, then 9.5 leaned / 10.8 rich. Groundspeed: 104 to CP1 (wind ~13),
96 CP1-river, 91 river-Sparta, then 89 at 5,500 (wind 28) or 99 at 3,500
(wind 16). Tanks: takeoff LEFT, switch to RIGHT at the river (20:15).
PLAN column (GS 120, paper): CP1 19:50, river 20:07, MVN 20:41, EVV 21:13.
ACTUAL: CP1 19:54 (4 late), river 20:16 (9 late), abeam Sparta 20:33.
High lane: MVN 21:00, abeam Carmi 21:24, EVV overhead 21:44, TD 21:48.
Descended lane: MVN 20:57, abeam Carmi 21:19, EVV overhead 21:37, TD 21:41.
Fuel used (from start): CP1 8.3; river/switch 11.7 lean 12.0 rich; Sparta
14.7/15.4; MVN 18.5-18.9 lean, 19.8-20.3 rich; touchdown EVV incl 0.5
pattern: desc-lean 25.8, high-lean 27.0, desc-rich 28.0, high-rich 29.3.
Start fuel: topped = 48.0. Not topped = 28.0 actual (L 15, R 13), believed
48 on the trust lane, known on the stick-and-go lane.
Landing fuel: 48-lane 22.2/21.0/20.0/18.7. 28-lane desc-lean 2.2, high-lean
1.0, rich exhausts: R tank (13 gal) dry at 21:37 leaned / 21:27 rich; L tank
at the switch holds 3.3 leaned / 3.0 rich. Downwind-quiet: descended+leaned,
on RIGHT tank, R dry 21:37 with TD 21:41. Beans chain: rich lanes, R dry
21:27 (20-25 nm short), relight on L (3.0), L dry ~21:44, down in the
bottoms 6-10 nm west of EVV. KMVN stop lane: land 21:01/20:57 with 9.5-13.5
actual (28-lane) or 29.5+ (48-lane); after-hours callout, fueled and off
about 21:50; TD EVV ~22:35.
*/
<<set $pathArray to []>>
<<set $badchoices to 0>>
<<set $readWeather to false>>
<<set $readRoute to false>>
<<set $readAircraft to false>>
<<set $readReserve to false>>
<<set $fuelActual to 48>> /* gallons aboard in fact; set at D1 */
<<set $fuelGal to 48>> /* running ACTUAL gallons, decremented per leg */
<<set $fuelKnown to true>> /* false on the trust lane: belief says 48 */
<<set $topped to false>> /* tanks verified full at Columbia */
<<set $looked to false>> /* glanced in the filler necks, no dipstick */
<<set $gsKnown to false>> /* did honest groundspeed/fuel math at CP1 */
<<set $leaned to false>> /* leaned to the card number at 20:00 */
<<set $altitude to 5500>> /* 5500, or 3500 after the descent decision */
<<set $fssTried to false>> /* called FSS for updated winds: didn't help */
<<set $stopMade to false>> /* landed KMVN for fuel */
<<set $declaredMin to "">> /* "", "min", or "emerg" */
<<set $onTank to "L">> /* "L" or "R"; switch at the river */
<<set $toldDez to false>> /* texted Dez about running late */
<<set $pressOn to 0>> /* exits declined after the wind showed its hand */
<<set $quietOnce to false>> /* a tank has already run dry this flight */
<<set $divert to "">> /* "", "KMVN", "KCUL" */<<set $pathArray to $pathArray.concat(["Preflight: planning at the kitchen table"])>>
<div class="scenario-title">The Forty-Five</div>
<div class="scenario-subtitle">Two hundred twenty-five miles, forty-eight gallons, one wristwatch</div>
Friday, late October, 6:10 in the evening, and you are still in work clothes with a sectional on the kitchen table you mostly won't need. Columbia to Evansville, 225 nautical miles, direct. You have flown into KEVV twice. Severe clear both ends tonight, a fat high to the northeast, some kind of low sulking down over Arkansas. Sunset is 6:21. The whole flight is night, and you are night current and honest about it, which are not always the same thing.
The reason is a band. Dez Whitfield, your college roommate, plays bass in a four-piece called The Boonville Shakes, and tonight they open for somebody almost famous at a brick bar in downtown Evansville. Doors at nine, on stage at 9:30. Dez has been texting about this show for three weeks the way other people text about weddings.
The airplane is N4372W, a 1979 Archer II from Katy Trail Aviation, the school on the east ramp at Columbia Regional. You have 730 hours, about 60 of them in this exact airplane. It is a known quantity: honest, slow, and equipped with two fuel gauges that bounce like the band's rhythm section.
Your plan says two hours in the air. The book says 48 usable. On paper, this flight is drowning in margin.
Review what you have, then go get the airplane.
<div class="chart-disclaimer">Charts, weather data, and performance figures in this scenario are from the period in which it was written and may no longer be current. Use the materials provided here, not current publications, as the scenario is designed around them.</div>
<<link "<span class=\"preflight-btn\">Weather & Winds</span>" "Preflight-Weather">><<set $readWeather to true>><</link>>
<<link "<span class=\"preflight-btn\">Route & the Ladder of Outs</span>" "Preflight-Route">><<set $readRoute to true>><</link>>
<<link "<span class=\"preflight-btn\">Aircraft & Fuel Truth</span>" "Preflight-Aircraft">><<set $readAircraft to true>><</link>>
<<link "<span class=\"preflight-btn\">Night & the Reserve</span>" "Preflight-Reserve">><<set $readReserve to true>><</link>>
<<if $readWeather and $readRoute and $readAircraft and $readReserve>>
<hr>
That's everything on the table. The airport is fifteen minutes away and the airplane is fueled, or so the schedule board says.
<<link "<span class=\"preflight-btn\">☑ Drive to the Airport</span>" "Ramp_Walkout">><</link>>
<<elseif $readWeather or $readRoute or $readAircraft or $readReserve>>
<hr>
<em>There's more here if you want it. Doors are at nine either way.</em>
<<link "<span class=\"preflight-btn\">Drive to the Airport Anyway</span>" "Ramp_Walkout">><</link>>
<</if>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed weather and winds"])>>
<strong>The sky: clear. The air: moving the wrong way.</strong>
<div class="metar-block">KCOU 232354Z 08007KT 10SM FEW250 13/04 A3011
KSTL 232351Z 09010KT 10SM SCT250 13/06 A3008
KMVN 232356Z AUTO 09012KT 10SM CLR 14/07 A3004
KEVV 232354Z 10011KT 10SM FEW200 15/08 A3001</div>
<div class="metar-block">TAF KEVV 232320Z 2400/2424 10012KT P6SM FEW200
FM241200 12008KT P6SM SKC</div>
<strong>Synopsis, in one breath</strong>
<p>High pressure anchored over the Great Lakes, a surface low deepening over northern Arkansas, and your route running right along the squeeze between them. Clear air, good visibility, and an easterly flow strengthening east of the Mississippi ahead of the low. Nothing in this picture rains, ices, or gusts. It just blows, gently at the surface, and harder where you cruise.</p>
<strong>Winds aloft (FB, based on 231200Z, valid 240000Z, for use 2100-0600Z)</strong>
<div class="metar-block">FT 3000 6000 9000
COU 2508 2415+08 2318+04
EVV 1108 1122+07 1230+03</div>
<p>Read that table twice, because it disagrees with itself. The Columbia column says a friendly southwest 15 at 6,000. The Evansville column says east at 22 at the same altitude, and single digits down at 3,000. Two stations, 220 miles apart, calling the same layer from opposite directions. The forecast is eleven hours old. Somewhere between those columns is the truth, and you will be flying through the middle of it with a watch.</p>
<div class="metar-block">UA /OV FAM090015/TM 2310/FL055/TP BE35/WV 09526KT/TA 11
/RM SMOOTH. GS 25 KT UNDER PLAN EB.</div>
<p>One PIREP, an hour old: a Bonanza east of Farmington at 5,500 measuring east wind at 26 knots and complaining about it in the remarks. One airplane, one altitude, one data point south of your line.</p>
<<link "← Back to preflight" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed route and the ladder of outs"])>>
<strong>KCOU direct KEVV: 225 nm, true course 102</strong>
<div class="sectional-container">
<img src="/scenarios/the-forty-five/images/area_map.jpg" alt="Route overview map, Columbia Missouri to Evansville Indiana, showing Washington Regional, the Mississippi River crossing, Mount Vernon, and Carmi along the direct line">
<div class="sectional-label">Route overview: KCOU direct KEVV. The line runs south of the St. Louis Class B, crosses the Mississippi at the 93-mile mark, and spends its second half over the dark farm country of southern Illinois.</div>
</div>
<div class="flight-plan">Aircraft: N4372W Archer II (PA-28-181)
Route: KCOU DCT KEVV (VFR, flight following)
Cruise: 5,500 / 65% / 117 KTAS / 9.5 GPH leaned
Winds: COU column says push, EVV column says shove.
Planned as a wash: GS 120.
Checkpoints (plan, wheels-up + time):
KFYG Washington Rgnl 59 nm 0:35
Mississippi River 93 nm 0:52
KMVN Mount Vernon 161 nm 1:26
KEVV Evansville 225 nm 1:58
Fuel: 48.0 start / 1.5 taxi / 2.3 climb / 18.2 cruise
Landing with about 26. Reserve on paper: 2 hours 45.
Time box: Engine start 7:00, wheels up 7:15, on the ground
9:13, at the bar by 9:45. Second song, maybe third.</div>
<p>The TAC shows the direct line staying south of the St. Louis Class B shelves at five-five; you'll be talking to Approach through there on flight following anyway. West of the river the ground has towns on it. East of the river, southern Illinois goes dark in a way that surprises people: coal country, corn stubble, one yard light per mile, and the interstates all somewhere else.</p>
<strong>The ladder of outs, west to east</strong>
<table class="airport-table">
<tr><th>Field</th><th>Where</th><th>What's there at 9 p.m.</th></tr>
<tr><td>KFYG Washington Rgnl</td><td>59 nm, on the line</td><td>5,002 ft, lights, nobody home</td></tr>
<tr><td>KSAR Sparta</td><td>121 nm, 15 south of the line</td><td>4,002 ft, dark and quiet</td></tr>
<tr><td>KMVN Mount Vernon</td><td>161 nm, on the line</td><td>6,496 ft, HIRL, ILS, AWOS 118.2, CTAF 123.0. Attended to 8 p.m., after-hours callout number on the FBO door. The last big lit runway before Evansville.</td></tr>
<tr><td>KCUL Carmi</td><td>197 nm, 3 south of the line</td><td>4,000 ft, beacon, self-serve pump of unknown temperament. Unattended. Dark.</td></tr>
<tr><td>KEHR Henderson</td><td>Across the river, 12 past EVV</td><td>5,503 ft. It's behind the destination; it only helps if you're already there.</td></tr>
</table>
<p>Notice the shape: the ladder's best rung is Mount Vernon, and it comes 64 miles before the destination. After Carmi there is nothing but river bottoms until the Evansville beacon.</p>
<<link "← Back to the table" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed aircraft and fuel truth"])>>
<strong>N4372W: 1979 Archer II, rental honest</strong>
<div class="aircraft-card">Powerplant: Lycoming O-360-A4M, 180 hp, carbureted
Fuel: 50 gal total, 48.0 usable. Two tanks, 24.0 each.
Tabs at 17 per side. Selector LEFT / RIGHT / OFF.
No BOTH. No totalizer. Two float gauges.
Burn: 9.5 GPH at 65% leaned. More if you don't.
Panel: GNS 430W (groundspeed lives here), KX 170B,
transponder, no autopilot. Post light flickers.
Speeds: 117 KTAS at 65%. Best glide 76 KIAS.
Vso 55 KIAS. Vno 125 KIAS.</div>
<strong>The squawk sheet, last page</strong>
<div class="aircraft-card">10/19 R FUEL QTY GAUGE READS HIGH. SHOWED 3/4,
DIPPED 11 GAL ACTUAL. DO NOT TRUST FOR
PLANNING. -- R. MALDONADO
10/21 Post light intermittent. Wiggle it.
10/22 Squawk 1 sent to avionics. No parts yet.
Gauge placarded? No. Use the dipstick.</div>
<p>Read Maldonado's line the way he meant it. The right gauge is not broken in the useful, obvious way. It reads. It moves. It just reads rich, the way a golf buddy reports his score. The school's answer is the wooden dipstick in the door pocket, marked in gallons, which works every time on an airplane parked level with the caps off.</p>
<p>The Archer's fuel system asks one thing of you all flight: pick a tank. There is no BOTH. Takeoff and landing on the fuller tank, switch on a schedule, and know at every moment which wing is feeding the engine. The gauges are federally required to be accurate at exactly one reading: empty. Everything above that is a rumor. The watch, the burn rate, and the opening balance are the whole science. Get the opening balance wrong and every careful subtraction after it is confident garbage.</p>
<<link "← Back to the plan" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Reviewed night rules and the reserve"])>>
<strong>What the number 45 actually is</strong>
<p>14 CFR 91.151(b): no person may begin a flight in an airplane at night unless, considering wind and forecast weather, there is enough fuel to fly to the first point of intended landing and after that for at least 45 minutes at normal cruising speed.</p>
<p>Three things about that sentence earn their keep tonight.</p>
<p>First, it is a planning rule. It judges the moment you push the throttle up at Columbia, using the forecast you had. It does not follow you across Illinois recomputing itself. A flight can satisfy 91.151(b) at takeoff and still land on fumes, and the reg will have nothing to say about it. The NTSB will.</p>
<p>Second, 45 minutes in this airplane is about 7 gallons. Sit with that. Seven gallons, split between two tanks you can't see into, measured by two gauges with a loose relationship to the truth, at night, is where the FAA's patience ends. It is a floor, set low on purpose, for everyone. It was never meant to be anyone's plan.</p>
<p>Third, the words that go with it. <em>Minimum fuel</em>, said to ATC, is an advisory: it means you can accept no undue delay. It gets you no priority, jumps you past nobody, and generates no paperwork at all. <em>Emergency fuel</em> is a declaration: it gets you priority handling, the shortest path to pavement, and afterward, possibly, a phone call in which you tell a calm person a true story. Pilots treat the second word like it costs a certificate. It costs a sentence. The thing that actually costs certificates, and airplanes, is needing the word and not saying it.</p>
<p>Fuel exhaustion accidents are rarely a gauge problem. They are a bookkeeping problem wearing a hope costume. The ledger tonight is simple: 48 gallons, 9.5 an hour, and a wristwatch. Nothing else on the panel gets a vote.</p>
<<link "← Back to the kitchen table" "FlightPrep">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["At the airplane; the schedule board says fueled"])>>
The line kid at Katy Trail is seventeen, polite, and gone in the direction of a Bonanza with a fuel order before you've finished signing the book. "Topped your Archer an hour ago," he says over his shoulder. The schedule board agrees: 72W, FUELED, initials, 5:40 p.m.
Out at the tie-down, 72W sits level in the last of the dusk, cold to the touch. The preflight is the preflight: sumps clean and blue, oil at six, the post light flickering until you wiggle it, per the squawk sheet's instructions. Which leaves the caps, and the question every renter answers in their own dialect: what, exactly, is in this airplane.
The left gauge says a needle-width under full. The right gauge, the one Maldonado's squawk says reports like a golf buddy, reads full. Full-ish. The dipstick is in the door pocket, where the school promised. It is 6:52. Wheels up at 7:15 makes the whole night work.
<div class="choice-list">
<<link "A. The board says topped, the kid says topped, the gauges agree as much as they ever do. You button up and go." "Climb_Depart">>
<<set $pathArray to $pathArray.concat(["D1: trusted the board and the kid"])>>
<<set $fuelActual to 28>><<set $fuelGal to 28>><<set $fuelKnown to false>>
<<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. You pull the caps and look. Fuel, both sides, shining somewhere below the collars in the dark. Looks right. Good enough." "Ramp_Look">>
<<set $pathArray to $pathArray.concat(["D1: looked in the necks, no stick"])>>
<<set $looked to true>>
<</link>>
<<link "C. You get the dipstick out and measure both tanks like the squawk sheet is watching." "Ramp_Stick">>
<<set $pathArray to $pathArray.concat(["D1: dipped both tanks"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Eyeballed the filler necks"])>>
Flashlight in your teeth, you look down both filler necks. There is fuel in there. It catches the light and moves when you rock the wing. How much fuel is a different question: below the collar, above the tabs, somewhere in the region where every tank in the world looks the same, which is to say, like fuel.
The stick is eight inches away in the door pocket. The clock says 6:56.
<div class="choice-list">
<<link "A. Fuel visible both sides, board says topped, math says fat. You saddle up." "Climb_Depart">>
<<set $pathArray to $pathArray.concat(["Went on the eyeball"])>>
<<set $fuelActual to 28>><<set $fuelGal to 28>><<set $fuelKnown to false>>
<<set $badchoices to $badchoices + 1>>
<</link>>
<<link "B. You've come this far. You get the stick." "Ramp_Stick">>
<<set $pathArray to $pathArray.concat(["Got the stick after all"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The stick says 28, not 48"])>>
The wooden stick comes up wet at fifteen gallons on the left. You read it twice, wipe it, dip again. Fifteen. The right tank reads thirteen, which means the golf-buddy gauge is currently exaggerating by about the usual handicap.
Twenty-eight gallons. Not forty-eight. The board is wrong, or the kid topped a different Archer, or somebody flew 72W after 5:40 and the paperwork hasn't caught up. It doesn't matter which. What matters is that the opening balance you were about to trust was off by twenty gallons, and the only instrument that caught it cost the school nine dollars.
The fuel pumps are two hundred yards away, self-serve, working. Topping off costs maybe twenty minutes against a 7:15 wheels-up. Twenty-eight gallons is also, for the record, 2 hours and 50 minutes of fuel against a flight planned at 1 hour 58: legal tonight under 91.151(b), with the forecast you have.
<div class="choice-list">
<<link "A. You taxi to the pump and top it. Full tanks, full stop. The band can survive you arriving at song four." "Ramp_Fuel">>
<<set $pathArray to $pathArray.concat(["Topped it: 48 aboard, verified"])>>
<<set $topped to true>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>>
<</link>>
<<link "B. Twenty-eight known gallons is a legal, honest number: two hours of flight, fifty-plus minutes of reserve on the forecast winds. You go with what you have and watch the math." "Climb_Depart">>
<<set $pathArray to $pathArray.concat(["Went with a known 28"])>>
<<set $fuelKnown to true>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Topped at the self-serve"])>>
The pump takes your card on the first try, which you choose to read as a good omen. Twenty point two gallons go in, which settles the question of what the schedule board was worth. You stick both tanks afterward anyway, because the habit is the point: the stick kisses the collar both sides. Forty-eight, verified, by you, tonight.
Wheels up slips to 7:32. The math moves with it: on the ground at 9:30ish, at the bar for the back half of the set. Dez will forgive what Dez has to forgive.
<<link "You strap in and get the clearance for flight following." "Climb_Depart">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Wheels up, eastbound in the dark"])>>
<<if $topped>>Wheels up at 7:32, seventeen minutes down on the plan already and honest about why.<<else>>Wheels up at 7:15, on the number.<</if>> Columbia tower hands you to departure, departure gives you a squawk and the night, and the Archer climbs east into air smooth as poured glass. Level 5,500. Power set, 117 true. The towns of central Missouri scroll under the nose wearing their Friday lights.
The GNS thinks about it for a while and settles on a groundspeed: 104.
Not 120. One-oh-four. The Columbia winds-aloft column promised a push from behind; the airplane is reporting a headwind of thirteen knots, and it is only the first installment if the Evansville column was the honest one.
Dez's first text arrives on the kneeboard phone at 7:40:
<div class="text-msg">soundcheck done. levi says the room holds 250 and I believe him tonight. doors at 9. you close??</div>
<<link "Washington Regional's beacon comes up ahead: your first checkpoint." "Cruise_CP1">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Checkpoint one: four minutes late"])>>
<<set $fuelGal to $fuelGal - 8.3>>
Washington Regional's beacon passes under the left wing at 7:54 by the panel clock<<if $topped>>, thirty-nine minutes after wheels-up against a plan that said thirty-five<<else>>, four minutes late against a thirty-five minute plan<</if>>. Four minutes, one checkpoint. The kind of miss that is either noise or the first data point of the night, depending entirely on whether you do the arithmetic.
The GNS holds at 104 across the ground. The fuel gauges say what they say: left easing off full, right claiming abundance per its custom.
<div class="choice-list">
<<link "A. You do it properly on the kneeboard: 59 miles in 39 minutes is 91 flight-planned into 104 actual, headwind 13, and the projection forward if the wind builds like the Evansville column says. New ETA, new fuel-at-destination, written down." "Cruise_Math">>
<<set $pathArray to $pathArray.concat(["D2: did the honest math at CP1"])>>
<<set $gsKnown to true>>
<</link>>
<<link "B. Four minutes is four minutes. The GNS shows an ETA right on the panel and it still ends in a nine. You keep the scan moving and let the box do the bookkeeping." "Cruise_River">>
<<set $pathArray to $pathArray.concat(["D2: let the box carry the math"])>>
<<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The kneeboard tells the truth early"])>>
Two minutes of pencil work, red flashlight in your teeth, and the night has numbers on it. One hundred four across the ground now. If the Evansville column is right and the wind builds easterly past the river, the second half runs at ninety-something, and the ride finishes at 9:40 or later instead of 9:13. Fuel is arithmetic: <<if $fuelActual gte 48>>even at the ugly end of the projection you land with nineteen or twenty gallons, two hours of margin. The wind is going to cost you songs, not options.<<else>>twenty-eight opening, minus the burn, lands you somewhere around three gallons if the wind builds and you change nothing. Three gallons. The number sits on the kneeboard looking back at you, and every option in the ladder of outs is still ahead of the nose.<</if>>
You write the new ETAs next to the old ones, which is the whole discipline: two columns, plan and actual, disagreeing in ink.
<<link "The Mississippi comes up as a black ribbon between two galaxies of town light." "Cruise_River">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Crossing the river; tank switch; the mixture question"])>>
<<set $fuelGal to $fuelGal - 3.4>><<set $onTank to "R">>
The Mississippi crosses under at 8:16, nine minutes late now and no longer pretending otherwise. St. Louis Approach hands you to Kansas City Center with the frequency change delivered in the bored kindness of a quiet night sector. You switch tanks on schedule over the river, left to right, and the engine takes the new wing without comment. One hour on the left tank, logged on the kneeboard<<if $gsKnown>> next to the honest columns<</if>>.
East of the river the ground goes dark the way the route brief promised: southern Illinois at night is scattered yard lights and the occasional grain elevator lit like a shrine, and a wind that has stopped being theoretical. The GNS settles at 96, then 93, then 91.
Eight o'clock. Cruise checklist item you've been saving: the mixture. You're at sixty-five percent at five-five. Leaned to the card number, this engine burns 9.5. Where it sits now, rich of everything, it burns closer to 11.
<div class="choice-list">
<<link "A. You lean it to the card number and verify on the EGT: 9.5 an hour from here on, and the engine runs cooler and cleaner for it." "Cruise_Sparta">>
<<set $pathArray to $pathArray.concat(["D3: leaned to the card"])>>
<<set $leaned to true>>
<</link>>
<<link "B. Night, one engine, dark ground: you leave it rich. Rich is cheap insurance against a lean stumble, and fuel is something you have plenty of. Probably." "Cruise_Sparta">>
<<set $pathArray to $pathArray.concat(["D3: stayed rich for the night"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Abeam Sparta; the altitude question"])>>
<<set $fuelGal to $fuelGal - (($leaned) ? 2.9 : 3.5)>>
Sparta's beacon winks fifteen miles off the right wing at 8:33. The groundspeed has settled into an honest, ugly 91: the Evansville column was the truth-teller, east at twenty-eight where you sit. Mount Vernon is forty-five minutes ahead at this rate. Evansville, an hour and ten.
Dez again:
<div class="text-msg">doors open. line down the block, not kidding. levi is levitating. where u at</div>
There's a move on the table, and it costs altitude to see it. The winds-aloft table put single digits at 3,000 on the Evansville column. Down at three-five, the headwind might drop from twenty-eight to the mid-teens: ten knots of groundspeed bought back for the price of flying lower over dark country, closer to the towers, further from the glide.
<div class="choice-list">
<<link "A. You take the trade: request three thousand five hundred from Center and go down where the wind is lazier." "Cruise_Descend">>
<<set $pathArray to $pathArray.concat(["D4: descended to 3,500 for the wind"])>>
<<set $altitude to 3500>>
<</link>>
<<link "B. Altitude over dark ground is life insurance. You hold five-five and pay the wind its toll." "Cruise_MVN">>
<<set $pathArray to $pathArray.concat(["D4: held 5,500 and paid the wind"])>>
<</link>>
<<link "C. You raise Flight Service on the remote and ask for updated winds aloft before spending anything." "Cruise_FSS">>
<<set $pathArray to $pathArray.concat(["D4: asked FSS for newer winds"])>>
<<set $fssTried to true>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["FSS has the same forecast you have"])>>
The briefer is friendly, unhurried, and in possession of exactly the product you already own: the same eleven-hour-old FB table, valid through the same window, saying the same two contradictory things. "No amendments," he says. "One PIREP east of Farmington, hour and a half old now, easterly twenty-six at five point five." Which you also have.
Nothing gained, nothing lost but two minutes of listening. The wind outside remains a measurement, not a forecast: the GNS says 91, and the GNS is not eleven hours old.
<div class="choice-list">
<<link "A. Down to three-five, then, where the table and physics both say the wind eases." "Cruise_Descend">>
<<set $pathArray to $pathArray.concat(["Then descended for the wind"])>>
<<set $altitude to 3500>>
<</link>>
<<link "B. Hold five-five. The known wind beats the forecast bargain." "Cruise_MVN">>
<<set $pathArray to $pathArray.concat(["Then held altitude anyway"])>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Down at 3,500: ten knots bought back"])>>
Center approves without a beat. The descent costs nothing but the view: at three thousand five hundred the yard lights have faces and the dark has texture, and the GNS climbs as the wind lets go: 95, 97, 99. Ten knots bought back, exactly as advertised on the table's bottom row.
It is a different kind of flying down here, closer and busier, towers plotted and respected, the glide ring smaller in your head. You retrim, reset the numbers<<if $gsKnown>>, and redo the two columns: Mount Vernon at 8:57, Evansville overhead at 9:37<</if>>. The airplane hums along in air that has gone from poured glass to faintly textured, the low over Arkansas breathing up the valley.
<<link "Mount Vernon's runway lights up the horizon dead ahead." "Cruise_MVN">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Mount Vernon: the best rung on the ladder"])>>
<<set $fuelGal to $fuelGal - (($leaned) ? 4.1 : 4.8)>>
Mount Vernon arrives under the nose at <<if $altitude lte 3500>>8:57<<else>>9:00<</if>>: six thousand five hundred feet of lit, ILS-equipped, high-intensity pavement, the AWOS murmuring calm winds, a fuel pump with an after-hours number on the door. The last big rung on the ladder, sliding under the wheels with sixty-four dark miles still to go.
<<if $gsKnown>>The kneeboard columns have their answer ready. <<if $fuelActual gte 48>>Overhead Evansville around 9:40 with better than eighteen gallons in the tanks: two full hours of margin. The stop would cost forty-five minutes and buy nothing but smell-proofing.<<else>>Overhead Evansville around 9:40 with something between one and three gallons aboard, depending on which decimal you believe. Written in your own handwriting, the number does not blink.<</if>><<else>>The GNS ETA says 9:37 and the fuel gauges say what they say: left low-ish, right insisting on abundance. You have not run the numbers by hand tonight. The box's ETA ends in a seven and the needles are above the pegs, and that is the entire dashboard of your knowledge.<</if>>
Dez, 9:02:
<div class="text-msg">levi just did the thing where he taps the mic and says CHECK CHECK. we're ON at 9:30 sharp. tell me ur close</div>
<div class="choice-list">
<<link "A. You land at Mount Vernon, take on fuel, and arrive at the bar late, honest, and heavy with gallons." "Divert_MVN">>
<<set $pathArray to $pathArray.concat(["D5: took the stop at Mount Vernon"])>>
<<set $stopMade to true>><<set $divert to "KMVN">>
<</link>>
<<link "B. You press for Evansville with a briefed backstop: Carmi in twenty minutes is the trip's last pavement, and you say its name out loud so it's real." "Cruise_Carmi">>
<<set $pathArray to $pathArray.concat(["D5: pressed with Carmi briefed as backstop"])>>
<</link>>
<<link "C. Sixty-four miles. Thirty-nine minutes. The airplane is running like a watch and the ETA still starts with a nine. You press on and let the night keep its rhythm." "Cruise_Carmi">>
<<set $pathArray to $pathArray.concat(["D5: pressed on rhythm"])>>
<<set $pressOn to $pressOn + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Down at Mount Vernon for gallons"])>>
You tell Center, who could not be more agreeable, and fly the easy visual to the big lit runway. The field is closed-quiet: pumps lit, FBO dark, the after-hours number taped inside the door glass exactly where the route brief promised. The man who answers says "gimme fifteen" and means twenty-five, and arrives in a Carhartt jacket over pajama pants, for which you will tip him like a valet at the end of the world.
While the fuel goes in you text Dez the truth<<set $toldDez to true>>: on the ground for gas, there by the back half of the set, save you a stool. The reply takes ninety seconds:
<div class="text-msg">a STOOL. sir this is a rock and roll establishment. (there will be a stool)</div>
Off again at 9:50 with the tanks heavy and the night simple. The last sixty-four miles take thirty-five minutes and ask nothing of you at all.
<<link "Evansville's beacon, then the bar." "End_MVN_Stop">><</link>>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Past the last rung"])>>
<<set $fuelGal to $fuelGal - (($leaned) ? 3.0 : 3.6)>>
<<if $fuelActual lt 30 and not $leaned>>\
Carmi's beacon shows up three miles south of course at 9:24, right where the brief put it, and slides past the wing.
At 9:27 the engine clears its throat.
Half a second of nothing where the power was. Then power again, then the nothing, longer, the propeller loafing against dead pistons, the nose already easing down because your hand did something your brain is still catching up to. The right fuel gauge, the golf buddy, reads an eighth. Reads it cheerfully.
Right tank, dry. The one the board said was topped.
<<set $quietOnce to true>>\
Your hand is on the selector doing the drill before the fear finishes arriving: LEFT tank, boost pump ON, mixture rich. Two seconds. Four. The engine catches, roars, settles, runs, and the night is suddenly very large and the panel very small. Whatever is in the left tank is all the airplane there is.
<div class="choice-list">
<<link "A. Carmi is four miles behind the left shoulder, lit by its beacon and nothing else. You turn back for it now, on the tank that works." "End_KCUL_Night">>
<<set $pathArray to $pathArray.concat(["Turned back for Carmi on the good tank"])>>
<<set $divert to "KCUL">>
<</link>>
<<link "B. Evansville is twenty-five miles, twelve or thirteen minutes, and its beacon is already visible. The left tank fed the engine for the whole first hour and never coughed. You press for the lights." "End_Beans">>
<<set $pathArray to $pathArray.concat(["Pressed for Evansville on the last tank"])>>
<<set $pressOn to $pressOn + 1>><<set $badchoices to $badchoices + 1>>
<</link>>
</div>
<<else>>\
Carmi's beacon shows up three miles south of course at <<if $altitude lte 3500>>9:19<<else>>9:24<</if>> and holds there, the trip's last pavement doing a slow wing-walk down the right side. Beyond it the chart goes honest: river bottoms, no beacons, the Wabash somewhere black ahead, and then the far glow that is Evansville pretending to be closer than it is.
<<if $fuelKnown and $fuelActual lt 30>>The kneeboard number for touchdown still starts with a two and ends with a decimal you keep re-deriving, hoping for arithmetic mercy that arithmetic does not offer. The gauges have both joined the left one's religion now: low, lower, bouncing.<<elseif $gsKnown>>The columns say you land fat. The night agrees: steady engine, steady numbers, a groundspeed that finally quit shrinking.<<else>>The needles are lower than you would like and higher than empty, and the box's ETA holds at 9:37. It has been a long day of trusting things.<</if>>
<div class="choice-list">
<<link "A. Carmi, now. Four thousand feet of dark-field pavement and a pump of unknown temperament beats every version of the next twenty minutes that goes wrong." "End_KCUL_Night">>
<<set $pathArray to $pathArray.concat(["Took Carmi, the last pavement"])>>
<<set $divert to "KCUL">>
<</link>>
<<link "B. Twenty-five miles to a towered field with two big runways. You continue, and start the arrival off right: listen to the ATIS now, plan the straight-in, fly it clean." "Approach_EVV">>
<<set $pathArray to $pathArray.concat(["Continued to Evansville"])>>
<<if not $gsKnown and $fuelActual lt 30>><<set $pressOn to $pressOn + 1>><</if>>
<</link>>
<<link "C. The right tank's hour is up. You switch back to the left on schedule, note the time on the kneeboard, and continue: tank discipline is free." "Approach_EVV">>
<<set $pathArray to $pathArray.concat(["Switched to the left on the hour, continued"])>>
<<set $onTank to "L">>
<</link>>
</div>
<</if>>\
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["The Evansville arrival"])>>
<<set $fuelGal to $fuelGal - 3.3>>
Evansville Approach takes the handoff and the city rises out of the river bend, bright as a carnival after two hundred miles of yard lights. The ATIS calls calm wind, runway 22 in use, altimeter three zero zero one.
<<if $fuelActual lt 30 and $leaned and $fuelKnown>>\
The kneeboard's last line says you will land with about two gallons: one wet wing, one theoretical one, and a regulation somewhere behind you at Columbia that was satisfied eleven hours of forecast ago. You moved the selector to the fuller left tank crossing the Wabash, on schedule, because the schedule is the one instrument that has told the truth all night. Approach asks you to say your position and intentions, routine as a toll booth. The words available to you cost nothing and mean everything.
<div class="choice-list">
<<link "A. \"Archer four three seven two whiskey, one five east, landing Evansville. Request straight-in two two, minimum fuel.\"" "End_EVV_MinFuel">>
<<set $pathArray to $pathArray.concat(["Said the words: minimum fuel"])>>
<<set $declaredMin to "min">>
<</link>>
<<link "B. You say nothing about the gallons. Position, intentions, straight-in if able. The engine is running and the field is in sight; the number stays your private business." "End_EVV_Squeaked">>
<<set $pathArray to $pathArray.concat(["Kept the number private"])>>
<<set $pressOn to $pressOn + 1>>
<</link>>
</div>
<<elseif $fuelActual lt 30 and $leaned and not $fuelKnown and $onTank is "R">>\
<<if $altitude lte 3500>>Approach clears you into the downwind for two two behind a Skyhawk doing pattern work, and you fly it by the numbers, carb heat, first notch, the bar's neighborhood actually visible off the left wing.
Abeam the numbers, the engine goes quiet.<<else>>Approach hands you a straight-in from twelve miles and you ride it down the extended centerline, the runway's rabbit lights flashing you home.
Five miles out, the engine goes quiet.<</if>>
Not a cough: a smooth, total, dignified silence, the propeller windmilling, the nose easing over. The right gauge reads an eighth. Cheerfully.
<<set $quietOnce to true>>\
Selector LEFT, boost ON, mixture rich, hands doing the drill ahead of thought. Two seconds that bill by the year. The engine catches and roars and you say words to Approach that come out steadier than they have any right to: fuel emergency, request immediate landing.
<<link "The runway takes you the rest of the way in." "End_EVV_Downwind">><</link>>
<<elseif $fuelActual lt 30 and not $fuelKnown>>\
Approach sets you up for the straight-in to two two. You fly it clean, gear-welded stable, and the runway comes up the windshield like a promise kept.
<<link "Touchdown, 9:48. The bar is nine minutes away." "End_EVV_Blind">><</link>>
<<elseif $gsKnown and $leaned>>\
Approach sets you up however you like it: straight-in offered, the pattern available, no traffic that matters. You fly the arrival with the whole panel green and the tanks doing what verified tanks do, which is sit there being boring.
<<link "Touchdown. The bar is nine minutes away." "End_EVV_Fat">><</link>>
<<else>>\
Approach sets you up for the straight-in and you ride it home with the city glittering past the cowling. The panel is green. The tanks are heavy. Whatever the night's bookkeeping would have said, nobody asked it to speak.
<<link "Touchdown. The bar is nine minutes away." "End_EVV_Thin">><</link>>
<</if>>\
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: heavy tanks, easy night"])>>
You walk into the brick bar at 10:04, four songs deep, and Dez spots you from the stage mid-bassline and points with his headstock like a man identifying a witness. The set is loud and gloriously mediocre in places and the encore is not, and afterward there is a stool with your name on a bar napkin taped to it.
Sunday morning, out of nothing but habit, you stick the tanks before flying home: twenty-one and change, right where the kneeboard said they'd be. The stick goes back in the door pocket. The habit goes back in yours.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>A nine-dollar wooden stick caught a twenty-gallon lie before it left the ground, and honest arithmetic kept the books straight the rest of the night. The wind cost you fifty-one minutes and some songs. It never got a vote on anything that mattered.</p>
<h3>ADM analysis</h3>
<p>The night's one load-bearing decision happened on the ramp at Columbia, before the propeller turned: verifying the opening balance instead of inheriting it from a schedule board. Every calculation downstream of a fuel quantity is only as good as that first number. The schedule board was wrong. The line kid was wrong. The golf-buddy gauge was wrong in its own special way. The stick was nine dollars.</p>
<h3>What good judgment looks like here</h3>
<p>This flight, nearly move for move: verify, then measure, then keep two columns (plan and actual) that are allowed to disagree in ink. Notice how cheap it all was. The stick cost two minutes. The kneeboard math cost two more. The top-off cost seventeen minutes against a band with two sets. Margin, purchased in advance at ground prices, never has to be repurchased in the air at night rates.</p>
<h3>Key takeaway</h3>
<p>The opening balance is the whole science. Buy it with a stick, not a story.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: landed fat, flew thin"])>>
The set is great. The night is great. The airplane sits on the Evansville ramp with eighteen-some gallons aboard, which by any standard is plenty, and which you know because Sunday morning you stick the tanks and do, for the first time since Columbia, some arithmetic.
It comes out fine. It was always going to come out fine, tonight, with forty-eight verified gallons under the caps. What the Sunday math also shows, if you sit with it, is the shape of the night you actually flew: rich mixture burning an extra gallon-plus an hour, altitude held into a twenty-eight knot headwind that a cheaper altitude would have halved, checkpoints drifting late without a pencil lifted, and a margin that shrank all evening without once being measured.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>You landed with roughly eighteen gallons: a completely safe outcome riding on completely unexamined process. The verified opening balance you bought at Columbia was thick enough to absorb a rich mixture, a slow altitude, and a night of unrun numbers, and it absorbed all three without you ever asking it to.</p>
<h3>ADM analysis</h3>
<p>Grade the night by its inputs. The wind announced itself at the first checkpoint (four minutes is a measurement, not a rounding error) and the announcement went unanswered. The mixture stayed rich on a vague theory of night insurance that the engine never asked for. The one PIREP in the briefing turned out to be the evening's truest document, and nothing was done with it. None of it mattered, because of one decision made on the ramp with a wooden stick. That is one layer of protection doing the work of four.</p>
<h3>What good judgment looks like here</h3>
<p>The same night flown by the sibling version of you who runs the numbers at Washington Regional, leans to the card over the river, and buys ten knots back at three-five: that pilot lands twenty minutes sooner with the same gallons and a complete set of books. Fly this exact profile on the night the stick stays in the door pocket, and the story is told by a different ending in this scenario. It's worth reading.</p>
<h3>Key takeaway</h3>
<p>Landing with plenty proves the tanks were deep, not that the flying was. Margin you never measured is margin you never actually had.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the stop, the stool, the encore"])>>
You walk in at 10:40 as the band comes back from their break, and Dez introduces the next song by pointing at the door: "This one's for the guy who just flew here from Missouri and stopped for gas like a responsible adult, which is the least rock and roll thing I have ever said into a microphone." The room, seven beers deep, cheers the concept of fuel planning. It is, all things considered, the best introduction you have ever received.
The airplane sits at Evansville with thirty gallons aboard. The ride home Sunday needs no arithmetic at all, though you do it anyway, at the kitchen table, out of respect.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The wind ate the plan; the plan got amended at the last good place to amend it. Mount Vernon cost forty-nine minutes, one after-hours callout fee, and a tip for a man in pajama pants. It bought unlimited margin for the darkest stretch of the route and converted the whole fuel question into a solved problem.</p>
<h3>ADM analysis</h3>
<p>Destination fixation is the quiet engine of most fuel exhaustion accidents: the destination acquires a gravity that bends every calculation toward it. The stop broke that gravity with sixty-four miles still to run. Note the structure of the decision: it wasn't fear, it was bookkeeping. The columns said land, and the ladder of outs had exactly one rung left with lights, fuel, and a phone number. Taking the best option while it exists, rather than the last option when it's all that exists, is the entire art.</p>
<h3>What good judgment looks like here</h3>
<p>Also worth keeping: the text you sent from the ramp. Telling the person waiting that you'll be late converts their expectation from pressure into patience, and it costs one sentence. The waiting friend is almost never the source of the pressure pilots feel; the pressure is self-manufactured, and it dissolves on contact with honesty.</p>
<h3>Key takeaway</h3>
<p>Nobody at the bar remembers what time you landed. The stop that feels like losing is the version of the night where nothing was ever at stake.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the words, said early"])>>
"Archer seven two whiskey, roger, minimum fuel," Approach reads back, in the tone of a person acknowledging a coffee order, and the system quietly rearranges itself: the straight-in firms up, the Skyhawk in the pattern gets extended a lap, and the frequency stops offering you anything that costs time. No sirens. No forms. The runway arrives, you land on it, and the taxi to the ramp happens with the fuel pressure needle exactly where it has been all night, which is to say, fine, which is to say, you got away with the margin you chose.
The next morning the pump puts 45.7 gallons into a 48-gallon system. You stand there watching the meter, doing the subtraction, letting it be what it is.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>A known-thin arrival got flown with the system's help instead of despite it: the phrase "minimum fuel" told Approach you could accept no undue delay, and Approach, hearing it maybe twice a month, treated it like the professional courtesy it is. You landed with about two gallons, split between a wet wing and a rumor.</p>
<h3>ADM analysis</h3>
<p>Two things are true and the debrief needs both. Saying the words was exactly right: it cost one sentence, carried no penalty, and removed the only variable ATC controls (delay) from a night that had no room for it. And needing the words was the bill for upstream choices: a known 28-gallon departure was legal and tight, and every mile past Mount Vernon converted slack into hope at a fixed exchange rate. The radio call managed the arrival. Nothing can retroactively manage the planning.</p>
<h3>What good judgment looks like here</h3>
<p>Know the vocabulary cold, because the hesitation is the hazard: minimum fuel is an advisory (no priority, no paperwork, just no delay); emergency fuel is a declaration (priority handling, shortest path to pavement, and afterward, at most, a conversation). Pilots who are sure of the difference use the right word early. Pilots who aren't say nothing until the engine says it for them. Elsewhere in this scenario, that version of the night exists too.</p>
<h3>Key takeaway</h3>
<p>The words are free and the delay isn't. Say minimum fuel while it's still an advisory, and plan so you never have to learn how easy declaring is.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: private arithmetic"])>>
You land at 9:44, taxi in, shut down, and sit in the dark cockpit for a moment with the master off, listening to the gyros wind down and doing, one last time, the subtraction you have been doing all night. Two gallons. Maybe. You make the bar by 10:15 and the show is great and you tell no one anything.
Sunday morning at the self-serve pump, the meter runs and runs and runs and clicks off at 45.7 gallons. You stand there in the propeller-flattened grass with the nozzle in your hand and your heart doing something complicated, because 48 minus 45.7 is a number you can hold in two cupped hands, and last night it was holding you.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>A known-thin fuel state got flown to the destination in silence: no stop, no advisory to ATC, no witness but the kneeboard. The engine ran to the chocks. The morning meter then quantified the night: about two and a quarter gallons of airplane remaining, roughly fourteen minutes of cruise, at night, over a city.</p>
<h3>ADM analysis</h3>
<p>The honest core of this path: you did the math, knew the number, and decided the number was a private matter. That privacy bought nothing and cost a layer: Approach, told nothing, was one pattern conflict or one runway change away from assigning you a delay you could not afford and did not know to refuse. The macho inversion here is subtle, because it looks like competence: I know my situation, I don't need help. The situation disagreed only by luck.</p>
<h3>What good judgment looks like here</h3>
<p>The same flight with two sentences added: minimum fuel to Approach at twenty miles, and a text to Dez from Mount Vernon's ramp an hour earlier. And the deeper fix lives further upstream, where 91.151(b) was read as permission instead of as a floor: twenty-eight known gallons against a forecast that disagreed with itself was legal, and legal was doing all of the work in that sentence.</p>
<h3>Key takeaway</h3>
<p>If the number is thin enough to keep secret, it's thin enough to say out loud. Secrets don't extend glide.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the morning meter"])>>
The landing is lovely. The show is better. Dez plays like a man possessed, the almost-famous headliner is exactly as good as almost, and you drive back to the field Sunday morning rehearsing the flight home and feeling, on the whole, like a pilot who had a smooth night.
Then the self-serve meter clicks off at 45.8 gallons.
You stand very still. The airplane holds 48. You do the arithmetic twice, then a third time with the receipt in your hand like it might confess to an error. Two point two gallons. You flew the last hour of last night, at night, over the dark parts of two states, on a fuel state you would never have accepted on purpose, protected by nothing but a tank-switch habit and a schedule board's lie you never caught.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>The opening balance was wrong by twenty gallons and nothing downstream ever tested it: no dipstick, no checkpoint math, no suspicion aimed at gauges that were behaving exactly as the squawk sheet warned. The hourly tank switch you flew out of pure habit happened to put the engine on the wetter tank for the arrival, which is why this debrief is a scare and not a docket number. The flight was, at every moment after rotation, one assumption deep.</p>
<h3>ADM analysis</h3>
<p>This is the bookkeeping accident with the last page missing. Every classic element is present: an unverified opening balance, a wind that ate the plan while the plan went unread, a mixture left rich on vibes, and a destination that pulled harder as the night got darker. The absence of consequence is the most dangerous part, because the memory files this night under smooth. Fuel exhaustion statistics are built almost entirely from pilots whose previous near-misses they never detected.</p>
<h3>What good judgment looks like here</h3>
<p>The stick, every time, no exceptions, no matter what the board says: it is the only instrument that reads the opening balance directly. And the checkpoint arithmetic, which would have caught this by Washington Regional: 8.3 gallons burned against a believed 48 is comfortable; against an actual 28 it is a closing window, and four minutes of pencil work separates the two. The habits are cheap. The alternative prices vary.</p>
<h3>Key takeaway</h3>
<p>The scariest fuel story is the one you find out about at the pump. Audit the nights that felt smooth; some of them weren't.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: two seconds of silence"])>>
The tower, warned by Approach, has the field to you before the words finish leaving your mouth. The runway is wide and lit and forgiving, and the Archer lands on it running on its left tank and adrenaline, and you taxi clear and stop and sit with your hands in your lap until they belong to you again.
The tower asks, gently, if you need anything. You say no. The tower says "welcome to Evansville" the way people say it to survivors. At the bar, later, Dez knows something happened because you hug him too long, and he doesn't ask, and you don't say, until Sunday breakfast, when you say all of it.
The pump Sunday takes 46.9 gallons: one point one remained, all of it in the left wing. You file the ASRS report Monday from your kitchen table, in detail, because somebody's future checkride story should have this flight in it.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>A tank ran dry in the pattern because the opening balance was fiction and the bookkeeping never existed to catch it. The restart drill (selector, boost, mixture) worked exactly as drilled, the emergency was declared in plain words, and the system did the rest. Total time engine-off: about four seconds. Total remaining fuel at shutdown: about an hour's worth of adrenaline and sixty-six minutes of regulation minimum, which is to say, one point one gallons.</p>
<h3>ADM analysis</h3>
<p>Credit first, honestly earned: the restart flow came out of your hands without transiting your brain, which is what emergency procedures are for, and the word emergency followed it without pride negotiating. That reflex pairing saved the night. Now the chain that required saving: a board trusted over a stick, four late minutes unexamined, a gauge with a written confession in the squawk sheet allowed to keep testifying, and Mount Vernon's lit runway sliding under the wheels carrying twenty more gallons of somebody else's evening.</p>
<h3>What good judgment looks like here</h3>
<p>Upstream, everything this scenario keeps saying. Downstream, exactly what you did, plus the ASRS filing, which is the professional's ending to an amateur hour: it costs twenty minutes, carries limited immunity, and converts a private scare into the aggregate data that gets schedule boards and golf-buddy gauges taken seriously.</p>
<h3>Key takeaway</h3>
<p>The drill you practice is the one that shows up. Practice the dipstick with the same religion and the drill never gets its cue.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: Carmi in the dark"])>>
<<if $quietOnce>>You fly the four miles back to Carmi like they are made of glass, land on the dark little runway with the beacon strobing overhead, and taxi in on a tank you no longer make assumptions about. When the engine stops, the silence has a different quality than engine silence usually does: it's the kind you chose.<<else>>Seven clicks on the CTAF and Carmi's runway lights bloom out of the black like a carnival booting up. You land, roll out long and easy, and taxi to the pump island of the emptiest airport in Illinois.<</if>>
The self-serve pump considers your first card at length and declines it. The second card, same. The third card, older and more embarrassed than the first two, takes. Fuel runs into the wings under a dome of stars while a dog barks somewhere in town, twice, and quits.
<<if $quietOnce>>You put in enough to make the arithmetic silly and fly the last twenty-five minutes to Evansville with your hands very quiet on the yoke.<<else>>Thirty gallons later you lift off from the dark little field and fly the last leg fat.<</if>> The bar gets you at 11:05, in time for three songs and the encore, and Dez's grin arrives before the questions do.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p><<if $quietOnce>>After the right tank ran dry and the restart caught, the nearest pavement won the argument with the nearest destination: four miles back beat twenty-five miles ahead on one unverified tank.<<else>>The last pavement before the river bottoms got used for exactly what last pavement is for.<</if>> The pump's card reader did its wilderness-ATM routine, the tanks got heavy, and the night ended at a bar instead of in a report.</p>
<h3>ADM analysis</h3>
<p><<if $quietOnce>>The decision after the restart is the one this ending exists to teach: an engine that just quit from starvation and restarted on the other tank has told you its remaining range is exactly as trustworthy as your worst number. Turning your back on visible destination lights to land on a dark strip four miles behind you is emotionally expensive and arithmetically free.<<else>>Landing at Carmi with the destination's glow already visible on the horizon is the hard version of the easy call: the last option was still open, and you took it while it was an option instead of a requirement.<</if>> The card reader deserves its paragraph too: unattended fields keep their own hours and their own opinions of your credit, and a night plan that requires a specific pump to cooperate is a plan with a single-point failure. Budget for the third card.</p>
<h3>What good judgment looks like here</h3>
<p>Mostly this. The upgrade is earlier: the same landing at Mount Vernon, one rung higher on the ladder, buys a lit ILS runway and a human with a phone number instead of a dark strip and a moody pump. Take the best rung available, not the last one.</p>
<h3>Key takeaway</h3>
<p>Dark pavement with fuel beats bright sky without it, every time the choice exists. It stops existing quickly.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p><<set $pathArray to $pathArray.concat(["Ending: the river bottoms"])>>
The left tank gives you seventeen minutes. You spend them well, which is the only compliment this stretch of the night will earn: Evansville's glow dead ahead, altitude traded evenly for miles, the emergency declared in a voice you keep level by main force, Approach reading you the distance to the threshold like a countdown you are losing. At six miles the engine does what engines out of fuel do, and does it for good.
The Wabash bottoms are black. Your landing light finds bean stubble, cut rows running crosswise, a treeline you clear by a margin you will never let yourself calculate. The Archer arrives in the field flaps-down and flying, touches, runs forty yards on the mains, finds the soft spot, and goes over on its back with a sound like a filing cabinet thrown down stairs.
Hanging in the straps in the sudden ticking dark, you take inventory: fingers, toes, neck, the smell of fuel that isn't there because there is no fuel. You release the buckle like the POH says, fall onto the headliner like nobody says, and crawl out into the beans. The ELT is chirping. Evansville's glow sits on the horizon, six miles and one universe away.
<hr>
<div class="debrief">
<h3>What happened</h3>
<p>Fuel exhaustion, both tanks, at night, six miles short. The forced landing was flown with genuine skill: field found, wires and trees avoided, airplane arrived under control, occupant walked away. The NTSB report will note the skill in one sentence and spend its pages on the seven decisions that made the skill necessary, starting with a schedule board that was believed and a wooden stick that stayed in a door pocket 225 miles away.</p>
<h3>ADM analysis</h3>
<p>Name the chain, because chains only break when named: the unverified opening balance; the four-late checkpoint that never got arithmetic; the rich mixture spending a gallon an hour on a feeling; Mount Vernon's lit ILS runway declined with the backstop already briefed; the first tank running dry, the loudest possible warning, answered by pressing on toward glow instead of turning to pavement four miles behind; and the last tank asked to do what the ledger always said it couldn't. Six links. Every one reversible when it happened. The seventh link was physics, which does not negotiate.</p>
<h3>What good judgment looks like here</h3>
<p>Any earlier ending in this scenario, and inside the final minutes, exactly what was flown: airplane first, best glide held, field chosen early, declared without pride, flown all the way to the stop. The forced-landing skill deserves its credit. It also deserves the observation that it was purchased at the cost of every skill that would have made it unnecessary, all of which were cheaper.</p>
<h3>Key takeaway</h3>
<p>The engine quit at the end of a ledger, not a flight. Keep the ledger like your life depends on it; some Friday night, at 9:27, over the river bottoms, it does.</p>
</div>
<div class="restart">
<<link "Return to Start" "FlightPrep">><<set $pathArray to []>><<set $badchoices to 0>><<set $readWeather to false>><<set $readRoute to false>><<set $readAircraft to false>><<set $readReserve to false>><<set $fuelActual to 48>><<set $fuelGal to 48>><<set $fuelKnown to true>><<set $topped to false>><<set $looked to false>><<set $gsKnown to false>><<set $leaned to false>><<set $altitude to 5500>><<set $fssTried to false>><<set $stopMade to false>><<set $declaredMin to "">><<set $onTank to "L">><<set $toldDez to false>><<set $pressOn to 0>><<set $quietOnce to false>><<set $divert to "">><</link>>
</div>
<p class="main-menu-wrap"><a href="/" class="main-menu-btn">Main Menu</a></p>data:image/png;base64,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rVixAtOnT4erqytUKlWTv7AQEXUkp0+fRq9evaT/NySgSkR0N+GIHiKiDmrnzp0AgA8//JBBnnZK+xjPmzePQR4iogbSrrplaWlZa6U1IqK2gCN6iIg6oGvXrsHDwwODBg3Su3QztV1qtRqurq5wdXVFfHx8i0wbICK621VUVKCgoKDOqZPnzp1D//79UVhYiCeffBLfffddC/eQiKj5GOghIiIiIqIOoaCgAH5+fnjmmWcwduxYhIWFwcLCApcvX8bWrVvx3//+F7du3YKVlRWio6MRGhra2l0mImo0BnqIiIiIiKhDKCgogJ2dnd59bGxs8OOPP2Ls2LEt1CsiIsNioIeIiIiIiDqEyspK/PDDD9i1axdOnjyJ69evIzc3F7a2tlAoFBgxYgRefvlleHp6tnZXiYiajIEeIiIiIiIiIqJ2gqtuERERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBERERERERG1Ewz0EBEREREREZHBZWRkoKKiorW70eEw0ENEREREREREBvfll19i3759rd2NDoeB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dZw+fRq7du3C9evX4eDggNzc3BrHZGVloVevXsjIyKhRbmZmhgkTJmDgwIGwsrJCYmIivv32W53JzL799ts6l4YfNWoUdu7cWaPM0dERM2bMQHh4OPLz8/Hrr79i7969tc77+PHj6N27t856iYiIiIiIdMnMzISvry8qKysbdVxISAgSEhL4Y7MRMNBD7U5DAj2A/mDPypUr8eyzzwIAioqK8NRTT2Hz5s2N6oeuQA+gma41btw4XL58uVH1yeVyLF68GP/617/q3CctLQ29evXCtWvXGlX33Llz8e677zbqGCIiIiIioiVLluC1115r0rHHjx9Hnz59DNwj4tQt6rD0TeN6/vnn8c033wAArK2tsWnTJvzf//0fvL29G1y/QqHQWR4REYHTp0/jiSeegImJSYPq6tq1K3bt2qU3yANokk4fOXIEvXr1alC9FhYWWLJkCYM8RERERETUJM1JrMykzMbBET3U7jR0RI9WQ0f2AJpkzJs3b8aePXtw7NgxZGVl4ebNm5DL5XByckJISAj69euHsWPHYuDAgfX2ValU4qeffsKBAweQmJiInJwclJWVwcnJCV5eXhgwYABGjRqFUaNGNWpIoxACu3fvxi+//ILjx48jPT0dt27dgrm5OZydndG9e3cMHToUTz/9NNzd3RtcLxERERERkVZsbKzORWEaysXFBZmZmTA3Nzdcp4iBHiIiIiIiIiJqvFdffRWffPJJs+rYvHkzHnroIQP1iADAtLU7QERERERERERtj5+fH958880aZbpW+NWSyWR44403jN2tDo8jeoiIiIiIiIjIIDp16oTs7Ow6t125cqWFe9TxMBkzEREREREREVE7walbZHRl5Wrs+usU9h+PwdnEZCSlZaK0XA0LM1ME+XmhR2gghvaNxMhBvWBmyqckERERERERUVNx6hYZTblajRU/bceKDdtxNSe33v3dnR3xwsTReGHSaAZ8iIiIiIiI2iBO3Wp9DPSQUSQmX8asd7/AuYvJjT62e0gglr/9D4QE+hihZ0RERERERGQsDPS0PuboIYM7eS4RD700v0lBHgA4dzEZ41+ah5PnEg3cMyIiIiIiIqL2jYEeMqjE5MuY8tqHyC8sblY9+YXFmPLah7iYnG6gnhERERERERG1fwz0kMGUq9WY9e4XzQ7yaOUXFmPWe1+gXK02SH1ERERERERE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