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

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


   



Question 246314: Find three consecutive odd integers such that the sum of the second and third integers is three less than three times the first integer.
Answer by College Student(505) About Me  (Show Source):
You can put this solution on YOUR website!
Let x = integer
Let x%2B2 = consecutive odd integer
Let x%2B4 = the next consecutive odd integer
.
If the sum of the second and third integers is three less than three times the first integer, our equation becomes:
%28x%2B2%29%2B%28x%2B4%29=3x-3
.
Now solve for x to find your first integer. The other two will be easy to figure out.
Rememebr to check your answers.