Concept:The image of a curve in a line is obtained by reflecting each point of the curve across that line.We use the reflection formula for a point in a line to find the image of a parametric point on the parabola, then eliminate the parameter.Explanation:Let a point on the parabola x2=4y be (2t,t2) (parametric form).The line is x−y−1=0.Reflection formula: for a point (h,k) in line ax+by+c=0, the image (x,y) satisfiesax−h=by−k=a2+b2−2(ah+bk+c).Here a=1, b=−1, c=−1, h=2t, k=t2.Apply the formula:1x−2t=−1y−t2=12+(−1)2−2(2t−t2−1)=2−2(2t−t2−1)=−(2t−t2−1).Equate the first ratio: x−2t=−(2t−t2−1)⟹x=2t−2t+t2+1=t2+1.Equate the second ratio: −1y−t2=−(2t−t2−1)⟹y−t2=2t−t2−1⟹y=2t−1.Now eliminate t: from y=2t−1, we get t=2y+1.Substitute into x=t2+1: x=(2y+1)2+1.Simplify: 4(y+1)2=x−1⟹(y+1)2=4(x−1).Given image form: (y+a)2=b(x−c).Comparing: a=1, b=4, c=1.Thus a+b+c=1+4+1=6.Answer:6 (Option C)