Worth mentioning where this stops being a homework curiosity, because it motivates the whole thing: this is exactly why algorithm speed is discussed in these terms.
An algorithm whose work grows like x squared is slow but usable at large sizes. One whose work grows like 2 to the x is fine on small inputs and impossible not much later — not slow, impossible, as in longer than the age of the universe for inputs that fit on a page.
The crossover he is being asked about is the reason that distinction is the first thing anyone learns about algorithms.