Concept:Given a quadratic and order of roots, compute the new roots and form the quadratic.Explanation:Roots of x2−5x+6=0 are (x−2)(x−3)=0, so x=2,3.Given α>β, so α=3, β=2.First new root: α2+β=32+2=9+2=11.Second new root: α+β2=3+22=3+4=7.Equation with roots 11 and 7: x2−(11+7)x+(11⋅7)=0.That is x2−18x+77=0.Answer:x2−18x+77=0 (Option C)