<?xml version='1.0' encoding='UTF-8'?>1<exercise xmlns="https://spatext.clontz.org" version="0.1">2<!-- The contents of <statement></statement> should specify3the task you wish them to complete. -->4<statement>5{{#alt_prompt}}6<p>7For each of the following line equations, identify its slope.8</p>9{{/alt_prompt}}10{{^alt_prompt}}11<p>12Identify the slope for each of the following line equations.13</p>14{{/alt_prompt}}15<ol>16{{#lines}}17<li><m>{{equation}}</m></li>18{{/lines}}19</ol>20</statement>21<!-- The contents of <answer></answer> summarize the22"final answer" related to this task. -->23<answer>24<ol>25{{#lines}}26<li><m>{{slope}}</m></li>27{{/lines}}28</ol>29</answer>30</exercise>313233