Concept:For a second-degree equation ax2+2hxy+by2+2gx+2fy+c=0, if the discriminant Δ=0 and h2−ab<0, the equation represents a single point (degenerate ellipse).Explanation:Given: x2+4y2−2x−4y+2=0.Complete the squares:(x2−2x)+(4y2−4y)+2=0(x−1)2−1+4[(y−21)2−41]+2=0(x−1)2−1+4(y−21)2−1+2=0(x−1)2+4(y−21)2=0.Since both squares are non-negative, their sum is zero only when each is zero:x−1=0 and y−21=0.Thus (x,y)=(1,21).So the equation represents a single point.Check discriminant: a=1,b=4,h=0,g=−1,f=−2,c=2.Δ=abc+2fgh−af2−bg2−ch2=1⋅4⋅2+0−1⋅(−2)2−4⋅(−1)2=8−4−4=0.h2−ab=0−4=−4<0.Thus it is a degenerate ellipse (a point).Answer:A. a point