Challenge 3: Outlining as the Third One-Way Trade in This Course — Solution Walkthrough The answer: Per this chapter's own warning box, all three cases share the same underlying shape: converting something flexible and easily adjustable into a fixed, plain form permanently removes the original's own special editing convenience. Chapter 4's live shapes lose their numeric width/height/corner-radius fields once converted to a plain path. Chapter 6's Pathfinder operations replace the original separate shapes with one merged result. Chapter 8's outlined text loses the ability to be corrected simply by typing. Why these are genuinely the same kind of trade, not just similar in name: In every case, the "before" state offers a convenience specific to what the object still is (a live shape's numeric fields, separate shapes still being separately selectable, text still being typeable), and the "after" state is a generic vector path with none of that special behavior — only anchor points and curves, editable the same way any other path is edited. Why recognizing this pattern is useful: Once the pattern is recognized — "converting to a plain path trades away a specific convenience for a specific kind of flexibility elsewhere" — the same precaution (keep a copy of the original before converting) applies naturally to each new case, without needing to be separately reasoned through every time. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise checks that outlining text, converting a live shape, and applying a destructive Pathfinder operation are correctly recognized as the same recurring "conversion trades away a specific convenience" pattern, not three unrelated warnings.