Skip to main content
Logo image

Derivatives and Integrals An Annotated Discourse

Worksheet 37.6 Worksheet with both exercise and project

View Source for worksheet
<worksheet>
  <title>Worksheet with both exercise and project</title>
  <exercise>
    <statement>
      <p>
        This is an exercise's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is an exercise's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the exercise's solution.
      </p>
    </solution>
  </exercise>
  <project>
    <statement>
      <p>
        This is a project's statement.
      </p>
    </statement>
    <answer>
      <p>
        This is a project's answer.
      </p>
    </answer>
    <solution>
      <p>
        This is the project's solution.
      </p>
    </solution>
  </project>
</worksheet>

1.

View Source for exercise
<exercise>
  <statement>
    <p>
      This is an exercise's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is an exercise's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the exercise's solution.
    </p>
  </solution>
</exercise>
This is an exercise’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is an exercise's answer.
  </p>
</answer>
This is an exercise’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the exercise's solution.
  </p>
</solution>
This is the exercise’s solution.

Project 37.4.

View Source for project
<project>
  <statement>
    <p>
      This is a project's statement.
    </p>
  </statement>
  <answer>
    <p>
      This is a project's answer.
    </p>
  </answer>
  <solution>
    <p>
      This is the project's solution.
    </p>
  </solution>
</project>
This is a project’s statement.
Answer.
View Source for answer
<answer>
  <p>
    This is a project's answer.
  </p>
</answer>
This is a project’s answer.
Solution.
View Source for solution
<solution>
  <p>
    This is the project's solution.
  </p>
</solution>
This is the project’s solution.