Minimize a2b3c, if a, b, c are three different positive integers.
For positive integers, b3 grows faster than a2 and c.
Let b = smallest positive integer = 1
For positive integers > 1, a2 grows faster than c.
Let a = 2 and c = 3.
If a, b, c are three different positive integers, then the smallest value of a2b3c is 2213(3) = 12.