<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../styles/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <title>MathML by grindle</title>
  <link href="../styles/mathML_generic.css" rel="stylesheet" type="text/css" />
</head>

<body>
<p>The binomial probability probability formula</p>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi>P</mi>
  <mrow>
    <mo>(</mo>
    <mi>x</mi>
    <mo>=</mo>
    <mi>k</mi>
    <mo>)</mo>
  </mrow>
  <mo>=</mo>
  <mfrac>
    <mrow>
      <mi>n</mi>
      <mo>!</mo>
    </mrow>
    <mrow>
      <mrow>
        <mi>k</mi>
        <mo>!</mo>
        <mo>(</mo>
        <mrow>
          <mi>n</mi>
          <mo>&#x2212;</mo>
          <mi>k</mi>
        </mrow>
        <mo>)</mo>
      </mrow>
      <mo>!</mo>
    </mrow>
  </mfrac>
  <mo>·</mo>
  <msup>
    <mi>p</mi>
    <mi>k</mi>
  </msup>
  <mo>·</mo>
  <msup>
    <mrow>
      <mo>(</mo>
      <mrow>
        <mn>1</mn>
        <mo>&#x2212;</mo>
        <mi>p</mi>
      </mrow>
      <mo>)</mo>
    </mrow>
    <mrow>
      <mi>n</mi>
      <mo>&#x2212;</mo>
      <mi>k</mi>
    </mrow>
  </msup>
</math> 

<p>where </p>
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi>k</mi>
  <mo>=</mo>
  <mn>0</mn>
  <mo>,</mo>
  <mn>1</mn>
  <mo>,</mo>
  <mn>2</mn>
  <mo>,</mo>
  <mn>3</mn>
  <mo>,</mo>
  <mo>&#x2026;</mo>
  <mi>n</mi>
</math> </body>
</html>

