You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The number line actually goes on forever in both directions. The <b>positive integers</b> are the whole numbers to the right of (or greater than) <m>0</m>: <m>1, 2, 3, \dots</m>. The <b>negative integers</b> are the whole numbers to the left of (or less than) <m>0</m>: <m>-1, -2, -3, \dots</m>. Some interesting facts to note are:
56
+
<p>The number line actually goes on forever in both directions. The <term>positive integers</term> are the whole numbers to the right of (or greater than) <m>0</m>: <m>1, 2, 3, \dots</m>. The <term>negative integers</term> are the whole numbers to the left of (or less than) <m>0</m>: <m>-1, -2, -3, \dots</m>. Some interesting facts to note are:
59
57
<ul>
60
58
<li>The integer <m>0</m> is neither positive nor negative.</li>
61
59
<li>As we move to the right on the number line, the integers increase in value. <m>3</m> is greater than <m>2</m>, written <m>3\gt 2</m>. But <m>-2</m> is greater than <m>-3</m>, written <m>-2\gt -3</m>.</li>
62
60
</ul>
63
61
</p>
64
62
65
63
<p>Recall that adding a <m>\color{green}{\text{positive}}</m> integer equates to moving <m>\color{green}{\text{right}}</m> on the number line.</p>
66
-
67
-
<examplexml:id="example-numberline-ex-1plus3">
64
+
<examplexml:id="example-numberline-ex-1plus3">
68
65
<title>Add Positive <m>3</m> to <m>1</m></title>
69
-
70
66
<!-- Our own-->
71
-
<p><m>1+3</m> Start at <m>1</m> on the number line. </p>
72
-
<figurexml:id="figure-numberline-ex-1plus3">
73
-
<imagexml:id="numberline-ex-1plus3">
67
+
<p><md>
68
+
<mrow>1+3\amp\amp\amp\text{Start at 1 on the number line.}</mrow></md>
<p>Move two positions left. <m>-3</m> Our Solution</p>
149
137
</example>
150
138
139
+
<p>Notice in Example<nbsp /><xrefref="example-numberline-ex-neg1minus2" /> that adding two negative numbers is equivalent to adding the two corresponding positive numbers, but the final result is negative: <m>1+2=3</m> and <m>-1+(-2) = -3</m>. However in Example<nbsp /><xrefref="example-numberline-ex-1minus3" /> we see that adding a negative number to a positive number is actually related to subtraction: <m>1+(-3)=-2</m> can be computed by first subtracting the corresponding positive integers, but the final result is negative: <m>3-1=2</m> and <m>1+(-3)=-2</m>.</p>
140
+
141
+
<examplexml:id="example-add-two-neg">
142
+
<title>Add Two Negative Integers</title>
143
+
<p><md><mrow>-4+(-11)\amp\amp\amp\text{Adding two negatives: add positives}</mrow>
144
+
<mrow>4+11=15\amp\amp\amp\text{The result is negative}</mrow>
145
+
<mrow>-15\amp\amp\amp\text{Our Solution}</mrow>
146
+
</md></p>
147
+
</example>
151
148
</section>
152
149
153
150
<sectionxml:id="sec-int-mult-div">
@@ -162,7 +159,6 @@ along with MathBook XML. If not, see <http://www.gnu.org/licenses/>.
0 commit comments