

StreamCart, a subscription video platform, changed its signup page to reduce friction and ran a randomized A/B test. The product manager wants to know whether the observed change in signup conversion is real or just sampling noise.
Determine whether the treatment page produced a statistically significant change in conversion rate versus the control page using a two-proportion z-test.
| Group | Users Exposed | Conversions | Conversion Rate |
|---|---|---|---|
| Control (old signup page) | 18,500 | 2,220 | 12.00% |
| Treatment (new signup page) | 19,100 | 2,464 | 12.90% |
Additional test settings:
| Parameter | Value |
|---|---|
| Significance level | 0.05 |
| Test type | Two-tailed |
| Confidence level | 95% |
{"alpha":0.05,"control_n":18500,"treatment_n":19100,"control_rate":0.12,"treatment_rate":0.1290052356,"confidence_level":0.95,"control_conversions":2220,"treatment_conversions":2464}Output(none)