document.write( "Question 760434: Given a sample of n1 = 40 from a population with known standard deviation σ1 =20, and an independent sample of n2 = 50 from another population with known standard deviation σ2 = 10, what is the value of the Z-test statistic for testing H0: μ1 = μ2 (μ1 – μ2 = 0) if x-bar1 = 72 and x-bar2 = 66. \n" ); document.write( "
Algebra.Com's Answer #462701 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the following definitions apply to this problem:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m1 = mean of sample 1 \n" ); document.write( "s1 = standard deviation of population 1 \n" ); document.write( "n1 = sample size of sample 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m2 = mean of sample 2 \n" ); document.write( "s2 = standard deviation of population 2 \n" ); document.write( "n2 = sample size of sample 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = z-score of the difference between the mean of sample 1 and sample 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the standard error for this two sample z-test would be calculated as shown below as far as i know based on references from the web.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one such reference can be found at http://www.stat.ucla.edu/~cochran/stat10/winter/lectures/lect21.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "se = sqrt(s1^2/n1 + s2^2/n2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you find s1^2/n1 and you find s2^2/n2 and you add them together and you then take the square root and you have the standard error for the test.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your numbers are:\r \n" ); document.write( "\n" ); document.write( "m1 = 72, n1 = 40 s1 = 20 \n" ); document.write( "m2 = 66, n2 = 50, s2 = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "from this information, you calculate se as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "se = sqrt(20^2/40 + 10^2/50) = 3.4641\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to find the z-score, you calculate m1 - m2 and then divide it by 3.4641 and you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = (m1-m2) / se = (72-66) / 3.4641 = 6 / 3.4641 = 1.7321\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s1^2 means the variable with the name of s1 squared. \n" ); document.write( "likewise with s2 \n" ); document.write( "m1-m2 means the variable with the name of m2 subtracted from the variable with the name of m1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |