let's say, we have three numbers, they're consecutive, that simply means that to get the next one, we simply either, add or subtract one from the current one. So if the first number is say 7, the next consecutive must be either 7-1 or 6, or 7+1 or 8, 6, 7 and 8 are consecutive indeed.
so let's say our first number is a, the next one will then be a + 1, and the one after that will be a + 1 + 1 or a + 2.
we know their sum is 72, therefore.
![\bf \stackrel{\textit{first number}}{(a)}+\stackrel{\textit{second number}}{(a+1)}+\stackrel{\textit{third number}}{(a+2)}~~=~~72 \\\\[-0.35em] ~\dotfill\\\\ 3a+3=72\implies 3a=69\implies a=\cfrac{69}{3}\implies a=23 \\\\[-0.35em] \rule{34em}{0.25pt}\\\\ ~\hfill \stackrel{a}{23}\qquad \stackrel{a+1}{24}\qquad \stackrel{a+2}{25}~\hfill](https://img.qammunity.org/2019/formulas/mathematics/middle-school/chju871mbw0rwhwfccxk4fymdy5566f60k.png)
and the smallest is of course, the first one.