For an equation ax2+bx+c=0 with roots x1,x2, Vieta’s formulas hold:
x1+x2=−ab,x1⋅x2=ac.
With a=4, b=−20, c=9:
x1+x2=−4−20=5,x1⋅x2=49=2.25.
Sanity check: the discriminant is 400−144=256>0, so the roots are real (in fact 21 and 29, with sum 5 and product 49).
x1+x2=5,x1x2=49