Concept:For a quadratic equation x2+px+q=0 with roots α and β,the sum of roots is α+β=−p, and the product is αβ=q.Similarly, for x2+mx+n=0 with roots α3 and β3,sum α3+β3=−m and product α3β3=n.We use the identity α3+β3=(α+β)3−3αβ(α+β).Explanation:From the first equation: α+β=−p and αβ=q.Compute α3+β3 using the identity:α3+β3=(α+β)3−3αβ(α+β).Substitute the values: α3+β3=(−p)3−3(q)(−p)=−p3+3pq.For the second equation, the sum of roots is α3+β3=−m.Thus −m=−p3+3pq, so m=p3−3pq.The product of roots is α3β3=(αβ)3=q3=n.Hence n=q3.Therefore m+n=(p3−3pq)+q3=p3+q3−3pq.Answer:m+n=p3+q3−3pq (Option D).