ubuntu2004
<exercise checkit-seed="0009" 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>5 \, x - 6 \, y = 6</m></li>9<li><m>y = -6 \, x + 8</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{6}{5}</m></li>17<li><m>-6</m></li>18</ol>19</answer>20</exercise>212223