Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3775 views
ubuntu2004
1
<exercise checkit-seed="0002" 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
Identify the slope for each of the following line equations.
7
</p>
8
<ol>
9
<li><m>y = 3 \, x + 1</m></li>
10
<li><m>-8 \, x + 3 \, y = 0</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>3</m></li>
18
<li><m>\frac{3}{8}</m></li>
19
</ol>
20
</answer>
21
</exercise>
22
23