SOLUTION: the sum of three consecutive odd num is 81.what is middle num

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: the sum of three consecutive odd num is 81.what is middle num      Log On


   



Question 946115: the sum of three consecutive odd num is 81.what is middle num
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
%28N-2%29%2BN%2B%28N%2B2%29=81
3N=81
N=27
So the integers are 25,27,and 29.