126k views
5 votes
Find two positive consecutive odd integers such that the square of the larger integer is one less than twice the square of the small integer.

2 Answers

2 votes
Let
x---------------> first positive odd integer
x+2------------> second positive consecutive odd integer

we know that
(x+2)²=2x²-1---------> x²+4x+4=2x²-1-------> x²-4x-5
x²-4x-5=0
using a graph tool--------> to calculate the quadratic equation
see the attached figure

the solution is
x=5

the answer is
the first positive odd integer x is 5
the second positive consecutive odd integer x+2 is 7
Find two positive consecutive odd integers such that the square of the larger integer-example-1
User Blokeley
by
5.9k points
0 votes

Answer:

smaller integer = 5

Larger integer = 7

Explanation:

Let the first odd integer be x

Then the next consecutive integer will be x + 2

Now, The square of larger integer is 1 less than twice the square of the smaller integer.

As, x < x + 2

Smaller integer = x

Larger integer = x + 2

⇒ (x + 2)² + 1 = 2·x²

⇒ x² + 4 + 4x + 1 = 2x²

⇒ x² - 4x - 5 = 0

⇒ x² - 5x + x - 5 = 0

⇒ x(x - 5) + 1(x - 5) = 0

⇒ (x - 5)(x + 1) = 0

⇒ x = 5 or x = -1

But we need positive integer so x = -1 is rejected.

Hence, x = 5

So, smaller integer = 5

Larger integer = 7

User Abdullah Mallik
by
5.3k points