Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add <p> tags to answers on 2.1.16 #556

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/precalculus/source/02-FN/01.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,9 @@
</p>
</statement>
<answer>
<p>
If <m>x=4</m>, <m>y</m> could be <m>-2</m> or <m>2</m>. Given that there are two outputs for a given <m>x</m>, then <m>x=y^2</m> is not a function.
</p>
</answer>
</task>

Expand All @@ -525,7 +527,9 @@
</p>
</statement>
<answer>
<p>
If <m>x=4</m>, <m>y=50</m>. For every input (<m>x</m>-value), there is exactly one output (<m>y</m>-value) so <m>y=3x^2+2</m> is a function.
</p>
</answer>
</task>

Expand All @@ -546,7 +550,9 @@
</p>
</statement>
<answer>
<p>
If <m>x=4</m>, <m>y</m> could be <m>-3</m> or <m>3</m>. Given that there are two outputs for a given <m>x</m>, then <m>x^2+y^2=25</m> is not a function.
</p>
</answer>
</task>

Expand All @@ -567,7 +573,9 @@
</p>
</statement>
<answer>
<p>
If <m>x=4</m>, <m>y=-19</m>. For every input (<m>x</m>-value), there is exactly one output (<m>y</m>-value) so <m>y=-4x-3</m> is a function.
</p>
</answer>
</task>
<task>
Expand All @@ -577,7 +585,9 @@
</p>
</statement>
<answer>
<p>
Students may have different answers. Ideally, you want students to see that they can check whether a given relation is a function in more than one way. They can test values (as this activity did by leading them to plug in values) or by using the vertical line test on a graph.
</p>
</answer>
</task>
</activity>
Expand Down
Loading