ubuntu2004
<exercise checkit-seed="0000" checkit-slug="Demo1" checkit-title="Line Slopes">1<!-- The contents of <statement></statement> should specify2the task you wish them to complete. -->3<statement>4<p>5For each of the following line equations, identify its slope.6</p>7<ol>8<li><m>-2 \, x + y = 7</m></li>9<li><m>y = -3 \, x - 4</m></li>10</ol>11</statement>12<!-- The contents of <answer></answer> summarize the13"final answer" related to this task. -->14<answer>15<ol>16<li><m>\frac{1}{2}</m></li>17<li><m>-3</m></li>18</ol>19</answer>20</exercise>212223