Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3775 views
ubuntu2004
1
<exercise checkit-seed="0000" checkit-slug="Demo1" checkit-title="Line Slopes">
2
<!-- The contents of <statement></statement> should specify
3
the task you wish them to complete. -->
4
<statement>
5
<p>
6
For each of the following line equations, identify its slope.
7
</p>
8
<ol>
9
<li><m>-2 \, x + y = 7</m></li>
10
<li><m>y = -3 \, x - 4</m></li>
11
</ol>
12
</statement>
13
<!-- The contents of <answer></answer> summarize the
14
"final answer" related to this task. -->
15
<answer>
16
<ol>
17
<li><m>\frac{1}{2}</m></li>
18
<li><m>-3</m></li>
19
</ol>
20
</answer>
21
</exercise>
22
23