Question 1129191

Find 3 consecutive odd integers where the sum of the 2nd and 3rd integer is 80
<pre>Let the first be F
Then the 2nd and 3rd are: F + 2, and F + 4, respectively
We then get: F + 2 + F + 4 = 80
2F = 74
F, or first number = {{{highlight_green(matrix(1,3, 74/2, "=", 37))}}}
2nd and 3rd: 39 and 41.