.
x^2 + y^2 = 5 (1)
y = (1/4)*x^2 (2)
From eq(2) express x^2 = 4y. Next, replace x^2 in the eq(1) by 4y, based on it.
You will get a single equation for the unknown y:
4y^2 + y^2 = 5 ====> 5y^2 = 5 ====> y^2 = 1 ====> y = +/- 1/
Since y = (1/4)*x*2, y can not be negative; hence the solution y = -1 does not work, and we actually have only ONE solution y = 1
If y = 1 then x^2 + 1^2 = 5 ====> x^2 = 5-1 = 4 ====> x = +/- 2.
Thus you have TWO solutions for the original system: (2,1) and (-2,1).
Of them, only the solution (-2,1) lies in QII.
Solved.