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