Ever wondered how to statistically compare two groups when you already know the population standard deviation? That’s where the two-sample Z-test comes in — especially handy for large datasets. In this step-by-step guide, we’ll walk through a fully solved numerical example that shows exactly how this test works in practice. Whether you’re prepping for a stats exam, brushing up on hypothesis testing, or applying it in real-world data analysis, this breakdown will make the concept click — without overwhelming jargon. Lets start with the problem statement! Problem Statement: A researcher wants to compare the average daily calorie intake of male and female adults in a city. Two independent random samples are taken: Sample 1 (Males): n1=40, mean X1=2500, population standard deviation σ1=300 Sample 2 (Females): n2=35, mean X2=2300, population standard deviation σ2=250 At 5% level of significance , test whether there is a significant difference in the mean calorie intake between ...