Question 1178151
 Determine three consecutive even numbers such that the sum of four times the smallest number, twice the middle number and half of the biggest number is 32.
-------------
Use n, n+2 & n+4
-----
4n + 2(n+2) + (n+4)/2 = 32
etc