How do you find three consecutive integers such that the sum of twice the largest and the fourth power of the smallest is equal to the square of the remaining integer increased by 243?

1 Answer
May 21, 2016

Let the numbers be x, (x + 1), (x + 2)

Explanation:

x^4 + 2(x + 2) = (x + 1)^2 + 243

x^4 + 2x + 4 = x^2 + 2x + 1 + 243

x^4 - x^2 - 240 = 0

(x^2 - 16)(x^2 + 15) = 0

x^2 - 16 = 0 and x^2 + 15 = 0

x = +-4 and x = O/

Therefore the numbers are 4, 5, 6

Hopefully this helps.