find 2 numbers whose sum is 64 and product is 960

1 answer

I set this up as a polynomial

x^2-64x+960

factor this

(x - 40)(x-24)

where you it's roots to be

40 and 24

so
40 + 24 = 64
40 * 24 = 960