Q1: 15 points Q2: 25 points Q3: 30 points Q4: 30 points Total: 100 points
Question text is in black, solutions in blue.
A is a subset of B if every element of A is also an element of B.
The function f from A to B is onto if for every element b of B, there is at least one element a of A such that f(a) = b.
The binary relation R on A is antisymmetric if for every two elements x and y of A, if (x, y) and (y, x) are both in R, then x = y. That is, if x ≠ y, at least one of (x, y) and (y, x) is not in R.
If A and B are any two finite sets, the Product Rule says that the number of elements in the direct product A × B is the number in A times the number in B.
Two events A and B are independent if their probability satisfies the rule Pr(A ∩ B) = Pr(A)Pr(B). That is, elements in A are no more or less likely to be in B than elements not in A.
There are five choices of whom to give the small treat, then four other dogs who could get the medium, and finally three dogs who could get the large. The total number is 5 × 4 × 3 = 60.
There are five choices of whom to give the small treat, five choices for the medium, and five for the large. The total number is 5 × 5 × 5 = 125.
The number of size-3 subsets of D is C(5, 3) which is 5 × 4 × 3 / 1 × 2 × 3 = 10.
We make a "stars and bars" argument by assigning each such distribution a binary string with three 0's for the treats, a 1 between Arly's treats and Biscuit's, a 1 between Biscuit's and Cardie's, a 1 between Cardie's and Duncan's, and a 1 between Duncan's and Ebony's. The number of strings with three 0's and four 1's is C(7, 3) = 7 × 6 × 5 / 1 × 2 × 3 = 35.
TRUE. Every treat is mapped to the dog who gets it.
TRUE. One-to-one means that no dog may get more than one treat.
TRUE. This relation is reflexive (x and x get the same number), symmetric (if x and y get the same number, so do y and x) and transitive (if x and y get the same number and y and z do as well, then so do x and z).
FALSE. It has 25 = 32.
FALSE. It has 3 × 5 = 15.
FALSE. An onto function would give at least one treat to each dog, which is impossible as there are fewer treats than dogs.
TRUE. The set of such relations forms the power set of T × D, and this direct product has 3 × 5 = 15 elements.
TRUE. That sum would correspond to Biscuit getting one treat and Duncan two.
FALSE. It counts only those subsets that have three elements. The power set includes all subsets of all sizes.
TRUE. An invertible function must be both one-to-one and onto, and no such function can be onto.
The expected value of each die is (1+2+3+4+5+6)/6 = 7/2. The expected value of the sum is the sum of the expected values, which is 7/2 + 7/2 + 7/2 = 21/2.
This happens only if each die comes up 6, which would be three independent events each of probability 1/6. The probability of this is (1/6)3 = 1/216.
We need to find the number of sequences of three elements of {1, 2, 3, 4, 5, 6} that add to 7. These are 115, 124, 133, 142, 151, 214, 223, 232, 241, 313, 322, 331, 412, 421, and 511: 15 sequences. Each has probability 1/216, so the probability of 7 is 15/216 or 5/72.
The probability is 1/2. Each die has an odd value with probability 1/2, and we get an odd value overall by the three dice going OOO, OEE, EOE, or EEO, four events each of which have probability (1/2)3 = 1/8 and which are pairwise disjoint.
Last modified 14 November 2016