SOLUTION: Three more than the square root of the sum of 3 consecutive odd numbers is 12. Find the three numbers.
Algebra
->
Problems-with-consecutive-odd-even-integers
-> SOLUTION: Three more than the square root of the sum of 3 consecutive odd numbers is 12. Find the three numbers.
Log On
Word Problems: Problems with consecutive odd even integers
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Problems-with-consecutive-odd-even-integers
Question 933110
:
Three more than the square root of the sum of 3 consecutive odd numbers is 12. Find the three numbers.
Answer by
CubeyThePenguin(3113)
(
Show Source
):
You can
put this solution on YOUR website!
consecutive odd numbers: (x-2), x, (x+2)
3 + sqrt((x-2) + x + (x+2)) = 12
sqrt(3x) = 9
3x = 9^2 = 81
x = 27
The numbers are 25, 27, and 29.