Since this is a right-tail test, the critical value is z such that:
P(Z > z) = 0.99. That z is 2.33.
Need to compute z-statistic.
x1 = 339 and x2 = 173 (number of successes)
Individual sample proportions: p1 = x1/n1; p2 = x2/n2
Pooled proportion (p) = (x1 + x2)/(n1 + n2)
Test statistic is z = (p1-p2) - 0
---------------
sqrt(p*(1-p)*(1/n1)+(1/n2))