Concept:Use the relationships between coefficients and roots of a quadratic equation: sum S=α+β=−ab and product P=αβ=ac. Then express the given condition in terms of S and P.Explanation:Let the roots be α and β of ax2+bx+c=0 with a=0.Sum of roots: α+β=−ab.Product of roots: αβ=ac.Given: sum of roots equals sum of their squares:α+β=α2+β2.Rewrite α2+β2=(α+β)2−2αβ.Substitute: −ab=(−ab)2−2⋅ac.Simplify: −ab=a2b2−a2c.Multiply by a2: −ab=b2−2ac.Rearrange: b2+ab=2ac.Answer:ab+b2=2ac, which matches option C.