Easy
Let the roots be p,q. By Vieta, p+q=−b and pq=c. Convert the two given conditions (difference of reciprocals =31, sum of reciprocal-squares =95) into equations in p+q and pq, solve for both, and maximise b+c.
1
Write the two conditions:
p1−q1=31(1),p21+q21=95(2)
2
Square (1) and substitute (2) to find pq:
p21+q21−pq2=91⇒ 95−pq2=91⇒ pq2=94 ⇒ pq=29=c
3
Use (2) to find p+q. Multiply through by p2q2:
9(p2+q2)=5(pq)2⇒ 9((p+q)2−2pq)=5(29)2⇒ (p+q)2−9=445⇒ (p+q)2=481 ⇒ p+q=±29
4
Maximise b+c. Since b=−(p+q), the largest b comes from p+q=−29, giving b=29. With c=29:
b+c=29+29=9
Largest possible value of b+c=9.
Standard symmetric-function moves: p21+q21=(pq)2p2+q2 and p2+q2=(p+q)2−2pq turn both conditions into equations in just p+q and pq.