In Stop-Wait we send 1 Frame per RTT.
Now Capacity of channel is
C=RTT*Bandwidth
C=(3ms*2Mbps)=6000 bits(frame size we can send )
so we can send 6000bits but we are sending only 2000 bits
So utilization is (2000/6000)*100 %=33.33 now take ceil
so Ans is 34%
OR
for SW protocol
utilization =(1/RTT)*100%
= 33.33%(ceil 34%)
as corrected by @ badman