SOLUTION: Given three consecutive odd numbers such that the square of the second number is 80 less than the square of the third number. Find those numbers.

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Given three consecutive odd numbers such that the square of the second number is 80 less than the square of the third number. Find those numbers.       Log On


   



Question 611876: Given three consecutive odd numbers such that the square of the second number is 80 less than the square of the third number. Find those numbers.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Given three consecutive odd numbers such that the square of the second number is 80 less than the square of the third number. Find those numbers.
-------
1st: 2x-3
2nd: 2x-1
3rd: 2x+1
-------
Equation:
(2x-1)^2 = (2x+1)^2-80
-----------------
4x^2-4x+1 = 4x^2 + 4x +1 - 80
------
Subtract 4x^2 from both sides:
Add 4x to both sides:
8x -79 = 1
8x = 80
x = 10
----
1st: 2x-3 = 17
2nd: 19
3rd: 21
===============================
Cheers,
Stan H.