Mid Term
(1a) Are the following expressiongs and logically equivalent? Prove or Disprove.
Solution
Todo
(1b) Determine the truth value of the statement: if the domain of the variable consists of the positive (non-zero) real numbers.
Solution
The statement is false. There are three cases:
case #1: , when , is false.
case #2: , when , is false.
case #3: , when , is false.
No matter what value we choose for in its domain, there is alwasy some value for , that is false.
Solution
Let be the statement and be the statement .
For every , let , we have
Thus the statement is true, and the original statement is false.
(2a) Prove that: is irrational.
Solution
Todo
(2b) Let k be interger. Prove: If is odd, then is even.
Solution
To prove the statment, we first need to prove that if is odd, then is odd.
(1) By contrapositive, the contraposition is: if is even, then is even.
Let , where is an integer. We have
The contraposition is true. Thus the statement that if is odd, then is odd, is proved.
(2) From (1), we know that is odd. Let ,
is even.Thus the original statment is proved.
(3a) Let be a function from a set to a set . Let A and B be subsets of set . Prove:
Solution
Let ,
case #1: , by defintion,
case #2: , by defintion,
In both cases, we proved if , then . Thus. the original statement is proved.
(4a) How many bit strings of length 12 either start with 00 or end with 1111?
Solution
Strings start with 00: .
Strings end with 1111: .
Strings start with 00 and end with 1111:
Because of double counting, by inclusion/exclusion principle, the number of strings either start with 00 or end with 1111 is .
(4b) How many one-to-one functions are there from a set of elements to a set of elements?
Solution
Let the set of elements be , and the set of elements be
case #1: when , there is no one-to-one function.
case #2: when , there are ways to map to , there are ways to map to , so on so forth, there are ways to map to . By product rule, the total of one-to-one functions is .
(5a) Prove that 133 divides whenever is positive integer.
Solution
Todo
(5b) Prove that: is not .
Solution
By contradiction, the contradiction is: is .
(1) By definition of , , then we have
(2) Because and can be arbitraily large, .
(3) There is no such constant , which statisfies .
(4) Thus the contradiction is false.
The original statment is true.
(6a) Let be a positive integer. Let be a positive integer. Let be integer. Prove that among any group of (not necessarily consecutive) integers, there are at least with exactly the same reminder when they are divided by .
Solution
The possible reminders of a number divided by are . The total of the reminders is .
Objects: integers
Boxes: reminders
By the Piegeon Hole Principle, the number of integers with same reminders is at least
(6b) Let be a set with elements. Prove that the number of subsets is:
Solution
1. The number of subsets with elements is (combination), where .
2. The number of all subsets is
3. Let
According to (2) and (3), the statement is proved.
(7a) Suppose a password for a computer system must have at least 7, but no more than 11 characters where each character in the password is a lower case English letter, an upper case English letter, a binary digit, or one of the seven special characters (*, >, <, !, +, =, $). How many of these password contain at least one occurence of at least one of the seven special characters?
Solution
(7b) Assume strings of length 8 are formed with letters: ABCDEFGH. Calculate the numbers of strings that contain the substrings: AB and FGH
Solution
We can treat AB and FGH as two individual elements, then the answer can be given by the number of 5-permutations of a set of 5 elements. That is .
(8a) Give an example of a relation that both symmetric and anti-symmetric. Define the set and the relation.
Solution
1. Let the set be and .
2. Let the relation be and .
Because the assumption that there are elements in is false, the conclusion is symmetric and anti-symmetric is true.
(8b) Assume string of length 10 formed by letters M and/or W. Calculate the number of strings that contain at most four M s.
Solution