<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../styles/pmathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Statistics formulas using MathML</title>
  <link href="../styles/mathML_generic.css" rel="stylesheet" type="text/css" />
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
</head>

<body>
<p>This document is an experiment to incorporate MathML into XHTML documents.
</p>

<p class="bolditalic">7-5 page 352 number 9 (from Triola)</p>

<div class="float_left_48pct">
<p>Construct a confidence interval for the <span class="Violet_Bold">standard
deviation</span>, <math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>&#x3c3;</mi>
</math> of a population using sample data from that population. </p>

<p>The mean salary of 41 college graduates who took a statistics course in
college is $67,200. The standard deviation of the salaries of those same 41
college graduates who took a statistics course in college is $18,277. Construct
a 95% confidence interval for the standard deviation of all college graduates
who took a statistics course in college.</p>

<p>Use the formula on page 347 for computing the confidence interval directly.
</p>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <msqrt>
      <mfrac>
        <msup>
          <mrow>
            <mrow>
              <mo>(</mo>
              <mrow>
                <mi>n</mi>
                <mo>&#x2212;</mo>
                <mn>1</mn>
              </mrow>
              <mo>)</mo>
            </mrow>
            <mi>s</mi>
          </mrow>
          <mn>2</mn>
        </msup>
        <msubsup>
          <mi>&#x3c7;</mi>
          <mi>R</mi>
          <mn>2</mn>
        </msubsup>
      </mfrac>
    </msqrt>
    <mo>&lt;</mo>
    <mi>&#x3c3;</mi>
    <mo>&lt;</mo>
    <msqrt>
      <mfrac>
        <msup>
          <mrow>
            <mrow>
              <mo>(</mo>
              <mrow>
                <mi>n</mi>
                <mo>&#x2212;</mo>
                <mn>1</mn>
              </mrow>
              <mo>)</mo>
            </mrow>
            <mi>s</mi>
          </mrow>
          <mn>2</mn>
        </msup>
        <msubsup>
          <mi>&#x3c7;</mi>
          <mi>L</mi>
          <mn>2</mn>
        </msubsup>
      </mfrac>
    </msqrt>
  </mrow>
</math>

<p>Note: Because the chi-squared distribution is not symmetric, the margin of
error in each tail of the distribution is different so the margin of error is
not calculated. </p>

<p><strong>Step 1</strong>: Identify the known variables. </p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi>n</mi>
  <mo>=</mo>
  <mn>41</mn>
</math> <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mover>
    <mi>x</mi>
    <mo>¯</mo>
  </mover>
  <mo>=</mo>
  <mo>$</mo>
  <mn>67,200</mn>
</math> <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi>s</mi>
  <mo>=</mo>
  <mo>$</mo>
  <mn>18,277</mn>
</math> </p>

<p> </p>
</div>

<div class="float_right_48pct">
<p><strong>Step 2:</strong> Look up the critical values of
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msup>
    <mi>&#x3c7;</mi>
    <mn>2</mn>
  </msup>
</math> in Table A-4 (Figure 7-10 on page 346). At a 95% confidence level for
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>n</mi>
  <mo>=</mo>
  <mn>41</mn>
</math> the critical values of <math xmlns="http://www.w3.org/1998/Math/MathML">
  <msup>
    <mi>&#x3c7;</mi>
    <mn>2</mn>
  </msup>
</math> are </p>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <msubsup>
    <mi>&#x3c7;</mi>
    <mi>R</mi>
    <mn>2</mn>
  </msubsup>
  <mo>=</mo>
  <mn>59.342</mn>
</math> <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <msubsup>
    <mi>&#x3c7;</mi>
    <mi>L</mi>
    <mn>2</mn>
  </msubsup>
  <mo>=</mo>
  <mn>24.433</mn>
</math> 

<p><strong>Step 3 </strong>: Compute the confidence interval.</p>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <msqrt>
    <mfrac>
      <mrow>
        <mo>(</mo>
        <mn>41</mn>
        <mo>&#x2212;</mo>
        <mn>1</mn>
        <mo>)</mo>
        <mrow>
          <mo>×</mo>
          <msup>
            <mn>18,277</mn>
            <mn>2</mn>
          </msup>
        </mrow>
      </mrow>
      <mn>59.342</mn>
    </mfrac>
  </msqrt>
  <mrow>
    <mo>&lt;</mo>
    <mi>&#x3c3;</mi>
    <mo>&lt;</mo>
    <msqrt>
      <mfrac>
        <mrow>
          <mo>(</mo>
          <mn>41</mn>
          <mo>&#x2212;</mo>
          <mn>1</mn>
          <mo>)</mo>
          <mrow>
            <mo>×</mo>
            <msup>
              <mn>18,277</mn>
              <mn>2</mn>
            </msup>
          </mrow>
        </mrow>
        <mn>24.433</mn>
      </mfrac>
    </msqrt>
  </mrow>
</math> <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <mrow>
      <mrow>
        <mrow>
          <mo>$</mo>
          <mn>15,006</mn>
        </mrow>
      </mrow>
    </mrow>
    <mo>&lt;</mo>
    <mi>&#x3c3;</mi>
    <mo>&lt;</mo>
    <mrow>
      <mrow>
        <mrow>
          <mo>$</mo>
          <mn>23,385</mn>
        </mrow>
      </mrow>
    </mrow>
  </mrow>
</math> 

<p><strong>Step 4:</strong> Be sure to properly word the statement that
correctly interprets the confidence interval you have just calculated so that
ordinary mortals (people who have not taken statistics) can understand. </p>

<blockquote>
  <p><em>At the 95% confidence level, the standard deviation of the salaries of
  all students who took a statistics course in college is between $15,006 and
  $23,385. </em></p>
</blockquote>
</div>
</body>
</html>

