Concept:Track displacement using directions as coordinates (North: +y, East: +x, South: -y, West: -x).Explanation:Start at P = (0,0).Walk 20 m South: (0,−20).Turn left (now facing East), walk 30 m: (30,−20).Turn left (now facing North), walk 20 m: (30,0).Turn left (now facing West), walk 40 m: (−10,0).From P to Q is (−10,0), i.e., 10 m West.Answer:10 metres West