Problema Solution
the sum of three consecutive off integers is 327 find the integers
Answer provided by our tutors
the problem statement "consecutive off integers" is ambiguous and is interpreted to mean "odd integers"
let '2n+1' represent the first odd integer, then '2n+3' and '2n+5' represent the second and third off integers
327 = (2n+1)+(2n+3)+(2n+5)
n=53
2*53+1=107
2*53+3=109
2*53+5=111
The odd integers ("consecutive off integers") are 107, 109 and 111.