How do you find two consecutive odd integers such that the square of the first, added to 3 times the second is 24?

1 Answer
Sep 29, 2015

I found: 3and5

Explanation:

Let us call our odd integers:
2n+1 and 2n+3 so we have:
(2n+1)2+3(2n+3)=24
4n2+4n+1+6n+924=0
4n2+10n14=0
Using the Quadratic Formula to solve for n we have:
n1=1 so that the two integers will be:
2+1=3 and 2+3=5
or:
n2=72 so that the two integers will be:
2(72)+1=6 and 2(72)+3=4 but these are even!