Answer:
48
Explanation:
natural even numbers have a difference of 2 between them
let n be the minimum number , then the next 3 are
n + 2, n + 4, n + 6
sum the 4 numbers and equate to 204
n + n + 2 + n + 4 + n + 6 = 204
4n + 12 = 204 ( subtract 12 from both sides )
4n = 192 ( divide both sides by 4 )
n = 48
the 4 numbers are then 48, 50, 52, 54
with the minimum being 48