﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.7030.1435"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="144">
    <identity>
      <id>508cb39a-63d8-47ea-aa92-22039cc5a199</id>
      <revision>6</revision>
    </identity>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="false" viewMode="2" printGrid="false" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="39" right="39" top="49" bottom="49" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="0.99.7030.1435" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.99.7030.1435" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="TextRegion" version="1.11.7030.1435" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
    </dependencies>
  </settings>
  <regions type="content">
    <region id="0" left="18" top="18" width="111" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Permutations</p>
      </text>
    </region>
    <region id="1" left="108" top="90" width="144" height="43" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">n</e>
          <e type="operand">r</e>
          <e type="function" args="2">P</e>
          <e type="operand">n</e>
          <e type="operator" args="1">!</e>
          <e type="operand">n</e>
          <e type="operand">r</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="1">!</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="2" left="108" top="171" width="107" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">6</e>
          <e type="operand">2</e>
          <e type="function" args="2">P</e>
        </input>
        <result action="numeric">
          <e type="operand">30</e>
        </result>
      </math>
    </region>
    <region id="3" left="261" top="171" width="469" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>There are 30 permutations of 6 objects taken 2 at a time</p>
      </text>
    </region>
    <region id="4" left="0" top="207" width="766" height="104" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Example: A specific program requires the user to enter a 5-digit password. The digits cannot
repeat and can be any five digits 1,2,3,4,7,8, and 9. 

How many different passwords are possible?

7 Objects taken 5 at a time:</p>
      </text>
    </region>
    <region id="5" left="99" top="342" width="123" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">7</e>
          <e type="operand">5</e>
          <e type="function" args="2">P</e>
        </input>
        <result action="numeric">
          <e type="operand">2520</e>
        </result>
      </math>
    </region>
    <region id="6" left="270" top="342" width="275" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>different passwords are possible</p>
      </text>
    </region>
    <region id="7" left="0" top="396" width="732" height="120" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Combinations

Example: A club with ten menbers wants to choose a committee of four members. Six of the
members are women, and four are men.

How many different committes are possible?
</p>
      </text>
    </region>
    <region id="8" left="99" top="540" width="183" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">n</e>
          <e type="operand">r</e>
          <e type="function" args="2">C</e>
          <e type="operand">n</e>
          <e type="operator" args="1">!</e>
          <e type="operand">n</e>
          <e type="operand">r</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="1">!</e>
          <e type="bracket">(</e>
          <e type="operand">r</e>
          <e type="operator" args="1">!</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="9" left="99" top="603" width="123" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">10</e>
          <e type="operand">4</e>
          <e type="function" args="2">C</e>
        </input>
        <result action="numeric">
          <e type="operand">210</e>
        </result>
      </math>
    </region>
    <region id="10" left="252" top="603" width="503" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>There are 210 ways to chooses a committee of four when order
is not importaint</p>
      </text>
    </region>
    <region id="11" left="0" top="648" width="774" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>If the comittee is chosen randomly, what is the probability that two members of the committee
are men?</p>
      </text>
    </region>
    <region id="12" left="99" top="711" width="99" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">4</e>
          <e type="operand">2</e>
          <e type="function" args="2">C</e>
        </input>
        <result action="numeric">
          <e type="operand">6</e>
        </result>
      </math>
    </region>
    <region id="13" left="252" top="711" width="291" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>6 ways to chooses two men randomly</p>
      </text>
    </region>
    <region id="14" left="99" top="756" width="107" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">6</e>
          <e type="operand">2</e>
          <e type="function" args="2">C</e>
        </input>
        <result action="numeric">
          <e type="operand">15</e>
        </result>
      </math>
    </region>
    <region id="15" left="252" top="756" width="315" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>15 ways to chooses two women randomly</p>
      </text>
    </region>
    <region id="16" left="0" top="792" width="790" height="72" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Counting Principle, there are 6 * 15 or 90 ways to choose a committee with two men and two
women.

Probability (2 men and 2 women) = (number of favorable outcomes)/ (number of possible outcomes)</p>
      </text>
    </region>
    <region id="17" left="117" top="882" width="82" height="41" color="#000000" bgColor="#ffffff" fontSize="10">
      <math decimalPlaces="0">
        <input>
          <e type="operand">90</e>
          <e type="operand">210</e>
          <e type="operator" args="2">/</e>
        </input>
        <contract>
          <e type="operand" style="unit">%</e>
        </contract>
        <result action="numeric">
          <e type="operand">43</e>
        </result>
      </math>
    </region>
  </regions>
</worksheet>