<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
      <mi>n</mi>
   </mrow>
   <mrow>
      <mi>k</mi>
   </mrow>
   <mo>=</mo>
   <mfrac>
      <mrow>
         <mi>n</mi>
         <mo>!</mo>
      </mrow>
      <mrow>
         <mi>k</mi>
         <mo>!</mo>
         <mfenced close=")" open="(">
            <mrow>
               <mi>n</mi>
               <mo>-</mo>
               <mi>k</mi>
            </mrow>
         </mfenced>
         <mo>!</mo>
      </mrow>
   </mfrac>
</math>
