The contrapositive of this conditional statement: 𝑝→¬𝑞.
What is 𝑞→¬𝑝 ?
We assume this in a direct proof of the statement: if 𝑥 is odd and 𝑦 is odd, then 𝑥+𝑦 is even.
What is "𝑥 is odd and 𝑦 is odd"?
This set operation:
What is 𝐴−𝐵 ?
This is the number of bit strings of length 15 that contain exactly five 1’s.
What is C(15,5)?
A coin is flipped 3 times. This is the probability that it lands on heads at least 2 times.
What is 1/2?
The truth value of this proposition: (¬𝑝∨𝑞)→𝑟 when 𝑝=𝑇, 𝑞=𝐹, and 𝑟=𝐹.
What is True?
We assume this in a proof by contrapositive of the statement: if 𝑥𝑦 is even, then 𝑥 is even or 𝑦 is even.
What is "𝑥 is odd and 𝑦 is odd"?
The class of this function:
What is Surjective?
This is the number of ways to permute the letters in the word “SUBSETS”.
What is ( 7! / 3! ) ?
A hand of 5 cards is drawn from a standard deck of 52 cards. This is the probability that it contains exactly one heart.
What is C(13,1)*C(39,4) / C(52,5) ?
The domain of 𝑥 that makes this quantified statement true: ∀𝑥(𝑥2=𝑥).
What is {0,1}?
The inductive hypothesis in a proof by induction of this statement: 𝑛!≥2n for 𝑛≥4.
What is 𝑘!≥2k for 𝑘≥4 ?
A function 𝑓:ℕ→ℕ defined by the rule 𝑓(𝑥)=𝑥+2 for all 𝑥∈ℕ is of this class.
What is Injective?
This the number of hands of 5 cards drawn from a standard deck of 52 cards that contain at least one heart.
What is C(52,5)−C(39,5) ?
This is the probability that a bit string of length 4 starts with a 1 or ends with a 0.
What is [2(23)-22]/24 ?
The negation of this quantified statement: ∀𝑥(𝑃(𝑥)∨¬𝑄(𝑥)).
What is ∃𝑥(¬𝑃(𝑥)∧𝑄(𝑥)) ?
We assume this in a proof by contradiction of the statement: if 𝑥𝑦 is even, then 𝑥 is even or 𝑦 is even.
What is "𝑥𝑦 is even and 𝑥 is odd and 𝑦 is odd"?
The property of this relation:
What is Anti-symmetric?
A cookie store sells 5 varieties of cookies. This is the number of ways to select 12 cookies if at least 3 must be chocolate chip.
What is C(13,9)?
A coin is flipped 3 times. This is the probability that it lands on tails at least 2 times given that the last flip lands on tails.
What is 3/4?
Given predicate 𝐿(𝑥,𝑦): “𝑥 loves 𝑦,” this logical expression states that "everybody loves somebody."
What is ∀𝑥∃𝑦𝐿(𝑥,𝑦) ?
The base cases in a proof by strong induction of this statement: any amount of postage worth 8 cents or more can be made from 3-cent or 5-cent stamps.
What is 𝑛=8, 𝑛=9, and 𝑛=10 ?
The property of this relation:
1 0 0 0
0 1 0 0
0 0 0 1
1 0 0 1
What is Anti-symmetric?
This is the number of solutions for the equation 𝑥1+𝑥2+𝑥3+𝑥4=35 if 𝑥1, 𝑥2, 𝑥3, and 𝑥4 are nonnegative integers and 𝑥1≤3.
What is C(38,35)−(34,31)?
A die is biased so that rolling a 5 is twice as likely as rolling each of the other five numbers. This is the probability of rolling a number greater than 4 with this die.
What is 3/7?