Question 503400: One positive integer is 3 less than twice another. Find these two integers if the difference of their squares is 24. Answer by oberobic(2304) (Show Source):
You can put this solution on YOUR website! y = 2x-3
y^2 -x^2 =24
.
substitute
.
y^2 = (2x-3)^2
y^2 = 4x^2 -12x +9
.
substitute
.
4x^2 -12x +9 -x^2 = 24
.
3x^2 -12x -15 = 0
.
x^2 -4x -5 = 0
.
(x-5)(x-1) = 0
.
We're only looking for a positive integer, so x=5.
.
substitute
.
y = 2x -3
y = 7
.
Always check your answer.
.
y^2 = 7^2 = 49
x^2 = 5^2 = 25
y^2 -x^2 = 24
Correct.
.
Answer: The two positive integers are 5 and 7.
.
Done.