Concept:Solving a quadratic equation by expanding, rearranging, and factoring.Explanation:Start with x2=3(2x+9).Expand the right side: x2=6x+27.Bring all terms to one side: x2−6x−27=0.Factor the quadratic: (x−9)(x+3)=0.Set each factor equal to zero: x−9=0 or x+3=0.Solve: x=9 or x=−3.Answer:{x:x=−3,x=9}Option D.