How do you find three consecutive odd integers such that the product of the two smaller exceeds the largest by 52?
Answers
Answered by
1
let the numbers be x, x + 2, x + 4
x × (x + 2) = x + 4 + 52
x^2 + 2x = x + 56
as the number is odd we take x = 7
the numbers are x, x+2, x+4
7, 9, 11
Similar questions