ubuntu2004
<exercise checkit-seed="0007" 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>5Identify the slope for each of the following line equations.6</p>7<ol>8<li><m>y = -5 \, x - 1</m></li>9<li><m>9 \, x - 9 \, y = 7</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>-5</m></li>17<li><m>1</m></li>18</ol>19</answer>20</exercise>212223