Find four consecutive odd numbers which add to 80. Give the numbers smallest to largest

4 answers

80 / 4 = 20

Take it from there.
n
n+2
n+4
n+6
----
4 n + 12 = 80

4 n = 68

n = 17
17, 19 ,21 ,23
thx helped me lots :)
Correct