You can put this solution on YOUR website! the square of the positive integer is 98 less than twice the square of the next consecutive positive integer.
what are the integers?
:
Write an equation for what it says:
x^2 = 2(x+1)^2 - 98
x^2 = 2(x^2+2x+1) - 98
x^2 = 2x^2 + 4x + 2 - 98
0 = 2x^2 - x^2 + 4x - 96
A quadratic equation
x^2 + 4x - 96 = 0
Factors to
(x+12)(x-8) = 0
the positive solution
x = 8 and 9 are the integers
:
:
Check this
8^2 = 2(9^2) - 98