document.write( "Question 1201407: a) The prime Minister of a small Caribbean Island stated that 95% of the population was vaccinated from the Covid-19 virus. The opposition believes that the Minister is overstating the proportion of vaccinated citizens. He randomly selects 300 citizens and found that 240 of them were fully vaccinated. i. Calculate a 99% confidence interval for the true proportion of all citizens who were vaccinated. ii. Interpret you answer in i). iii. State the null and alternative hypothesis of this test. iv. Calculate the value of the test statistics. v. At the 5% level of significance, determine if the Politian overstated the proportion of vaccinated citizen. Use the classical approach. \n" ); document.write( "
Algebra.Com's Answer #835791 by Theo(13342) You can put this solution on YOUR website! claim is p = .95 \n" ); document.write( "sample size is 300 \n" ); document.write( "p from the sample is 240 / 300 = .8 \n" ); document.write( "95% confidence interval has z-score = plus or minus 1.96 \n" ); document.write( "z-score formula is z = (x-m)/s \n" ); document.write( "z is the z-score \n" ); document.write( "x is .8 \n" ); document.write( "m is .95 \n" ); document.write( "s is the standard error = sqrt(.95 * .05 / 300) = .0125830574 \n" ); document.write( "z-score formula becomes z = (.8-.95)/.0125830574 = -11.92. \n" ); document.write( "this is well beyond the critical z-score of -1.96, indicating the results are significant. \n" ); document.write( "the conclusion is that the roportiong is not .95, but more than likely something below that. \n" ); document.write( " \n" ); document.write( " |