SOLUTION: Find five consecutive intgers if the square of the first less the square of the third is 5 less than the sum of the fourth and the fifth intgers.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Find five consecutive intgers if the square of the first less the square of the third is 5 less than the sum of the fourth and the fifth intgers.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 325633: Find five consecutive intgers if the square of the first less the square of the third is 5 less than the sum of the fourth and the fifth intgers.
Answer by jessica43(140) About Me  (Show Source):
You can put this solution on YOUR website!
To solve this problem, we need to write an equation using the information provided in the equation.
First, you have five consecutive integers:
x, x+1, x+2, x+3, x+4 (where x = the first integer)
Second, we know the square of the first less the square of the third is 5 less than the sum of the fourth and the fifth intgers. This can be written as:
x^2 - (x+2)^2 = ((x+3)+(x+4)) - 5
Now we can solve for x:
x^2 - (x+2)^2 = ((x+3)+(x+4)) - 5
x^2 - (x+2)^2 = (2x + 7)- 5
x^2 - (x+2)^2 = 2x + 2
x^2 - (x+2)(x+2) = 2x + 2
x^2-x^2+4x+4 = 2x + 2
4x + 4 = 2x + 2
2x +4 = 2
2x = -2
x = -1
So the first integer in the series is -1. So the five consecutive integers are -1, 0, 1, 2, 3