Step 1: Recall the position before the extra move.
As found earlier, after driving 3 km north, 3 km west and 4 km south, Amit is at (-3, -1) relative to his start at (0, 0).
Step 2: Apply the further move.
He now drives 4 km east (+4 in x) and 1 km north (+1 in y). New position: \((-3+4,\,-1+1)=(1,0)\).
Step 3: Find the straight-line distance from the start.
Distance \(=\sqrt{(1-0)^2+(0-0)^2}=\sqrt{1}=1\) km.
Step 4: Final Answer.
Amit ends up exactly 1 km from his starting point, so option C is correct.