<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd"><html xmlns="http://www.w3.org/1999/xhtml">    <head>        <title>Money Word Problems</title>        <link rel="StyleSheet" type="text/css" href="../../style_sheets/notes.css"/>    </head>    <body>        <h1>            Money Word Problems        </h1>        <p>            The value of a collection of coins or bills each of which has the same value            is obtained by multiplying the number of coins or bills by the value of one            coin or bill.        </p>        <div class="example">            <p>                The value of a nickel is $0.05. The value of 4 nickels                is 4 times $0.05, which is $0.20.            </p>            <p>                The value of a ten-dollar bill is $10. The value of 7 ten-dollar bills is 7 times $10, which is $70.            </p>        </div>        <div class="example">            <div class="statement">                <p>                    Bill has 8 coins. Each coin is either a nickel or a dime. The value of all 8 coins is $0.65.                </p>                <p>                    How many of the 8 coins are nickels? How many of the 8 coins are dimes?                </p>            </div>            <p>                Let                 <var>x</var> be the number of nickels. Then the number of dimes is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mn>8</mn>                    <mo>-</mo>                    <mi>x</mi>                </math>.            </p>            <p>                <table>                    <thead>                        <tr>                            <th>                            Name of Coin                            </th>                            <th>                            Value of One Coin (dollars)                            </th>                            <th>                            Number of Coins                            </th>                            <th>                            Value of Coins (dollars)                            </th>                        </tr>                    </thead>                    <tbody>                        <tr>                            <td>                            nickel                            </td>                            <td>                            0.05                            </td>                            <td>                                <var>x</var>                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mstyle mathcolor="red">                                        <mn>0.05</mn>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mstyle>                                </math>                            </td>                        </tr>                        <tr>                            <td>                            dime                            </td>                            <td>                            0.10                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mn>8</mn>                                    <mo>-</mo>                                    <mi>x</mi>                                </math>                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mstyle mathcolor="blue">                                        <mn>0.10</mn>                                        <mo>&InvisibleTimes;</mo>                                        <mfenced>                                            <mrow>                                                <mn>8</mn>                                                <mo>-</mo>                                                <mi>x</mi>                                            </mrow>                                        </mfenced>                                    </mstyle>                                </math>                            </td>                        </tr>                    </tbody>                </table>            </p>            <p>The equation states that the                <span style="color: red">value of the nickels</span>            plus the                <span style="color: blue">value of the dimes</span> is $0.65.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mstyle mathcolor="red">                                <mn>0.05</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mstyle>                        </mrow>                        <mo>+</mo>                        <mrow>                            <mstyle mathcolor="blue">                                <mn>0.10</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mn>8</mn>                                        <mo>-</mo>                                        <mi>x</mi>                                    </mrow>                                </mfenced>                            </mstyle>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mn>0.65</mn>                </math>            </p>            <p>                Multiply each side by 100.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>5</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mrow>                            <mn>10</mn>                            <mo>&InvisibleTimes;</mo>                            <mfenced>                                <mrow>                                    <mn>8</mn>                                    <mo>-</mo>                                    <mi>x</mi>                                </mrow>                            </mfenced>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mn>65</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>5</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>80</mn>                        <mo>-</mo>                        <mrow>                            <mn>10</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mn>65</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>5</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>80</mn>                    </mrow>                    <mo>=</mo>                    <mn>65</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>5</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>80</mn>                        <mstyle mathcolor="darkgreen">                            <mo form="infix">-</mo>                            <mn>80</mn>                        </mstyle>                    </mrow>                    <mo>=</mo>                    <mn>65</mn>                    <mstyle mathcolor="darkgreen">                        <mo form="infix">-</mo>                        <mn>80</mn>                    </mstyle>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mrow>                                <mo>-</mo>                                <mn>5</mn>                            </mrow>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mo>-</mo>                        <mn>15</mn>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mfrac>                            <mrow>                                <mrow>                                    <mo>-</mo>                                    <mn>5</mn>                                </mrow>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="navy">                                <mrow>                                    <mo>-</mo>                                    <mn>5</mn>                                </mrow>                            </mstyle>                        </mfrac>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mfrac>                            <mrow>                                <mo>-</mo>                                <mn>15</mn>                            </mrow>                            <mstyle mathcolor="navy">                                <mrow>                                    <mo>-</mo>                                    <mn>5</mn>                                </mrow>                            </mstyle>                        </mfrac>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mi>x</mi>                    <mo>=</mo>                    <mn>3</mn>                </math>            </p>            <p>                <var>x</var>, which is 3, is the number of nickels. The number of dimes is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mn>8</mn>                    <mo>-</mo>                    <mi>x</mi>                </math>, which is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mn>8</mn>                    <mo>-</mo>                    <mn>3</mn>                </math> or 5.            </p>            <p class="statement">                There are 3 nickels and 5 dimes.            </p>        </div>        <div class="example">            <div class="statement">                <p>                    A cash box contains 20-dollar bills and 10-dollar bills only.                    They are worth a total of $510.                    There are 3 more 10-dollar bills than 20-dollar bills.                </p>                <p>                    How many 20-dollar bills are in the cash box? How many 10-dollar bills are in the cash box?                </p>            </div>            <p>                Let                <var>x</var> be the number of 20-dollar bills. Then the number of 10-dollar bills is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mi>x</mi>                    <mo>+</mo>                    <mn>3</mn>                </math>.            </p>            <p>                <table>                    <thead>                        <tr>                            <th>                            Name of Bill                            </th>                            <th>                            Value of One Bill (dollars)                            </th>                            <th>                            Number of Bills                            </th>                            <th>                            Value of Bills (dollars)                            </th>                        </tr>                    </thead>                    <tbody>                        <tr>                            <td>                            20-dollar bill                            </td>                            <td>                            20                            </td>                            <td>                                <var>x</var>                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mstyle mathcolor="red">                                        <mn>20</mn>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mstyle>                                </math>                            </td>                        </tr>                        <tr>                            <td>                            10-dollar bill                            </td>                            <td>                            10                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mi>x</mi>                                    <mo>+</mo>                                    <mn>3</mn>                                </math>                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mstyle mathcolor="blue">                                        <mn>10</mn>                                        <mo>&InvisibleTimes;</mo>                                        <mfenced>                                            <mrow>                                                <mi>x</mi>                                                <mo>+</mo>                                                <mn>3</mn>                                            </mrow>                                        </mfenced>                                    </mstyle>                                </math>                            </td>                        </tr>                    </tbody>                </table>            </p>            <p>The equation states that the                <span style="color: red">value of the 20-dollar bills</span>            plus the                <span style="color: blue">value of the 10-dollar bills</span> is $510.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mstyle mathcolor="red">                                <mn>20</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mstyle>                        </mrow>                        <mo>+</mo>                        <mrow>                            <mstyle mathcolor="blue">                                <mn>10</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mi>x</mi>                                        <mo>+</mo>                                        <mn>3</mn>                                    </mrow>                                </mfenced>                            </mstyle>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mn>510</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>20</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mrow>                            <mn>10</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>30</mn>                    </mrow>                    <mo>=</mo>                    <mn>510</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>30</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>30</mn>                    </mrow>                    <mo>=</mo>                    <mn>510</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>30</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>30</mn>                        <mstyle mathcolor="darkgreen">                            <mo form="infix">-</mo>                            <mn>30</mn>                        </mstyle>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mn>510</mn>                        <mstyle mathcolor="darkgreen">                            <mo form="infix">-</mo>                            <mn>30</mn>                        </mstyle>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>30</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mn>480</mn>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mfrac>                            <mrow>                                <mn>30</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="navy">                                <mn>30</mn>                            </mstyle>                        </mfrac>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mfrac>                            <mn>480</mn>                            <mstyle mathcolor="navy">                                <mn>30</mn>                            </mstyle>                        </mfrac>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mi>x</mi>                    <mo>=</mo>                    <mn>16</mn>                </math>            </p>            <p>                <var>x</var>, which is 16, is the number of 20-dollar bills. The number of 10-dollar bills is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mi>x</mi>                        <mo>+</mo>                        <mn>3</mn>                    </mrow>                </math>, which is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mn>16</mn>                        <mo>+</mo>                        <mn>3</mn>                    </mrow>                </math> or 19.            </p>            <p class="statement">                There are 16 20-dollar bills and 19 10-dollar bills.            </p>        </div>        <div class="example">            <div class="statement">                <p>                    A theater has two ticket prices. An adult ticket costs $12, and a child ticket                    costs $5.                    The theater sold 100 tickets to a Saturday show for $626.                </p>                <p>                    How many adult tickets did the theater sell? How many child tickets did the theater sell?                </p>            </div>            <p>                Let                <var>x</var> be the number of adult tickets. Then the number of child tickets is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mn>100</mn>                    <mo>-</mo>                    <mi>x</mi>                </math>.            </p>            <p>                <table>                    <thead>                        <tr>                            <th>                            Type of Ticket                            </th>                            <th>                            Ticket Price (dollars)                            </th>                            <th>                            Number of Tickets                            </th>                            <th>                            Value of Tickets (dollars)                            </th>                        </tr>                    </thead>                    <tbody>                        <tr>                            <td>                            adult                            </td>                            <td>                            12                            </td>                            <td>                                <var>x</var>                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mstyle mathcolor="red">                                        <mn>12</mn>                                        <mo>&InvisibleTimes;</mo>                                        <mi>x</mi>                                    </mstyle>                                </math>                            </td>                        </tr>                        <tr>                            <td>                            child                            </td>                            <td>                            5                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mn>100</mn>                                    <mo>-</mo>                                    <mi>x</mi>                                </math>                            </td>                            <td>                                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                                    <mstyle mathcolor="blue">                                        <mn>5</mn>                                        <mo>&InvisibleTimes;</mo>                                        <mfenced>                                            <mrow>                                                <mn>100</mn>                                                <mo>-</mo>                                                <mi>x</mi>                                            </mrow>                                        </mfenced>                                    </mstyle>                                </math>                            </td>                        </tr>                    </tbody>                </table>            </p>            <p>The equation states that the                <span style="color: red">value of the adult tickets</span>            plus the                <span style="color: blue">value of the child tickets</span> is $626.            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mstyle mathcolor="red">                                <mn>12</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mstyle>                        </mrow>                        <mo>+</mo>                        <mrow>                            <mstyle mathcolor="blue">                                <mn>5</mn>                                <mo>&InvisibleTimes;</mo>                                <mfenced>                                    <mrow>                                        <mn>100</mn>                                        <mo>-</mo>                                        <mi>x</mi>                                    </mrow>                                </mfenced>                            </mstyle>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mn>626</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>12</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>500</mn>                        <mo>-</mo>                        <mrow>                            <mn>5</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mn>626</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>7</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>500</mn>                    </mrow>                    <mo>=</mo>                    <mn>626</mn>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>7</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                        <mo>+</mo>                        <mn>500</mn>                        <mstyle mathcolor="darkviolet">                            <mo form="infix">-</mo>                            <mn>500</mn>                        </mstyle>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mn>626</mn>                        <mstyle mathcolor="darkviolet">                            <mo form="infix">-</mo>                            <mn>500</mn>                        </mstyle>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mrow>                            <mn>7</mn>                            <mo>&InvisibleTimes;</mo>                            <mi>x</mi>                        </mrow>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mn>126</mn>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mrow>                        <mfrac>                            <mrow>                                <mn>7</mn>                                <mo>&InvisibleTimes;</mo>                                <mi>x</mi>                            </mrow>                            <mstyle mathcolor="magenta">                                <mn>7</mn>                            </mstyle>                        </mfrac>                    </mrow>                    <mo>=</mo>                    <mrow>                        <mfrac>                            <mn>126</mn>                            <mstyle mathcolor="magenta">                                <mn>7</mn>                            </mstyle>                        </mfrac>                    </mrow>                </math>            </p>            <p>                <math xmlns="http://www.w3.org/1998/Math/MathML" display="block">                    <mi>x</mi>                    <mo>=</mo>                    <mn>18</mn>                </math>            </p>            <p>                <var>x</var>, which is 18, is the number of adult tickets. The number of child tickets is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mn>100</mn>                        <mo>-</mo>                        <mi>x</mi>                    </mrow>                </math>, which is                <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline">                    <mrow>                        <mn>100</mn>                        <mo>-</mo>                        <mn>18</mn>                    </mrow>                </math> or 82.            </p>            <p class="statement">                The theater sold 18 adult tickets and 82 child tickets.            </p>        </div>    </body></html>