@dkch,
You are assuming values for Q1 and Q2. If the first N/4 values of x produce y=1, then Q1 = -0.67 and if the last half is y=3, then Q2=0, so no, you can't do that. The way I read the problem, your final answer is going to be a function of Q1 and Q2.
The probability that y=1 is
1/2 erf (Q1/sqrt 2)
The probability that y=2 is
1/2 [ erf(Q2/sqrt 2) - erf(Q1/sqrt 2)]
The probability that y=3 is
1 - 1/2 erf(Q2 / sqrt 2)
where erf is the error function.