Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<p>
5
Illustrate each of the following integrals. Then explain how
6
to compute each.
7
</p>
8
<ol>
9
{{#integrals}}
10
<li>
11
<me>
12
\int_{ {{b}} }^{ {{c}} }
13
{{integrand}}
14
\,dt
15
</me>
16
</li>
17
{{/integrals}}
18
</ol>
19
</statement>
20
<answer>
21
<ol>
22
{{#integrals}}
23
<li>
24
<me>
25
\int_{ {{b}} }^{ {{c}} }
26
{{integrand}}
27
\,dt = {{value}}
28
</me>
29
</li>
30
{{/integrals}}
31
</ol>
32
</answer>
33
</exercise>
34
35