<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"><html xmlns="http://www.w3.org/1999/xhtml">    <head>        <title>Solving Linear Equations</title>        <link rel="StyleSheet" type="text/css" href="../../style_sheets/notes.css"/>    </head>    <body>        <h1>            Solving Linear Equations        </h1>        <div class="example">            <p class="statement">                Solve                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>-</mo>                            <mn>11</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>2</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>7</mn>                    </mrow>                </math>, and then write its solution set.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>-</mo>                            <mn>11</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>7</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                The goal is eventually to reach an equation of the form                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mi>x</mi>                    <mo>=</mo>                    <mtext>constant</mtext>                </math>                (like                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mi>x</mi>                    <mo>=</mo>                    <mn>2</mn>                </math>)                or                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mtext>constant</mtext>                    <mo>=</mo>                    <mi>x</mi>                </math>                (like                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mn>2</mn>                    <mo>=</mo>                    <mi>x</mi>                </math>).            </p>            <p>                On the left side,                the term                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mstyle mathcolor="blue">                        <mo form="infix">-</mo>                        <mn>11</mn>                    </mstyle>                </math> is not wanted.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="blue">                                <mo form="infix">-</mo>                                <mn>11</mn>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>7</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                Adding 11 to the left side will make that term go away.                Use the addition property of equality. Add 11 to each side.            </p>            <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                <mrow>                    <mrow>                        <mrow>                            <mn>5</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mstyle mathcolor="blue">                            <mo form="infix">-</mo>                            <mn>11</mn>                        </mstyle>                        <mstyle mathcolor="red">                            <mo form="infix">+</mo>                            <mn>11</mn>                        </mstyle>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mrow>                            <mn>2</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>7</mn>                        <mstyle mathcolor="red">                            <mo form="infix">+</mo>                            <mn>11</mn>                        </mstyle>                    </mrow>                </mrow>            </math>            <p>                Simplify the sides.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>18</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                On the right side,                the term                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mstyle mathcolor="blue">                        <mrow>                            <mn>2</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                    </mstyle>                </math> is not wanted.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mstyle mathcolor="blue">                                <mrow>                                    <mn>2</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                            <mo>+</mo>                            <mn>18</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                Use the addition property of equality again. Subtract                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mn>2</mn>                    <mo>&InvisibleTimes;</mo>                    <mi>x</mi>                </math>                from each side.            </p>            <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                <mrow>                    <mrow>                        <mrow>                            <mn>5</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mstyle mathcolor="red">                            <mo form="infix">-</mo>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mstyle>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mstyle mathcolor="blue">                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mstyle>                        <mo>+</mo>                        <mn>18</mn>                        <mstyle mathcolor="red">                            <mo form="infix">-</mo>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mstyle>                    </mrow>                </mrow>            </math>            <p>                Simplify the sides.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>3</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>18</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                The                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mn mathcolor="blue">3</mn>                </math>                in the left side                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mn mathcolor="blue">3</mn>                        <mo>&InvisibleTimes;</mo>                        <mi>x</mi>                    </mrow>                </math>                is not wanted.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn mathcolor="blue">3</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>18</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                Dividing the left side by 3 will make that                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mn mathcolor="blue">3</mn>                    </mrow>                </math>                    go away. Use the multiplication property of equality. Divide each side by 3.            </p>            <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                <mrow>                    <mfrac>                        <mrow>                            <mn mathcolor="blue">3</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mn mathcolor="red">3</mn>                    </mfrac>                    <mo>=</mo>                    <mrow>                        <mfrac>                            <mn>18</mn>                            <mn mathcolor="red">3</mn>                        </mfrac>                    </mrow>                </mrow>            </math>            <p>                Simplify the sides.            </p>            <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                <mrow>                    <mi>x</mi>                    <mo>=</mo>                    <mn>6</mn>                </mrow>            </math>            <p class="statement">                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mfenced open="{" close="}">                        <mn>6</mn>                    </mfenced>                </math>            </p>        </div>        <div class="example">            <p class="statement">                Solve                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>6</mn>                            <mo>-</mo>                            <mn>3</mn>                            <mo>&InvisibleTimes;</mo>                            <mfenced>                                <mrow>                                    <mi>x</mi>                                    <mo>-</mo>                                    <mn>5</mn>                                </mrow>                            </mfenced>                        </mrow>                    </mrow>                </math>, and then write its solution set.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>6</mn>                            <mo>-</mo>                            <mn>3</mn>                            <mo>&InvisibleTimes;</mo>                            <mfenced>                                <mrow>                                    <mi>x</mi>                                    <mo>-</mo>                                    <mn>5</mn>                                </mrow>                            </mfenced>                        </mrow>                    </mrow>                </math>            </p>            <p>                Simplify the right side until it is in simplest form. The left side                is already in simplest form, so it                must patiently wait for the right side to be simplified.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>6</mn>                            <mo>-</mo>                            <mrow>                                <mn>3</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>15</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>21</mn>                            <mo>-</mo>                            <mrow>                                <mn>3</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                Use the addition property of equality.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mn>1</mn>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>21</mn>                            <mo>-</mo>                            <mrow>                                <mn>3</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mn>1</mn>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                Simplify the sides.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>20</mn>                            <mo>-</mo>                            <mrow>                                <mn>3</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                Use the addition property of equality.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="red">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>3</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>20</mn>                            <mo>-</mo>                            <mrow>                                <mn>3</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="red">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>3</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                Simplify the sides.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>8</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>20</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                Use the multiplication property of equality.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mfrac>                                <mrow>                                    <mn>8</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                                <mn mathcolor="red">8</mn>                            </mfrac>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mfrac>                                <mn>20</mn>                                <mn mathcolor="red">8</mn>                            </mfrac>                        </mrow>                    </mrow>                </math>            </p>            <p>                Simplify the sides.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mi>x</mi>                        <mo>=</mo>                        <mfrac>                            <mn>20</mn>                            <mn>8</mn>                        </mfrac>                    </mrow>                </math>            </p>            <p>                Simplify the right side to lowest terms.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mi>x</mi>                        <mo>=</mo>                        <mfrac>                            <mrow>                                <mn mathcolor="blue">4</mn>                                <mo>&middot;</mo>                                <mn>5</mn>                            </mrow>                            <mrow>                                <mn mathcolor="blue">4</mn>                                <mo>&middot;</mo>                                <mn>2</mn>                            </mrow>                        </mfrac>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mi>x</mi>                        <mo>=</mo>                        <mfrac>                            <mn>5</mn>                            <mn>2</mn>                        </mfrac>                    </mrow>                </math>            </p>            <p class="statement">                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mfenced open="{" close="}">                        <mfrac>                            <mn>5</mn>                            <mn>2</mn>                        </mfrac>                    </mfenced>                </math>            </p>        </div>        <div class="example">            <p class="statement">                Solve                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mrow>                            <mrow>                                <mn>12</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>5</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>7</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>-</mo>                        <mn>90</mn>                    </mrow>                </math>, and then write its solution set.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>12</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>5</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>7</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>-</mo>                        <mn>90</mn>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>12</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>5</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mn>5</mn>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>7</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>-</mo>                        <mn>90</mn>                        <mstyle mathcolor="red">                            <mo form="infix">-</mo>                            <mn>5</mn>                        </mstyle>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>12</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>7</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>-</mo>                        <mn>95</mn>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>12</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mstyle mathcolor="red">                            <mo form="infix">+</mo>                            <mrow>                                <mn>7</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mstyle>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>7</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>-</mo>                        <mn>95</mn>                        <mstyle mathcolor="red">                            <mo form="infix">+</mo>                            <mrow>                                <mn>7</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mstyle>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>19</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mo>-</mo>                            <mn>95</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mfrac>                            <mrow>                                <mn>19</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mn mathcolor="red">19</mn>                        </mfrac>                        <mo>=</mo>                        <mfrac>                            <mrow>                                <mo>-</mo>                                <mn>95</mn>                            </mrow>                            <mn mathcolor="red">19</mn>                        </mfrac>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mi>x</mi>                        <mo>=</mo>                        <mrow>                            <mo>-</mo>                            <mn>5</mn>                        </mrow>                    </mrow>                </math>            </p>            <p class="statement">                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mfenced open="{" close="}">                        <mrow>                            <mo>-</mo>                            <mn>5</mn>                        </mrow>                    </mfenced>                </math>            </p>        </div>        <div class="example">            <p class="statement">                Solve                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mrow>                            <mrow>                                <mn>6</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mn>2</mn>                                        <mo>+</mo>                                        <mrow>                                            <mn>5</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>+</mo>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mn>3</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>2</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mo>-</mo>                            <mrow>                                <mfenced>                                    <mrow>                                        <mi>x</mi>                                        <mo>+</mo>                                        <mn>1</mn>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>-</mo>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mrow>                                                <mo>-</mo>                                                <mn>5</mn>                                            </mrow>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>3</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                    </mrow>                </math>, and then write its solution set.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>6</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mn>2</mn>                                        <mo>+</mo>                                        <mrow>                                            <mn>5</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>+</mo>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mn>3</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>2</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mo>-</mo>                            <mrow>                                <mfenced>                                    <mrow>                                        <mi>x</mi>                                        <mo>+</mo>                                        <mn>1</mn>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>-</mo>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mrow>                                                <mo>-</mo>                                                <mn>5</mn>                                            </mrow>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>3</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                What a mess. Simplify the sides.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mstyle mathbackground="aqua">                                <mrow>                                    <mn>6</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mfenced>                                        <mrow>                                            <mn>2</mn>                                            <mo>+</mo>                                            <mrow>                                                <mn>5</mn>                                                <mo>&InvisibleTimes;</mo>                                                <mi>x</mi>                                            </mrow>                                        </mrow>                                    </mfenced>                                </mrow>                            </mstyle>                            <mo>+</mo>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mn>3</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>2</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mstyle mathbackground="yellow">                                <mo form="infix">-</mo>                                <mrow>                                    <mfenced>                                        <mrow>                                            <mi>x</mi>                                            <mo>+</mo>                                            <mn>1</mn>                                        </mrow>                                    </mfenced>                                </mrow>                            </mstyle>                            <mo>-</mo>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mrow>                                                <mo>-</mo>                                                <mn>5</mn>                                            </mrow>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>3</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mstyle mathbackground="aqua">                                <mrow>                                    <mn>12</mn>                                    <mo>+</mo>                                    <mrow>                                        <mn>30</mn>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mrow>                                </mrow>                            </mstyle>                            <mo>+</mo>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mn>3</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>2</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mstyle mathbackground="yellow">                                <mo form="infix">-</mo>                                <mi>x</mi>                                <mo>-</mo>                                <mn>1</mn>                            </mstyle>                            <mo>-</mo>                            <mrow>                                <mn>2</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mrow>                                                <mo>-</mo>                                                <mn>5</mn>                                            </mrow>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>-</mo>                                        <mn>3</mn>                                    </mrow>                                </mfenced>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>12</mn>                                <mo>+</mo>                                <mrow>                                    <mn>30</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mrow>                            <mstyle mathbackground="pink">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>4</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mfenced>                                        <mrow>                                            <mrow>                                                <mn>3</mn>                                                <mo>&InvisibleTimes;</mo>                                                <mi>x</mi>                                            </mrow>                                            <mo>-</mo>                                            <mn>2</mn>                                        </mrow>                                    </mfenced>                                </mrow>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mo form="infix">-</mo>                            <mi>x</mi>                            <mo>-</mo>                            <mn>1</mn>                            <mstyle mathbackground="lime">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>2</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mfenced>                                        <mrow>                                            <mrow>                                                <mrow>                                                    <mo>-</mo>                                                    <mn>5</mn>                                                </mrow>                                                <mo>&InvisibleTimes;</mo>                                                <mi>x</mi>                                            </mrow>                                            <mo>-</mo>                                            <mn>3</mn>                                        </mrow>                                    </mfenced>                                </mrow>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>12</mn>                                <mo>+</mo>                                <mrow>                                    <mn>30</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mrow>                            <mstyle mathbackground="pink">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>12</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                                <mo>-</mo>                                <mn>8</mn>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mo form="infix">-</mo>                            <mi>x</mi>                            <mo>-</mo>                            <mn>1</mn>                            <mstyle mathbackground="lime">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>10</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                                <mo>+</mo>                                <mn>6</mn>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>12</mn>                            <mstyle mathbackground="yellow">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>30</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                            <mstyle mathbackground="yellow">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>12</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                            <mo>-</mo>                            <mn>8</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mstyle mathbackground="aqua">                                <mo form="infix">-</mo>                                <mi>x</mi>                            </mstyle>                            <mo>-</mo>                            <mn>1</mn>                            <mstyle mathbackground="aqua">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>10</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                            <mo>+</mo>                            <mn>6</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>12</mn>                            <mstyle mathbackground="yellow">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>42</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                            <mo>-</mo>                            <mn>8</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>15</mn>                            <mstyle mathbackground="aqua">                                <mo form="infix">+</mo>                                <mrow>                                    <mn>9</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                            <mo>-</mo>                            <mn>1</mn>                            <mo>+</mo>                            <mn>6</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mstyle mathbackground="lime">                                <mn>12</mn>                            </mstyle>                            <mo>+</mo>                            <mrow>                                <mn>42</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathbackground="lime">                                <mo form="infix">-</mo>                                <mn>8</mn>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mstyle mathbackground="pink">                                <mn>15</mn>                            </mstyle>                            <mo>+</mo>                            <mrow>                                <mn>9</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathbackground="pink">                                <mo form="infix">-</mo>                                <mn>1</mn>                                <mo>+</mo>                                <mn>6</mn>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mstyle mathbackground="lime">                                <mn>4</mn>                            </mstyle>                            <mo>+</mo>                            <mrow>                                <mn>42</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mstyle mathbackground="pink">                                <mn>20</mn>                            </mstyle>                            <mo>+</mo>                            <mrow>                                <mn>9</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>4</mn>                            <mo>+</mo>                            <mrow>                                <mn>42</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>20</mn>                            <mo>+</mo>                            <mrow>                                <mn>9</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                Use the addition property of equality.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>4</mn>                            <mo>+</mo>                            <mrow>                                <mn>42</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mn>4</mn>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>20</mn>                            <mo>+</mo>                            <mrow>                                <mn>9</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mn>4</mn>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>42</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>16</mn>                            <mo>+</mo>                            <mrow>                                <mn>9</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                Use the addition property of equality.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>42</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>9</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>16</mn>                            <mo>+</mo>                            <mrow>                                <mn>9</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>9</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>33</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn>16</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                Use the multiplication property of equality.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mfrac>                            <mrow>                                <mn>33</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mn mathcolor="red">33</mn>                        </mfrac>                        <mo>=</mo>                        <mrow>                            <mfrac>                                <mn>16</mn>                                <mn mathcolor="red">33</mn>                            </mfrac>                        </mrow>                    </mrow>                </math>            </p>            <p>                Simplify the left side.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mi>x</mi>                        <mo>=</mo>                        <mrow>                            <mfrac>                                <mn>16</mn>                                <mn>33</mn>                            </mfrac>                        </mrow>                    </mrow>                </math>            </p>            <p>                The right side is in lowest terms.            </p>            <p class="statement">                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mfenced open="{" close="}">                        <mfrac>                            <mn>16</mn>                            <mn>33</mn>                        </mfrac>                    </mfenced>                </math>            </p>        </div>        <div class="example">            <p class="statement">                Solve                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>6</mn>                        </mrow>                    </mrow>                </math>, and then write its solution set.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>6</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>1</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>4</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>6</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>4</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mn>1</mn>                        <mo>=</mo>                        <mn>6</mn>                    </mrow>                </math>            </p>            <p>                Since                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mn>1</mn>                        <mo>=</mo>                        <mn>6</mn>                    </mrow>                </math>                is false, the equation has no solution. The solution set has nothing                in it. The special symbol                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    &empty;                </math>                is used to write the                <em>empty set</em>, which is the set that                has nothing in it.            </p>            <p>                Do not write                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mfenced open="{" close="}">&empty;</mfenced>                </math>                for the empty set. The empty set has nothing in it. The set                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mfenced open="{" close="}">&empty;</mfenced>                </math>                <em>does</em> have something in it: the empty set.            </p>            <p class="statement">                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    &empty;                </math>            </p>        </div>        <div class="example">            <p class="statement">                Solve                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mrow>                            <mrow>                                <mn>3</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mn>2</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>+</mo>                                        <mn>4</mn>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>-</mo>                            <mn>2</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>5</mo>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mi>x</mi>                                        <mo>+</mo>                                        <mn>2</mn>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>+</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                </math>, and then write its solution set.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>3</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mrow>                                            <mn>2</mn>                                            <mo>&InvisibleTimes;</mo>                                            <mi>x</mi>                                        </mrow>                                        <mo>+</mo>                                        <mn>4</mn>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>-</mo>                            <mn>2</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>5</mo>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mi>x</mi>                                        <mo>+</mo>                                        <mn>2</mn>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>+</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>6</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>12</mn>                            <mo>-</mo>                            <mn>2</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>5</mo>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>10</mn>                            <mo>+</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>6</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>10</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>6</mo>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>10</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>6</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>10</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>6</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mo>6</mo>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>10</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>6</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mn>10</mn>                        <mo>=</mo>                        <mn>10</mn>                    </mrow>                </math>            </p>            <p>                Since                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mn>10</mn>                        <mo>=</mo>                        <mn>10</mn>                    </mrow>                </math>                is true, the equation is true no matter what number is substituted for                <var>x</var>. Every real number is in the equation's solution set.            </p>            <p class="statement">                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mfenced open="{" close="}">                        <mtext>                        all real numbers                        </mtext>                    </mfenced>                </math>            </p>        </div>        <div class="example">            <p class="statement">                Solve                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mrow>                            <mrow>                                <mstyle scriptlevel="-1">                                    <mfrac>                                        <mn>2</mn>                                        <mn>5</mn>                                    </mfrac>                                </mstyle>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mstyle scriptlevel="-1">                                <mfrac>                                    <mn>3</mn>                                    <mn>2</mn>                                </mfrac>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mstyle scriptlevel="-1">                                <mfrac>                                    <mn>1</mn>                                    <mn>2</mn>                                </mfrac>                            </mstyle>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mstyle scriptlevel="-1">                            <mfrac>                                <mn>3</mn>                                <mn>5</mn>                            </mfrac>                        </mstyle>                    </mrow>                </math>, and then write its solution set.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mfrac>                                    <mn>2</mn>                                    <mn>5</mn>                                </mfrac>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mfrac>                                <mn>3</mn>                                <mn>2</mn>                            </mfrac>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mfrac>                                <mn>1</mn>                                <mn>2</mn>                            </mfrac>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mfrac>                            <mn>3</mn>                            <mn>5</mn>                        </mfrac>                    </mrow>                </math>            </p>            <p>                The least common denominator (                <acronym title="least common denominator">LCD</acronym>)                of the fractions in the equation is 10. Use the multiplication property of equality.                Multiply each side by 10.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn mathcolor="red">10</mn>                            <mo>&InvisibleTimes;</mo>                            <mfenced>                                <mrow>                                    <mrow>                                        <mfrac>                                            <mn>2</mn>                                            <mn>5</mn>                                        </mfrac>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mrow>                                    <mo>+</mo>                                    <mfrac>                                        <mn>3</mn>                                        <mn>2</mn>                                    </mfrac>                                </mrow>                            </mfenced>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mn mathcolor="red">10</mn>                            <mo>&InvisibleTimes;</mo>                            <mfenced>                                <mrow>                                    <mrow>                                        <mfrac>                                            <mn>1</mn>                                            <mn>2</mn>                                        </mfrac>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mrow>                                    <mo>+</mo>                                    <mfrac>                                        <mn>3</mn>                                        <mn>5</mn>                                    </mfrac>                                </mrow>                            </mfenced>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn mathcolor="red">10</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mfrac>                                            <mn>2</mn>                                            <mn>5</mn>                                        </mfrac>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>+</mo>                            <mrow>                                <mn mathcolor="red">10</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mfrac>                                        <mn>3</mn>                                        <mn>2</mn>                                    </mfrac>                                </mfenced>                            </mrow>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn mathcolor="red">10</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mfrac>                                            <mn>1</mn>                                            <mn>2</mn>                                        </mfrac>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mrow>                                </mfenced>                            </mrow>                            <mo>+</mo>                            <mrow>                                <mn mathcolor="red">10</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mfrac>                                        <mn>3</mn>                                        <mn>5</mn>                                    </mfrac>                                </mfenced>                            </mrow>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mfrac>                                    <mrow>                                        <mn mathcolor="red">10</mn>                                        <mo>&middot;</mo>                                        <mn>2</mn>                                    </mrow>                                    <mn>5</mn>                                </mfrac>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mfrac>                                <mrow>                                    <mn mathcolor="red">10</mn>                                    <mo>&middot;</mo>                                    <mn>3</mn>                                </mrow>                                <mn>2</mn>                            </mfrac>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mfrac>                                    <mrow>                                        <mn mathcolor="red">10</mn>                                        <mo>&middot;</mo>                                        <mn>1</mn>                                    </mrow>                                    <mn>2</mn>                                </mfrac>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mfrac>                                <mrow>                                    <mn mathcolor="red">10</mn>                                    <mo>&middot;</mo>                                    <mn>3</mn>                                </mrow>                                <mn>5</mn>                            </mfrac>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mfrac>                                    <mrow>                                        <mstyle mathcolor="red">                                            <mn>5</mn>                                            <mo>&middot;</mo>                                            <mn>2</mn>                                        </mstyle>                                        <mo>&middot;</mo>                                        <mn>2</mn>                                    </mrow>                                    <mn>5</mn>                                </mfrac>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mfrac>                                <mrow>                                    <mstyle mathcolor="red">                                        <mn>2</mn>                                        <mo>&middot;</mo>                                        <mn>5</mn>                                    </mstyle>                                    <mo>&middot;</mo>                                    <mn>3</mn>                                </mrow>                                <mn>2</mn>                            </mfrac>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mfrac>                                    <mrow>                                        <mstyle mathcolor="red">                                            <mn>2</mn>                                            <mo>&middot;</mo>                                            <mn>5</mn>                                        </mstyle>                                        <mo>&middot;</mo>                                        <mn>1</mn>                                    </mrow>                                    <mn>2</mn>                                </mfrac>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mfrac>                                <mrow>                                    <mstyle mathcolor="red">                                        <mn>5</mn>                                        <mo>&middot;</mo>                                        <mn>2</mn>                                    </mstyle>                                    <mo>&middot;</mo>                                    <mn>3</mn>                                </mrow>                                <mn>5</mn>                            </mfrac>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mfrac>                                    <mrow>                                        <mn mathbackground="yellow">5</mn>                                        <mo>&middot;</mo>                                        <mstyle mathcolor="blue">                                            <mn>2</mn>                                            <mo>&middot;</mo>                                            <mn>2</mn>                                        </mstyle>                                    </mrow>                                    <mn mathbackground="yellow">5</mn>                                </mfrac>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mfrac>                                <mrow>                                    <mn mathbackground="yellow">2</mn>                                    <mo>&middot;</mo>                                    <mstyle mathcolor="blue">                                        <mn>5</mn>                                        <mo>&middot;</mo>                                        <mn>3</mn>                                    </mstyle>                                </mrow>                                <mn mathbackground="yellow">2</mn>                            </mfrac>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mfrac>                                    <mrow>                                        <mn mathbackground="yellow">2</mn>                                        <mo>&middot;</mo>                                        <mstyle mathcolor="blue">                                            <mn>5</mn>                                            <mo>&middot;</mo>                                            <mn>1</mn>                                        </mstyle>                                    </mrow>                                    <mn mathbackground="yellow">2</mn>                                </mfrac>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mfrac>                                <mrow>                                    <mn mathbackground="yellow">5</mn>                                    <mo>&middot;</mo>                                    <mstyle mathcolor="blue">                                        <mn>2</mn>                                        <mo>&middot;</mo>                                        <mn>3</mn>                                    </mstyle>                                </mrow>                                <mn mathbackground="yellow">5</mn>                            </mfrac>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn mathcolor="blue">4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn mathcolor="blue">15</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn mathcolor="blue">5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn mathcolor="blue">6</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>15</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>6</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mn>4</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>15</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>4</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mrow>                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mo>+</mo>                            <mn>6</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mrow>                                    <mn>4</mn>                                    <mo>&InvisibleTimes;</mo>                                    <mi>x</mi>                                </mrow>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>15</mn>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mi>x</mi>                            <mo>+</mo>                            <mn>6</mn>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>15</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mn>6</mn>                            </mstyle>                        </mrow>                        <mo>=</mo>                        <mrow>                            <mi>x</mi>                            <mo>+</mo>                            <mn>6</mn>                            <mstyle mathcolor="red">                                <mo form="infix">-</mo>                                <mn>6</mn>                            </mstyle>                        </mrow>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mn>9</mn>                        <mo>=</mo>                        <mi>x</mi>                    </mrow>                </math>            </p>            <p class="statement">                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mfenced open="{" close="}">                        <mn>9</mn>                    </mfenced>                </math>            </p>        </div>    </body></html>