Will B. answered 04/05/20
Seeking to Put My Math Skills to Good Use
We're given: y - x = 1, x > 0, y > 0
We can write the second part into an algebraic equation: x2 = 3y + 25
If y - x = 1, then y = 1 + x
Now we plug (1 + x) in for y and we have: x2 = 3(1 + x) + 25
Let's simplify: x2 = 3 + 3x + 25 = 3x + 28
Now let's make this a quadratic equation and solve for x: x2 - 3x - 28 = 0
Now using the quadratic formula, we get x = 7 or -4
Since x must be positive, we choose x = 7
Now we have y = 1 + 7 = 8
So our two integers are 7 & 8