SOLUTION: The sum of the squares of two consecutive positive odd integers is 103 more than the product of these two integers.Find the integers

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The sum of the squares of two consecutive positive odd integers is 103 more than the product of these two integers.Find the integers      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1060305: The sum of the squares of two consecutive positive odd integers is 103 more than the product of these two integers.Find the integers
Found 3 solutions by Alan3354, rothauserc, stanbon:
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of the squares of two consecutive positive odd integers is 103 more than the product of these two integers. Find the integers
------
n^2 + (n+2)^2 = n*(n+2) + 103
Solve for n

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
let x and x+2 be the two odd integers
:
x^2 + (x+2)^2 = x * (x+2) + 103
:
x^2 +x^2+4x+4 = x^2 +2x +103:
:
x^2 +2x -99 = 0
:
(x+11) * (x-9) = 0
:
x = -11 or x = 9
:
*************************
There are two solutions
:
9 and 11
:
-11 and -9
:
*************************
:

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of the squares of two consecutive positive odd integers is 103 more than the product of these two integers.Find the integers
-----
1st odd:: 2x-1
2nd odd:: 2x++1
---------------------------
Equation:
(2x-1)^2 + (2x+1)^2 = (2x-1)(2x+1)+103
------------------------------------
4x^2 - 4x +1 + 4x^2 + 4x + 1 = 4x^2-1+103
--------------------------------
8x^2 +2 = 4x^2+102
---------------------
4x^2 = 100
x^2 = 25
x = 5 or x = -5
------
1st solution:: 2x-1 = 2*5-1 = 9 and 2x+1 = 11
2nd solution:: 2x-1 = 2*-5-1 = -11 and 2x+1 = 2(-5)+1 = -9
------------
Cheers,
Stan H.
----------