SOLUTION: Find three consecutive positive odd integers such that the sum of their squares is 371.

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: Find three consecutive positive odd integers such that the sum of their squares is 371.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1154151: Find three consecutive positive odd integers such that the sum of their squares is 371.
Found 3 solutions by ramkikk66, mananth, Alan3354:
Answer by ramkikk66(644) About Me  (Show Source):
You can put this solution on YOUR website!
Let the 3 odd integers be x - 2, x and x + 2
Square of the 1st = x%5E2+-+4x+%2B+4
Square of the 2nd = x%5E2
Square of the 3rd = x%5E2+%2B+4x+%2B+4
Adding the 3 equations above, and equating to the given sum, we get
3x%5E2+%2B+8+=+371
3x%5E2+=+371+-+8+=+363
x%5E2+=+363%2F3+=+121
So x+=+sqrt%28121%29+=+11
since it is given that x is positive, it cannot be -11
So the 3 numbers are 9, 11 and 13.
Check by adding the 3 squares
9%5E2+%2B+11%5E2+%2B+13%5E2+=+81+%2B+121+%2B+169+=+371. Checked!
Ans: 9, 11, 13

Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
Find three consecutive positive odd integers such that the sum of their squares is 371.
let n be the first positive odd integer
second will be n+2
Third will be n+4
n^2 +(n+2)^2 +(n+4)^2=371
n^2 +n^2 +4n +4 + n^2 +8n +16=371
3n^2+12n + 20=371
3n^2+12n-351=0
divide by 3
n^2+4n-117=0
(n+13)(n-9)=0
n=-13 Or n=9
but n is positive
Therefore n=9
The numbers are 9,11,13
CHECK
9^2+11^2+13^2=371


Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Find three consecutive positive odd integers such that the sum of their squares is 371.
-----------
371/3 = 123.666...
The nearest square is 121 = 11^2
---> 11 is the middle integer