<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/technology/cnxml/schema/dtd/0.5/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:m="http://www.w3.org/1998/Math/MathML" id="new">
  <name>Central Limit Theorem: Central Limit Theorem for Sums</name>
  <metadata>
  <md:version>1.5</md:version>
  <md:created>2008/06/06 15:05:15 GMT-5</md:created>
  <md:revised>2008/07/18 17:06:31.205 GMT-5</md:revised>
  <md:authorlist>
      <md:author id="billowsky">
      <md:firstname>Barbara</md:firstname>
      
      <md:surname>Illowsky</md:surname>
      <md:email>illowskybarbara@deanza.edu</md:email>
    </md:author>
      <md:author id="sdean">
      <md:firstname>Susan</md:firstname>
      
      <md:surname>Dean</md:surname>
      <md:email>deansusan@deanza.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="cnxorg">
      <md:firstname/>
      
      <md:surname>Connexions</md:surname>
      <md:email>cnx@cnx.org</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>Central Limit Theorem</md:keyword>
    <md:keyword>statistics</md:keyword>
    <md:keyword>Sums</md:keyword>
  </md:keywordlist>

  <md:abstract/>
</metadata>
  <content>
    <para id="delete_me">Suppose <m:math><m:mi>X</m:mi></m:math> is a random variable with a distribution that may be <emphasis>known or unknown</emphasis> (it
can be any distribution). Suppose:
<list id="list-1" type="named-item"><?mark .?>
<item><name>a</name>
<m:math>
<m:msub>
<m:mi>μ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>=</m:mo>
</m:math>
the mean of 
<m:math><m:mi>X</m:mi></m:math></item>

<item><name>b</name>
<m:math>
<m:msub>
<m:mi>σ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>=</m:mo>
</m:math>
the standard deviation of 
<m:math><m:mi>X</m:mi></m:math></item>
</list>
If you draw random samples of size <m:math><m:mi>n</m:mi></m:math>, then as <m:math><m:mi>n</m:mi></m:math> increases, the random variable
<m:math><m:mi>ΣX</m:mi></m:math> which consists of sums tends to be <term src="#normdist">normally distributed</term> and</para><para id="element-367"><m:math>
		<m:mo>Σ</m:mo>
		<m:mi>X</m:mi></m:math> ~
<m:math>
		<m:mi>N</m:mi>
		<m:mo>(</m:mo>
		<m:mi>n</m:mi>
		<m:mo>⋅</m:mo>
		<m:msub>
			<m:mi>μ</m:mi>
			<m:mi>X</m:mi>
		</m:msub>
		<m:mo>,</m:mo>
		<m:msqrt>
			<m:mi>n</m:mi>
		</m:msqrt>
		<m:mo>⋅</m:mo>
		<m:msub>
			<m:mi>σ</m:mi>
			<m:mi>X</m:mi>
		</m:msub>
		<m:mo>)</m:mo>
	</m:math></para><para id="element-603"><emphasis>The Central Limit Theorem for Sums</emphasis> says that if you keep drawing larger and larger samples
and taking their sums, the sums form their own normal distribution. <emphasis>The distribution has a
mean equal to the original mean multiplied by the sample size and a standard deviation
equal to the original standard deviation multiplied by the square root of the sample size.</emphasis></para><para id="element-7">The random variable <m:math><m:mo>Σ</m:mo>
<m:mi>X</m:mi></m:math> has the following z-score associated with it:</para><list id="element-434" type="named-item"><?mark .?><item><name>a</name><m:math><m:mi>ΣX</m:mi></m:math>
is one sum.
</item>
		<item><name>b</name><m:math>
				<m:mi>z</m:mi>
				<m:mo>=</m:mo>
				<m:mfrac>
					<m:mrow>
						<m:mi>Σ</m:mi>
						<m:mi>X</m:mi>
						<m:mo>-</m:mo>
						<m:mi>n</m:mi>
						<m:mo>⋅</m:mo>
						<m:msub>
							<m:mi>μ</m:mi>
							<m:mi>X</m:mi>
						</m:msub>
					</m:mrow>
					<m:mrow>
						<m:msqrt>
							<m:mi>n</m:mi>
						</m:msqrt>
						<m:mo>⋅</m:mo>
						<m:msub>
							<m:mi>σ</m:mi>
							<m:mi>X</m:mi>
						</m:msub>
					</m:mrow>
				</m:mfrac>
			</m:math></item></list><list id="element-444" type="named-item"><?mark .?>
	<item><name>a</name><m:math>
			<m:mi>n</m:mi>
			<m:mo>⋅</m:mo>
			<m:msub>
				<m:mi>μ</m:mi>
				<m:mi>X</m:mi>
			</m:msub>
			<m:mo>=</m:mo>
		</m:math>
the mean of <m:math><m:mi>ΣX</m:mi></m:math></item>
	<item><name>b</name>
		<m:math>
			<m:msqrt>
				<m:mi>n</m:mi>
			</m:msqrt>
			<m:mo>⋅</m:mo>
			<m:msub>
				<m:mi>σ</m:mi>
				<m:mi>X</m:mi>
			</m:msub>
			<m:mo>=</m:mo>
		</m:math>
standard deviation of <m:math><m:mi>ΣX</m:mi></m:math></item>
	</list><example id="element-747"><para id="element-455">
 An unknown distribution has a mean of 90 and a standard deviation of 15. A
sample of size 80 is drawn randomly from the population.
</para><exercise id="element-55"><problem>
  <list id="element-710" type="named-item"><?mark .?><item><name>a</name>Find the probability that the sum of the 80 values (or the total of the 80 values) is more
than 7500.</item>
  <item><name>b</name>Find the sum that is 1.5 standard deviations below the mean of the sums.</item></list>
</problem>

<solution>
  <para id="element-804">Let <m:math><m:mi>X</m:mi></m:math> = one value from the original unknown population.
The probability question asks you to find a probability for <emphasis>the sum (or total of) 80 values.</emphasis></para><para id="element-56"><m:math><m:mi>ΣX</m:mi></m:math>
= the sum or total of 80 values. Since
<m:math>
<m:msub>
<m:mi>μ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>=</m:mo>
<m:mn>90</m:mn>
</m:math>,
<m:math>
<m:msub>
<m:mi>σ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>=</m:mo>
<m:mn>15</m:mn>
</m:math>,
and
<m:math>
<m:msub>
<m:mi>σ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>=</m:mo>
<m:mn>80</m:mn>
</m:math>,
then</para><para id="element-640"><m:math>
<m:mi>Σ</m:mi>
<m:mi>X</m:mi></m:math> ~
<m:math>
<m:mi>N</m:mi>
<m:mo>(</m:mo>
<m:mi>80</m:mi>
<m:mo>⋅</m:mo>
<m:mi>90</m:mi>
<m:mo>,</m:mo>
<m:msqrt>
<m:mi>80</m:mi>
</m:msqrt>
<m:mo>⋅</m:mo>
<m:mi>15</m:mi>
<m:mo>)</m:mo>
</m:math></para><list id="element-907" type="named-item"><?mark .?><item><name>a</name>mean of the sums = 
<m:math>
<m:mi>n</m:mi>
<m:mo>⋅</m:mo>
<m:msub>
<m:mi>μ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>=</m:mo>
<m:mo>(</m:mo>
<m:mn>80</m:mn>
<m:mo>)</m:mo>
<m:mo>(</m:mo>
<m:mn>90</m:mn>
<m:mo>)</m:mo>
<m:mo>=</m:mo>
<m:mn>7200</m:mn>
</m:math></item>


<item><name>b</name>standard deviation of the sums = 
<m:math>
<m:msqrt>
<m:mi>n</m:mi>
</m:msqrt>
<m:mo>⋅</m:mo>
<m:msub>
<m:mi>σ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>=</m:mo>
<m:msqrt>
<m:mn>80</m:mn>
</m:msqrt>
<m:mo>⋅</m:mo>
<m:mn>15</m:mn>
</m:math></item>

<item><name>c</name>sum of 80 values = 
<m:math>
<m:mi>Σx</m:mi>
<m:mo>=</m:mo>
<m:mn>7500</m:mn>
</m:math></item></list><para id="element-703">Find
<m:math>
<m:reln><m:gt/>
<m:mrow>
<m:mi>P</m:mi>
<m:mo>(</m:mo>
<m:mi>ΣX</m:mi>
</m:mrow>
<m:mrow>
<m:mn>7500</m:mn>
</m:mrow>
</m:reln>
<m:mo>)</m:mo>
<m:mspace width="20pt"/>
</m:math>
Draw a graph.</para><para id="element-704"><m:math>
<m:reln><m:gt/>
<m:mrow>
<m:mi>P</m:mi>
<m:mo>(</m:mo>
<m:mi>ΣX</m:mi>
</m:mrow>
<m:mrow>
<m:mn>7500</m:mn>
</m:mrow>
</m:reln>
<m:mo>)</m:mo>
<m:mo>=</m:mo>
<m:mn>0.0127</m:mn>
</m:math></para><para id="element-876"><media type="image/png" src="clt_bysums1.png">
                <param name="alt" value="Normal distribution curve of sum X with the values of 7200 and 7500 on the x-axis. A vertical upward line extends from point 7500 on the x-axis up to the curve. The probability area occurs from point 7500 and to the end of the curve."/>

		<param name="print-width" value="3in"/>
	</media></para><para id="element-389"><code>normalcdf</code>(lower value, upper value, mean of sums, <code>stdev</code> of sums)</para><para id="element-503">The parameter list is abbreviated (lower, upper,
<m:math>
<m:mi>n</m:mi>
<m:mo>⋅</m:mo>
<m:msub>
<m:mi>μ</m:mi>
<m:mi>X</m:mi>
</m:msub>
<m:mo>,</m:mo>
<m:msqrt>
<m:mi>n</m:mi>
</m:msqrt>
<m:mo>⋅</m:mo>
<m:msub>
<m:mi>σ</m:mi>
<m:mi>X</m:mi>
</m:msub>
</m:math>)</para><para id="element-458"><code>normalcdf</code>(7500,1E99,
<m:math>
<m:mn>80</m:mn>
<m:mo>⋅</m:mo>
<m:mn>90</m:mn>
<m:mo>,</m:mo>
<m:msqrt>
<m:mn>80</m:mn>
</m:msqrt>
<m:mo>⋅</m:mo>
<m:mn>15</m:mn>
<m:mo>)</m:mo>
<m:mo>=</m:mo>
<m:mn>0.0127</m:mn>
</m:math></para><para id="element-565"><emphasis>Reminder:</emphasis>
<m:math>
<m:mi>1E99</m:mi>
<m:mo>=</m:mo>
<m:msup>
<m:mn>10</m:mn>
<m:mn>99</m:mn>
</m:msup>
</m:math>. Press the <code>EE</code> key for E.</para>
</solution>
</exercise>
</example>   
  </content>
  <glossary>
<definition id="normdist">
    <term>Normal Distribution</term>
    <meaning>
   A continuous random variable (RV) with 
<m:math><m:semantics><m:mrow><m:mstyle fontsize="12pt"><m:mrow><m:mrow><m:mrow><m:mstyle fontstyle="italic"><m:mrow><m:mtext>pdf</m:mtext></m:mrow></m:mstyle><m:mo stretchy="false">=</m:mo><m:mfrac><m:mn>1</m:mn><m:mrow><m:mi>σ</m:mi><m:msqrt><m:mn>2π</m:mn></m:msqrt></m:mrow></m:mfrac></m:mrow><m:msup><m:mi>e</m:mi><m:mstyle fontsize="8pt"><m:mrow><m:mrow><m:mrow><m:mo stretchy="false">−</m:mo><m:mo stretchy="false">(</m:mo></m:mrow><m:mrow><m:mi>x</m:mi><m:mo stretchy="false">−</m:mo><m:mi>μ</m:mi></m:mrow><m:mrow><m:msup><m:mo stretchy="false">)</m:mo><m:mstyle fontsize="6pt"><m:mrow><m:mn>2</m:mn></m:mrow></m:mstyle></m:msup><m:mo stretchy="false">/</m:mo><m:msup><m:mn>2σ</m:mn><m:mstyle fontsize="6pt"><m:mrow><m:mn>2</m:mn></m:mrow></m:mstyle></m:msup></m:mrow></m:mrow></m:mrow></m:mstyle></m:msup></m:mrow></m:mrow></m:mstyle><m:mrow/></m:mrow><m:annotation encoding="StarMath 5.0"> size 12{ ital "pdf"= {  {1}  over  {σ sqrt {2π} } } e rSup { size 8{ -  \( x - μ \)  rSup { size 6{2} } /2σ rSup { size 6{2} } } } } {}</m:annotation></m:semantics></m:math>, where <m:math><m:mi>μ</m:mi></m:math>  is the mean of the distribution and <m:math><m:mi>σ</m:mi></m:math>  is its standard deviation. Notation: <m:math><m:mi>X</m:mi></m:math>  ~  <m:math> <m:mi>N</m:mi>
  <m:mfenced>
    <m:mi>μ</m:mi>
    <m:msup>
      <m:mi>σ</m:mi>
      <m:mn>2</m:mn>
    </m:msup>
  </m:mfenced></m:math>. If <m:math><m:mi>μ</m:mi><m:mo>=</m:mo><m:mn>0</m:mn></m:math> and <m:math><m:mi>σ</m:mi><m:mo>=</m:mo><m:mn>1</m:mn></m:math>, the RV is called <emphasis>standard normal distribution</emphasis>, or <emphasis>z-score</emphasis>.
    </meaning>
  </definition>
</glossary>
</document>
