Was never really taught the use and interpretation of sample proportions explicitly. I tried to work through the first part of this problem above. Did I go wrong at any point?
2026-04-02 13:55:29.1775138129
Computing sample proportion
44 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1



Looks good to me. You could have obtained the sample proportion by taking
$$\hat{p} = 0.47\cdot0.57+0.53\cdot0.42=0.4905$$
If we set
$$H_0 : p=0.488$$
$$H_a : p \neq 0.488$$
We would fail to reject the null hypothesis since $0.488\in (0.4716,0.5084)$
Quick check of your calculations in R:
which is close to your confidence interval and is for all intents and purposes the same, except you rounded and used $z=2$ rather than $z=1.96$.