It seems as though the question was carelessly formulated.
Given any x, letting y be equal to (Ax^2 - 8) obviously yields a "solution".
However, what the teacher presumably meant to ask was "For what values of A does the function y = Ax^2 - 8 lack roots?", which means "For what values of A does the equation Ax^2 - 8 = 0 lack solutions?".
The latter question is silly if we use complex analysis, so let's look only for real-valued solutions:
Obviously if A = 0, there is no solution. Otherwise our equation is equivalent to x^2 = 8/A. Squares of real numbers are always non-negative. Thus if 8/A < 0, i.e. iff A < 0, then there is no solution. And if 8/A > 0, i.e. iff A > 0, then there are the two solutions x = \sqrt{8/A} and x = - \sqrt{8/A}.