Concept:Minimise the distance from a fixed point to a point on a parabola using differentiation.Explanation:Step 1: Parameterise a point on the parabola y2=8x.Let the y-coordinate be t. Then x=8t2.So the point is (8t2,t).Step 2: Write the square of the distance D from this point to (4,2).D2=(8t2−4)2+(t−2)2=641(t2−32)2+(t−2)2Step 3: To minimise D, minimise D2. Differentiate with respect to t and set derivative to 0.dtd(D2)=641⋅2(t2−32)⋅2t+2(t−2)=161t(t2−32)+2(t−2)=0Step 4: Simplify the equation.16t3−2t+2t−4=0⇒16t3=4⇒t3=64⇒t=4Step 5: Substitute t=4 into the distance squared formula.D2=641(16−32)2+(4−2)2=641(−16)2+(2)2=64256+4=4+4=8So D=8=22.Answer:22 (Option B).