SOLUTION: The sum of the squares of two consecutive odd integers is 34. Find the two integers.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: The sum of the squares of two consecutive odd integers is 34. Find the two integers.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 130543: The sum of the squares of two consecutive odd integers is 34. Find the two integers.
Found 2 solutions by Earlsdon, checkley71:
Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
I'll do the long (and correct) version of the solution:
Let the first odd integer be (2x+1) and the next consecutive odd integer be (2x+3)
Why (2x+1) and (2x+3)?
This insures that the integers will be odd, no matter what value of integer x you may substitute.
%282x%2B1%29%5E2%2B%282x%2B3%29%5E2+=+34 "The sum of the squares of two consecutive odd integers is 35"
Simplify and solve for x.
%282x%2B1%29%5E2%2B%282x%2B3%29%5E2+=+34 Square the terms on the left side.
%284x%5E2%2B4x%2B1%29%2B%284x%5E2%2B12x%2B9%29+=+34 Simplify.
8x%5E2%2B16x%2B10+=+34 Subtract 34 from both sides.
8x%5E2%2B16x-24+=+0 Divide through by 8 to simplify.
x%5E2%2B2x-3+=+0 Factor this quadratic equation.
%28x-1%29%28x%2B3%29+=+0 Apply the zero products rule.
x-1+=+0 or x%2B3+=+0, so then...
x+=+1 or x+=+-3
The integers are:
For x = 1:
2x+1 = 2(1)+1 = 3
2x+3 = 2(1)+3 = 5 and the other pair of integers is:
For x = -3:
2x+1 = 2(-3)+1 = -6+1 = -5
2x+3 = 2(-3)+3 = -3+3 = -3
So there are two solutions to this problem:
Consecutive odd integers: 3 and 5
Consecutive odd integers -5 and -3

Answer by checkley71(8403) About Me  (Show Source):
You can put this solution on YOUR website!
x^2+(x+2)^2=34
x^2+x^2+4x+4=34
2x^2+4x+4-34=0
2x^2+4x-30
2(x^2+2x-15)=0
2(x+5)(x-3)=0
x+5=0
x=-5 answer.
x-3=0
x=3 answer.
thus the answers are (3,-3,5&-5)