SOLUTION: Find three consecutive odd integers such that three times the first integer is onne less that the sum of the second and third integers.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find three consecutive odd integers such that three times the first integer is onne less that the sum of the second and third integers.      Log On


   



Question 177427: Find three consecutive odd integers such that three times the first integer is onne less that the sum of the second and third integers.
Answer by Mathtut(3670) About Me  (Show Source):
You can put this solution on YOUR website!
Let 3 consecutive ODD integers be a,b,and c
:
b=a+2(remember odd and even integers are two numbers apart)
c=a+4(because its two odd integers or 4 more than a)
:
3(a)=((a+2)+(a+4))-1
:
3a=2a+5
:
a=5
:
b=5+2=7
c=5+4=9
:
integers are:system%285%2C7%2C9%29