<?xml version="1.0" encoding="iso-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/xml; charset=iso-8859-1" />
  <title>Experiments with iframe and MathML by Grindle</title>
  <link href="../styles/mathML_generic.css" rel="stylesheet" type="text/css" />
</head>

<body>
<p>Solve the following <span class="bold_italic">inequality</span> for
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>x</mi>
</math></p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <mo>&#x2223;</mo>
    <mfrac>
      <mn>1</mn>
      <mn>4</mn>
    </mfrac>
    <mi>x</mi>
    <mo>&#x2212;</mo>
    <mfrac>
      <mn>5</mn>
      <mn>8</mn>
    </mfrac>
    <mo>&#x2223;</mo>
  </mrow>
  <mo>&gt;</mo>
  <mn>4</mn>
</math></p>

<p>Whenever you have a <span class="bold_italic">Absolute Value
Inequality</span>, separate it into two inequalities and solve each inequality
separately. Typically, you will get two values of
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>x</mi>
</math> that make the inequality true.</p>
<hr />

<div class="float_left_48pct">
<p>The <span class="bold_italic">first inequality</span> is obtained by
replacing absolute value brackets with
parentheses.<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <mo>(</mo>
    <mrow>
      <mfrac>
        <mn>1</mn>
        <mn>4</mn>
      </mfrac>
      <mi>x</mi>
      <mo>&#x2212;</mo>
      <mfrac>
        <mn>5</mn>
        <mn>8</mn>
      </mfrac>
    </mrow>
    <mo>)</mo>
  </mrow>
  <mo>&gt;</mo>
  <mn>4</mn>
</math></p>

<p>Add <math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
</math> to both sides.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mfrac>
    <mn>1</mn>
    <mn>4</mn>
  </mfrac>
  <mi>x</mi>
  <mo>&gt;</mo>
  <mn>4</mn>
  <mo>+</mo>
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
</math></p>

<p>Simplify the right side of the equation.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mn>4</mn>
  <mo>+</mo>
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
  <mo>=</mo>
  <mfrac>
    <mn>32</mn>
    <mn>8</mn>
  </mfrac>
  <mo>+</mo>
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
  <mo>=</mo>
  <mfrac>
    <mn>37</mn>
    <mn>8</mn>
  </mfrac>
</math></p>

<p>Thus</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mfrac>
    <mn>1</mn>
    <mn>4</mn>
  </mfrac>
  <mi>x</mi>
  <mo>&gt;</mo>
  <mfrac>
    <mn>37</mn>
    <mn>8</mn>
  </mfrac>
</math></p>

<p>Multiply both sides of the inequality by the reciprocal of the coefficient
of <math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>x</mi>
</math></p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <mo>(</mo>
    <mfrac>
      <mn>4</mn>
      <mn>1</mn>
    </mfrac>
    <mo>)</mo>
    <mrow>
      <mo>(</mo>
      <mfrac>
        <mn>1</mn>
        <mn>4</mn>
      </mfrac>
      <mi>x</mi>
      <mo>)</mo>
    </mrow>
    <mo>&gt;</mo>
    <mrow>
      <mo>(</mo>
      <mfrac>
        <mn>4</mn>
        <mn>1</mn>
      </mfrac>
      <mo>)</mo>
    </mrow>
    <mrow>
      <mo>(</mo>
      <mfrac>
        <mn>37</mn>
        <mn>8</mn>
      </mfrac>
      <mo>)</mo>
    </mrow>
  </mrow>
</math></p>

<p>Simplify to get the <span class="bold_italic">first solution</span>.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi>x</mi>
  <mo>&gt;</mo>
  <mfrac>
    <mn>37</mn>
    <mn>2</mn>
  </mfrac>
</math></p>

<p></p>
</div>

<div class="float_left_48pct">
<p>The <span class="bold_italic">second inequality</span> is obtained by
replacing the absolute value brackets with parentheses AND putting a negative
sign in front of the parentheses.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <mo>&#8201;&#x2013;</mo>
    <mo>(</mo>
    <mrow>
      <mfrac>
        <mn>1</mn>
        <mn>4</mn>
      </mfrac>
      <mi>x</mi>
      <mo>&#x2212;</mo>
      <mfrac>
        <mn>5</mn>
        <mn>8</mn>
      </mfrac>
    </mrow>
    <mo>)</mo>
  </mrow>
  <mo>&gt;</mo>
  <mn>4</mn>
</math></p>

<p>Distribute the negative sign to all terms inside the parentheses.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mo>&#x2013;&#8201;</mo>
  <mfrac>
    <mn>1</mn>
    <mn>4</mn>
  </mfrac>
  <mi>x</mi>
  <mo>+</mo>
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
  <mo>&gt;</mo>
  <mn>4</mn>
</math></p>

<p>Subtract <math xmlns="http://www.w3.org/1998/Math/MathML">
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
</math> from both sides.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mo>&#x2013;&#8201;</mo>
  <mfrac>
    <mn>1</mn>
    <mn>4</mn>
  </mfrac>
  <mi>x&gt;</mi>
  <mn>4</mn>
  <mo>&#x2212;</mo>
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
</math></p>

<p>Simplify the right side of the inequality</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mn>4</mn>
  <mo>&#x2212;</mo>
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
  <mo>=</mo>
  <mfrac>
    <mn>32</mn>
    <mn>8</mn>
  </mfrac>
  <mo>&#x2212;</mo>
  <mfrac>
    <mn>5</mn>
    <mn>8</mn>
  </mfrac>
  <mo>=</mo>
  <mfrac>
    <mn>27</mn>
    <mn>8</mn>
  </mfrac>
</math></p>

<p>Thus</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mo>&#x2013;&#8201;</mo>
  <mfrac>
    <mn>1</mn>
    <mn>4</mn>
  </mfrac>
  <mi>x</mi>
  <mo>&gt;</mo>
  <mfrac>
    <mn>27</mn>
    <mn>8</mn>
  </mfrac>
</math></p>

<p>Multiply both sides by the reciprocal of the coefficient of
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>x</mi>
</math></p>

<p><span class="bold_italic">IMPORTANT: When multiplying both sides of an
inequality by a NEGATIVE number, REVERSE the direction of the inequality
symbol.</span></p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mrow>
    <mrow>
      <mo>(</mo>
      <mo>&#x2013;&#8201;</mo>
      <mfrac>
        <mn>4</mn>
        <mn>1</mn>
      </mfrac>
      <mo>)</mo>
    </mrow>
    <mrow>
      <mo>(</mo>
      <mo>&#x2013;&#8201;</mo>
      <mfrac>
        <mn>1</mn>
        <mn>4</mn>
      </mfrac>
      <mi>x</mi>
      <mo>)</mo>
    </mrow>
  </mrow>
  <mo>&lt;</mo>
  <mrow>
    <mo>(</mo>
    <mo>&#x2013;&#8201;</mo>
    <mfrac>
      <mn>4</mn>
      <mn>1</mn>
    </mfrac>
    <mo>)</mo>
  </mrow>
  <mrow>
    <mo>(</mo>
    <mfrac>
      <mn>27</mn>
      <mn>8</mn>
    </mfrac>
    <mo>)</mo>
  </mrow>
</math></p>

<p>Simplify to get the <span class="bold_italic">second</span> solution.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi>x</mi>
  <mo>&lt;</mo>
  <mo>&#x2013;&#8201;</mo>
  <mfrac>
    <mn>27</mn>
    <mn>2</mn>
  </mfrac>
</math></p>
</div>
<hr class="clear_floats" />

<p>The complete answer is: <math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>x</mi>
  <mo>&lt;</mo>
  <mo>&#x2013;&#8201;</mo>
  <mfrac>
    <mn>27</mn>
    <mn>2</mn>
  </mfrac>
</math> OR <math xmlns="http://www.w3.org/1998/Math/MathML">
  <mi>x</mi>
  <mo>&gt;</mo>
  <mfrac>
    <mn>37</mn>
    <mn>2</mn>
  </mfrac>
</math></p>
</body>
</html>

