Figuring out exercise setup

This commit is contained in:
andyeisenberg
2025-12-29 21:23:35 +00:00
parent 0da85c8163
commit a22281ed62
+341 -45
View File
@@ -16,58 +16,67 @@
Text of section.
</p>
<exercises xml:id="exercises-"> <exercisegroup>
<introduction>
<p>
Consider the sets <m>A = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}</m>, <m>B = \{2, 4, 9, 10, 12, 14, 19\}</m>, and <m>C = \{9, 10, 11, 14, 16, 17, 20\}</m>, which are all subsets of <m>\Omega = \{1, 2, 3, \dotsc, 20\}</m>.
</p>
</introduction>
<exercises xml:id="exercises-Set-Theory">
<exercise>
<statement>
<introduction>
<p>
Find <m>A - (B \cap C)</m>.
Consider the sets <m>A = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}</m>, <m>B = \{2, 4, 9, 10, 12, 14, 19\}</m>, and <m>C = \{9, 10, 11, 14, 16, 17, 20\}</m>, which are all subsets of <m>\Omega = \{1, 2, 3, \dotsc, 20\}</m>.
</p>
</statement>
<answer>
<p>
<m>\{1, 2, 3, 4, 5, 6, 7, 8\}</m>
</p>
</answer>
</introduction>
<task>
<statement>
<p>
Find <m>A - (B \cap C)</m>.
</p>
</statement>
<answer>
<p>
<m>\{1, 2, 3, 4, 5, 6, 7, 8\}</m>
</p>
</answer>
</task>
<task>
<statement>
<p>
Find <m>|A|</m>, <m>|B|</m>, <m>|C|</m>, <m>|A\cup B|</m>, <m>|A \cap B|</m>, <m>|B\cap C|</m>, <m>|A\cap C|</m>, and <m>|A\cup B\cup C|</m>.
Is it true that the size of the union of sets is equal to the sum of the sizes of the individual sets?
</p>
</statement>
<answer>
<p>
<m>|A| = 10</m>, <m>|B| = 7</m>, <m>|C| = 7</m>, <m>|A \cup B| = 13</m>, <m>|A \cap B| = 4</m>, <m>|B\cap C| = 3</m>, <m>|A\cap C| = 2</m>, <m>|A\cup B\cup C| = 17</m>. In particular, note that <m>|A\cup B| = 13 \neq 10 + 7 = |A| + |B|</m>, so it is not true in general that the size of the union of sets is the sum of the sizes of the individual sets.
</p>
</answer>
</task>
<task>
<statement>
<p>
Find <m>A^c</m> and <m>(A\cup B)^c</m>.
</p>
</statement>
<answer>
<p>
<m>A^c = \{11, 12, 13, 14, 15, 16, 17, 18, 19, 20\}</m>, <m>(A\cup B)^c = \{11, 13, 15, 16, 17, 18, 20\}</m>.
</p>
</answer>
</task>
</exercise>
<exercise>
<statement>
<p>
Find <m>|A|</m>, <m>|B|</m>, <m>|C|</m>, <m>|A\cup B|</m>, <m>|A \cap B|</m>, <m>|B\cap C|</m>, <m>|A\cap C|</m>, and <m>|A\cup B\cup C|</m>.
Is it true that the size of the union of sets is equal to the sum of the sizes of the individual sets?
</p>
</statement>
<answer>
<p>
<m>|A| = 10</m>, <m>|B| = 7</m>, <m>|C| = 7</m>, <m>|A \cup B| = 13</m>, <m>|A \cap B| = 4</m>, <m>|B\cap C| = 3</m>, <m>|A\cap C| = 2</m>, <m>|A\cup B\cup C| = 17</m>. In particular, note that <m>|A\cup B| = 13 \neq 10 + 7 = |A| + |B|</m>, so it is not true in general that the size of the union of sets is the sum of the sizes of the individual sets.
</p>
</answer>
</exercise>
<exercise>
<statement>
<p>
Find <m>A^c</m> and <m>(A\cup B)^c</m>.
</p>
</statement>
<answer>
<p>
<m>A^c = \{11, 12, 13, 14, 15, 16, 17, 18, 19, 20\}</m>, <m>(A\cup B)^c = \{11, 13, 15, 16, 17, 18, 20\}</m>.
</p>
</answer>
</exercise>
</exercisegroup>
<exercise>
<statement>
<p>
Suppose we roll a 6-sided die two times. List the set of all possible results. [Note: the result (2, 4)---rolling a 2 and then a 4---is different from the result <m>(4, 2)</m>---rolling a 4 and then a 2.]
Suppose we roll a 6-sided die two times.
List the set of all possible results.
[Note: the result (2, 4)---rolling a 2 and then a 4---is different from the result <m>(4, 2)</m>---rolling a 4 and then a 2.]
</p>
</statement>
</exercise>
@@ -75,10 +84,13 @@
<exercise>
<statement>
<p>
Suppose we flip a coin two times. List the set of all possible results. What about flipping three times? Four times? If we flip the coin 10 times, how many possible results will there be?
Suppose we flip a coin two times.
List the set of all possible results.
What about flipping three times? Four times? If we flip the coin 10 times, how many possible results will there be?
</p>
</statement>
</exercise>
<exercise>
<statement>
<p>
@@ -95,6 +107,164 @@
<p>
Text of section.
</p>
<exercises xml:id="exercises-Probability">
<exercise>
<statement>
<p>
Consider the sample space <m>\Omega = \{1, 2, 3, 4, 5, 6, 7, 8\}</m> with probability distribution below.
Calculate the probabilities of <m>A = \{1, 3, 7, 8\}</m>, <m>B = \{2, 3, 6, 7\}</m>, <m>A\cup B</m>, and <m>A \cap B</m>.
</p>
<table>
<title></title>
<tabular>
<row>
<cell halign="center"><m>x</m></cell>
<cell halign="center">1</cell>
<cell halign="center">2</cell>
<cell halign="center">3</cell>
<cell halign="center">4</cell>
<cell halign="center">5</cell>
<cell halign="center">6</cell>
<cell halign="center">7</cell>
<cell halign="center">8</cell>
<cell halign="center">9</cell>
</row>
<row>
<cell halign="center"><m>\Pr(x)</m></cell>
<cell halign="center">0.1</cell>
<cell halign="center">0.05</cell>
<cell halign="center">0.2</cell>
<cell halign="center">0.15</cell>
<cell halign="center">0.15</cell>
<cell halign="center">0.1</cell>
<cell halign="center">0.05</cell>
<cell halign="center">0.1</cell>
<cell halign="center">0.1</cell>
</row>
</tabular>
</table>
<!--</div attr= class="center">-->
</statement>
</exercise>
<exercise>
<introduction>
<p>
Suppose we flip a coin two times.
Answer the questions below.
What about three flips? What about four flips?
</p>
</introduction>
<task>
<statement>
<p>
Write all outcomes in the sample space <m>\Omega</m>.
</p>
</statement>
</task>
<task>
<statement>
<p>
Make a probability distribution table for <m>\Omega</m> assuming the coin is fair.
</p>
</statement>
</task>
<task>
<statement>
<p>
Make a probability distribution table assuming the coin comes up heads with probability 0.3.
</p>
</statement>
</task>
</exercise>
<exercise>
<introduction>
<p>
Suppose we roll a die two times.
Answer the questions below.
</p>
</introduction>
<task>
<statement>
<p>
Write all outcomes in the sample space <m>\Omega</m>.
</p>
</statement>
</task>
<task>
<statement>
<p>
Make a probability distribution table for <m>\Omega</m> assuming the die is fair.
</p>
</statement>
</task>
<task>
<statement>
<p>
Let <m>A</m> be the event that the second roll is higher than the first, and let <m>B</m> be the event that the first roll is even.
Find <m>\Pr(A), \Pr(B)</m>, and <m>\Pr(A \mid B)</m>.
</p>
</statement>
</task>
</exercise>
<exercise>
<statement>
<p>
Suppose a die has the values <m>1, 2, 3, 4, 5, 6</m> on the faces, but the die is not fair.
Instead, the probabilities scale by the same amount as the face values.
For example, a result of 4 is twice as likely as a result of 2, since 4 is twice as large as 2; a result of 6 is six times more likely than a result of 1; and so on.
Write a probability distribution table for this die.
</p>
</statement>
</exercise>
<exercise>
<statement>
<p>
Suppose a die has the values <m>1, 2, 3, 4, 5, 6</m> on the faces, but the die is not fair.
Instead, each even value has an equal probability, each odd value has an equal probability, and the even values are each twice as likely as the odd values to appear on a roll.
Write a probability distribution table for this die.
</p>
</statement>
</exercise>
<exercise>
<statement>
<p>
A toxin molecule inside a cell has a 0.3 probability of leaving the cell during a 1-minute period.
For each value of <m>n = 1, 2, 3, \dotsc</m>, find the probability of the toxin molecule leaving the cell during the <m>n</m>th minute.
What is the probability of the molecule leaving the cell during the first 3 minutes?
</p>
</statement>
</exercise>
<exercise>
<statement>
<p>
Each of 10 toxin molecules inside a cell has a 0.3 probability of leaving the cell during a 1-minute period.
For each value of <m>n = 1, 2, 3, \dotsc</m>, and for each value of <m>0\leq k \leq n</m>, find the probability that exactly <m>k</m> toxin molecules remain in the cell after the <m>n</m>th minute.
</p>
</statement>
</exercise>
</exercises>
</section>
<section xml:id="sec-Conditional-Probability" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -103,6 +273,74 @@
<p>
Text of section.
</p>
<exercises xml:id="exercises-Conditional-Probability"> <exercisegroup>
<introduction>
<p>
In each of the following scenarios with given events <m>A</m> and <m>B</m>, alculate <m>\Pr(A), \Pr(B)</m>, <m>\Pr(A\cap B)</m>, <m>\Pr(A \mid B)</m>, and <m>\Pr(B \mid A)</m>.
</p>
</introduction>
<exercise>
<statement>
<p>
An experiment consists of rolling a fair die two times.
Let <m>A</m> be the event that the sum is even, and let <m>B</m> be the event that the second roll is higher than the first.
</p>
</statement>
</exercise>
<exercise>
<statement>
<p>
An experiment consists of flipping a fair coin three times.
Let <m>A</m> be the event that the first and second flips match.
Let <m>B</m> be the event that there are at least two heads.
</p>
</statement>
</exercise>
</exercisegroup>
<exercise>
<introduction>
<p>
A diagnostic test is developed to detect a disease present in 3.2% of the population.
For a patient who has the disease, the test will accurately give a positive result 65% of the time.
When the patient does not have the disease, the test will accurately give a negative result 99.9% of the time.
</p>
</introduction>
<task>
<statement>
<p>
For a patient who receives a positive test, what is the probability they have the disease?
</p>
</statement>
<answer>
<p>
TODO
</p>
</answer>
</task>
<task>
<statement>
<p>
For a patient who receives a negative test, what is the probability they do not have the disease?
</p>
</statement>
<answer>
<p>
TODO
</p>
</answer>
</task>
</exercise>
</exercises>
</section>
<section xml:id="sec-Independent-Events" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -111,5 +349,63 @@
<p>
Text of section.
</p>
<exercises xml:id="exercises-Independent-Events">
<exercise>
<statement>
<p>
An experiment consists of rolling a fair die two times.
Let <m>A</m> be the event that the sum is even, and let <m>B</m> be the event that the second roll is higher than the first.
Are <m>A</m> and <m>B</m> independent?
</p>
</statement>
</exercise>
<exercise>
<statement>
<p>
An experiment consists of flipping a fair coin three times.
Let <m>A</m> be the event that the first and second flips match.
Let <m>B</m> be the event that there are at least two heads.
Are <m>A</m> and <m>B</m> independent?
</p>
</statement>
</exercise>
<exercise>
<statement>
<p>
Let <m>A = \{1, 2, 3\}</m> and <m>B = \{3, 4, 5\}</m>.
Fill in the following probability distribution table so that <m>A, B</m> are independent.
</p>
<table>
<title></title>
<tabular>
<row>
<cell halign="center"><m>x</m></cell>
<cell halign="center">1</cell>
<cell halign="center">2</cell>
<cell halign="center">3</cell>
<cell halign="center">4</cell>
<cell halign="center">5</cell>
<cell halign="center">6</cell>
</row>
<row>
<cell halign="center"><m>\Pr(x)</m></cell>
<cell halign="center"></cell>
<cell halign="center"></cell>
<cell halign="center"></cell>
<cell halign="center"></cell>
<cell halign="center"></cell>
<cell halign="center"></cell>
</row>
</tabular>
</table>
</statement>
</exercise>
</exercises>
</section>
</chapter>