<?xml version="1.0" encoding="UTF-8"?>
<math-document xmlns:mml="http://www.w3.org/1998/Math/MathML">
  <description>
    <p>General formula for parallel MTBF of n components with disparate failure rates, where λᵢ = 1/MTBFᵢ is the failure rate of component i.</p>
  </description>

  <mml:math display="block">
    <mml:msub>
      <mml:mi>MTBF</mml:mi>
      <mml:mi>parallel</mml:mi>
    </mml:msub>
    <mml:mo>=</mml:mo>
    <mml:munderover>
      <mml:mo>∑</mml:mo>
      <mml:mrow><mml:mi>i</mml:mi><mml:mo>=</mml:mo><mml:mn>1</mml:mn></mml:mrow>
      <mml:mi>n</mml:mi>
    </mml:munderover>
    <mml:mfrac>
      <mml:mn>1</mml:mn>
      <mml:msub><mml:mi>λ</mml:mi><mml:mi>i</mml:mi></mml:msub>
    </mml:mfrac>
    <mml:mo>−</mml:mo>
    <mml:munder>
      <mml:mo>∑</mml:mo>
      <mml:mrow><mml:mi>i</mml:mi><mml:mo>&lt;</mml:mo><mml:mi>j</mml:mi></mml:mrow>
    </mml:munder>
    <mml:mfrac>
      <mml:mn>1</mml:mn>
      <mml:mrow>
        <mml:msub><mml:mi>λ</mml:mi><mml:mi>i</mml:mi></mml:msub>
        <mml:mo>+</mml:mo>
        <mml:msub><mml:mi>λ</mml:mi><mml:mi>j</mml:mi></mml:msub>
      </mml:mrow>
    </mml:mfrac>
    <mml:mo>+</mml:mo>
    <mml:munder>
      <mml:mo>∑</mml:mo>
      <mml:mrow><mml:mi>i</mml:mi><mml:mo>&lt;</mml:mo><mml:mi>j</mml:mi><mml:mo>&lt;</mml:mo><mml:mi>k</mml:mi></mml:mrow>
    </mml:munder>
    <mml:mfrac>
      <mml:mn>1</mml:mn>
      <mml:mrow>
        <mml:msub><mml:mi>λ</mml:mi><mml:mi>i</mml:mi></mml:msub>
        <mml:mo>+</mml:mo>
        <mml:msub><mml:mi>λ</mml:mi><mml:mi>j</mml:mi></mml:msub>
        <mml:mo>+</mml:mo>
        <mml:msub><mml:mi>λ</mml:mi><mml:mi>k</mml:mi></mml:msub>
      </mml:mrow>
    </mml:mfrac>
    <mml:mo>−</mml:mo>
    <mml:mo>⋯</mml:mo>
    <mml:mo>+</mml:mo>
    <mml:msup>
      <mml:mrow><mml:mo>(</mml:mo><mml:mo>−</mml:mo><mml:mn>1</mml:mn><mml:mo>)</mml:mo></mml:mrow>
      <mml:mrow><mml:mi>n</mml:mi><mml:mo>+</mml:mo><mml:mn>1</mml:mn></mml:mrow>
    </mml:msup>
    <mml:mfrac>
      <mml:mn>1</mml:mn>
      <mml:mrow>
        <mml:msub><mml:mi>λ</mml:mi><mml:mn>1</mml:mn></mml:msub>
        <mml:mo>+</mml:mo>
        <mml:msub><mml:mi>λ</mml:mi><mml:mn>2</mml:mn></mml:msub>
        <mml:mo>+</mml:mo>
        <mml:mo>⋯</mml:mo>
        <mml:mo>+</mml:mo>
        <mml:msub><mml:mi>λ</mml:mi><mml:mi>n</mml:mi></mml:msub>
      </mml:mrow>
    </mml:mfrac>
  </mml:math>

  <mml:math display="block">
    <mml:mspace height="2em"/>
    <mml:mo></mml:mo>
    <mml:mspace height="2em"/>
  </mml:math>

  <description>
    <p>For the special case of n identical components (all with the same MTBF), the formula simplifies to the harmonic series, where Hₙ = 1 + 1/2 + 1/3 + ... + 1/n is the nth harmonic number.</p>
  </description>

  <mml:math display="block">
    <mml:msub>
      <mml:mi>MTBF</mml:mi>
      <mml:mi>parallel</mml:mi>
    </mml:msub>
    <mml:mo>=</mml:mo>
    <mml:mi>MTBF</mml:mi>
    <mml:mo>×</mml:mo>
    <mml:mrow>
      <mml:mo>(</mml:mo>
      <mml:mn>1</mml:mn>
      <mml:mo>+</mml:mo>
      <mml:mfrac>
        <mml:mn>1</mml:mn>
        <mml:mn>2</mml:mn>
      </mml:mfrac>
      <mml:mo>+</mml:mo>
      <mml:mfrac>
        <mml:mn>1</mml:mn>
        <mml:mn>3</mml:mn>
      </mml:mfrac>
      <mml:mo>+</mml:mo>
      <mml:mo>⋯</mml:mo>
      <mml:mo>+</mml:mo>
      <mml:mfrac>
        <mml:mn>1</mml:mn>
        <mml:mi>n</mml:mi>
      </mml:mfrac>
      <mml:mo>)</mml:mo>
    </mml:mrow>
    <mml:mo>=</mml:mo>
    <mml:mi>MTBF</mml:mi>
    <mml:mo>×</mml:mo>
    <mml:msub>
      <mml:mi>H</mml:mi>
      <mml:mi>n</mml:mi>
    </mml:msub>
  </mml:math>
</math-document>
