<?xml version="1.0" encoding="UTF-8"?>

<html  xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>MS 150 Statistics Fall 2006 Quiz 08 Chapter 9.1 Confidence intervals using z</title>
<link rel="stylesheet" href="../../263.css" type="text/css" title="263" />
<link rel="alternate stylesheet" href="../../achromat.css" type="text/css" title="achromat" />
<link rel="alternate stylesheet" href="../../berlin.css" type="text/css" title="berlin" />
<link rel="alternate stylesheet" href="../../honolulu.css" type="text/css" title="honolulu" />
<link rel="alternate stylesheet" href="../../print.css" type="text/css" title="print" />
<link rel="alternate stylesheet" href="../../sakau.css" type="text/css" title="sakau" />
<link rel="icon" type="image/gif" href="../../favicon.ico" />
</head>
<body>
<h3>MS 150 Statistics Fall 2006 Quiz 09 Chapter 9.1 &#x25CF; Name:</h3>
<ol>
<li>_____ In statistics, can you construct a range (a confidence interval) from a sample mean, sample standard deviation, and sample size that will always include the population mean &#x00B5;?</li>
<li style="padding-bottom:2em">Why?</li>
<li><span style="font-size:smaller">Last spring high school seniors took the College of Micronesian-FSM etnrance test. The mathematics portion of that test is used to place students at the appropriate level in mathematics. Nineteen of these new freshmen students were placed into a new developmental mathematics course called MS 096 Elementary Algebra.<br />
&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;The division of mathematics wants to determine if the placement by the entrance test was appropriate for these students. While individual students pass or fail for their own individual reasons, the average of all of the students at midterm should be a good indicator of whether the students were placed correctly by the math entrance test. If the students were placed correctly, then their population mean &#x00B5; score in the course should be a 70 or higher. If the population mean &#x00B5; could be below 70 at midterm, then the students might not have been placed correctly, they might have been "overplaced."<br />
&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;To determine the possible values of the population mean &#x00B5;, construct a 95% confidence interval for the a sample size n = 19 students with a sample mean <span style="text-decoration:overline">x</span> = 76 with a sample standard deviation of sx = 12. 
<br />
&#x00A0;&#x00A0;&#x00A0;&#x00A0;&#x00A0;Note that n &lt; 30. Despite this, go ahead and use z and the normsinv function in your calculations. There were only 19 students placed into MS 096 Elementary Algebra. Next week we will learn how to adjust for an n less than 30. Note that when we calculate a positive z value for use in determining a confidence interval, we refer to that z as "z-critical" and use the abbreviation z<sub>c</sub>.</span>
<ol>
<li>__________ What is <span style="text-decoration:overline">x</span>?</li>
<li>__________ What is sx?</li>
<li>__________ What is n?</li>
<li>__________ What is c?</li>
<li>__________ Use z<sub>c</sub> = ABS(NORMSINV((1-c)/2)) to find the z-critical value.</li>
<li>__________ Calculate the error E using 
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mtext>E</mtext>
  <mo>=</mo>
  <msub><mrow><mi>z</mi></mrow><mrow><mi>c</mi></mrow></msub>
  <mfrac>
 <mrow>sx</mrow>
 <mrow>
  <msqrt>
    <mi>n</mi>
  </msqrt>
 </mrow>
 </mfrac>
</math>

<!-- E = z<sub>c</sub>*sx/&#x221A;n -->
</li> 
<li>Use <span style="text-decoration:overline">x</span> &#x2212; E &#x2264; &#x00B5; &#x2264; <span style="text-decoration:overline">x</span> + E to construct the 95% confidence interval for the population mean &#x00B5;:<br /><br />
___________ &#x2264; &#x00B5; &#x2264; ___________ </li>
<li>_____ Could the population mean &#x00B5; be below 70?</li>
<li>Run the same analysis as above using a 99% confidence interval. Write the calculated confidence interval below:<br />
___________ &#x2264; &#x00B5; &#x2264; ___________ 
</li>
<li>_____ Does the 99% confidence interval include the possibility of a population mean &#x00B5; below 70?</li>
</ol>

</li>
</ol>
</body>
</html>

