<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msup>
      <mfenced>
        <mrow>
          <mi>b</mi>
          <mo>+</mo>
          <mi>a</mi>
        </mrow>
      </mfenced>
      <mn>2</mn>
    </msup>
    <mo>=</mo>
    <mrow>
      <msup>
        <mi>c</mi>
        <mn>2</mn>
      </msup>
      <mo>+</mo>
      <mrow>
        <mn>4</mn>
        <mfrac>
          <mrow>
            <mi>a</mi>
            <mi>b</mi>
          </mrow>
          <mn>2</mn>
        </mfrac>
      </mrow>
    </mrow>
    <mo>=</mo>
    <mrow>
      <msup>
        <mi>c</mi>
        <mn>2</mn>
      </msup>
      <mo>+</mo>
      <mrow>
        <mn>2</mn>
        <mi>a</mi>
        <mi>b</mi>
      </mrow>
    </mrow>
  </mrow>
</math>