Concept:For a cubic equation ax3+bx2+cx+d=0 with roots α,β,γ: sum of roots =−b/a, sum of pairwise products =c/a, product =−d/a. These relations are used to find unknown coefficients.Explanation:Given: 2x3+mx2−13x+n=0 has roots 2, 3, and a third root δ.Sum of roots: 2+3+δ=−2m → 5+δ=−2m ...(1)Sum of pairwise products: (2)(3)+3δ+2δ=2−13 → 6+5δ=−213 → δ=−25.Product of roots: 2×3×δ=−2n → 6×(−25)=−2n → −15=−2n → n=30.From (1): 5+(−25)=−2m → 25=−2m → m=−5.Answer:Option B: −5,30.