if Chicken McNuggets are sold in containers of sizes $x$ and $y$ where $\gcd x,y = 1$ then it is known that the maximum number of nuggets that it is impossible to buy exactly is $xy - x - y$.
but what if Chicken McNuggets are sold in containers of sizes $x$, $y$, and $z$? with $\gcd x, y = 1$ and $\gcd x,z = 1$ and $\gcd y, z =1 $? im gonna say its probably something like $xyz - xy - xz - yz + x + y + z$ but thats probably completely wrong lol
for two nugget boxes it's the same as $(x-1)(y-1) -1$ so maybe for $3$ nugget boxes it will be $(x-1)(y-1)(z-1)-1$? so that's $xyz - xy - xz - yz + x + y + z$