SOLUTION: Find three consecutive odd integers where the sum of the first and two times the seconds equal to one third of the largest

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Find three consecutive odd integers where the sum of the first and two times the seconds equal to one third of the largest      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1199316: Find three consecutive odd integers where the sum of the first and two times the seconds equal to one third of the largest
Found 3 solutions by josgarithmetic, Theo, MathLover1:
Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
odd integers system%28n-2%2Cn%2Cn%2B2%29

Description, n-2%2B2n=%28n%2B2%29%2F3

3n-2=%28n%2B2%29%2F3
9n-6=n%2B2
8n=8
n=1

ANSWER: system%28-1%2C1%2C3%29

Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
x = the first odd integer
x + 2 = the second odd integer
x + 4 = the third odd integer.

the statement says that

Find three consecutive odd integers where the sum of the first and two times the seconds equal to one third of the largest

the equation for that is:
x + 2 * (x + 2) = 1/3 * (x + 4)
simplify to get:
x + 2x + 4 = 1/3 * (x + 4)
simplify to get:
3x + 4 = 1/3 * (x + 4)
multiply both sides of this equation by 3 to get:
3 * (3x + 4) = x + 4
simplify to get:
9x + 12 = x + 4
subtract x from both sides of the equation and subtract 12 from both sides of this equation to get:
8x = -8
solve for x to get:
x = -1
that's your first consecutive odd integer.
your first 3 consecutive odd integers are -1, 1, 3
the problem states that sum of the first and two times the seconds equal to one third of the largest
that becomes -1 + 2 * 1 = 1/3 * 3
simplify to get:
-1 + 2 = 1
combine like terms to get:
1 = 1
this confirms the solution is correct.
your solution is that the 3 consecutive odd integers are -1, 1, 3.

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!

Thus the three consecutive odd integers are:
x, x+%2B+2 and x+%2B+4

if the sum of the first and two times the seconds equal to one third of the largest, we have

x%2B2%28x%2B2%29=%28x%2B4%29%2F3
x%2B2x%2B4=%28x%2B4%29%2F3
3x%2B4=%281%2F3%29%28x%2B4%29.............multiply by 3
9x%2B12=x%2B4
9x-x=4-12
8x=-8
x=-1
x+%2B+2=-1%2B2=1 and x+%2B+4=-1%2B4=3

three consecutive odd integers are:
-1,1, and 3