SOLUTION: find 3 consecutive odd integers such that three times the third is equal to the opposite of the first

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: find 3 consecutive odd integers such that three times the third is equal to the opposite of the first      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1121320: find 3 consecutive odd integers such that three times the third is equal to the opposite of the first
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
Three consecutive ODD integers:
system%28n%2C+n%2B2%2C+n%2B4%29


---
three times the third is equal to the opposite of the first
---

3%28n%2B4%29=-%28n%29
3n%2B12=-n
4n=-12
n=-3

The Numbers:
-3, -1, 1