This is a fun little math game! The impossible levels are a bit frustrating, though. I think it should run a check if there are three multiply operators to make sure there isn't a zero amongst the numbers. x, y, z, 0 with the operators *, *, * has two possible results: X*Y*Z or 0, so you basically only have one possible result since 0 will always fail.