CMSC 203 Discrete Structures Final Exam - Spring 2006, Exams of Discrete Structures and Graph Theory

The final exam questions for the discrete structures course (cmsc 203) offered in spring 2006. The exam covers various topics such as logic, sets, functions, euclidean algorithm, theorems, sequences, and relations.

Typology: Exams

2012/2013

Uploaded on 04/27/2013

ashay
ashay 🇮🇳

4.1

(15)

196 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CMSC 203 - Discrete Structures - FINAL EXAMIMATION - Spring 2006
1. (a) Use the Laws of Logic to show the BICONDITIONAL and EXCLUSIVE-OR are
negations of one another.
(b) Find the converse of the following Universal Conditional:
All people who like Mathematics get good jobs.
(c) Use the rules of inference to show the following is a valid argument:
I am rich implies I am happy.
My job is fun or I am not happy.
I am rich.
I do not ride a bicycle implies my job is not fun.
I ride a bicycle
2. (a) Find A × B for the sets A = {0,1} and B = {11, 111, 1111}
(b) Using the Properties of Sets, show for any sets A, B and C, (A B) C = (A C) (B C).
3. (a) For F = {(1,3), (4,2), (3,7), (7,4), (5,5)}, what Domain and Image make F a bijection?
(b) What is the inverse function of F in part (a)?
(c) Find F(G(x)) for the following Real-valued functions: F(x) = 2(x+2) and G(x) = x 2.
4. (a) Use the Euclidean Algorithm to find GCD(155, 85).
(b) Find Big-O of the algorithm whose complexity is F(n) = (3n5)(n6 + 5n7)(2n3 + 3n + 2).
5. Prove 1 of the 2 Theorems below:
Theorem 1: A set with n elements has 2n subsets. (Hint: Compare to binary strings)
Theorem 2: The square root of an irrational is irrational.
6. (a) Find the next 3 terms of the sequence sn = (2sn-1)(sn-2 ) (n2) when s0 = 1 and s1 = 0.
(b) Evaluate the series: .
7. Prove 1 of the 2 Theorems that follow by Mathematical Induction.
Theorem 1: If Σ = {0,1}, then |Σn| = 2n.
Theorem 2: Is sn = sn-1 + sn-2 + sn-3 + sn-4 when s0 = s1 = s2 = s3 = 4 then 4 divides sn, for all n > 4.
8. (a) If a state issues license plates using the 26 letters {A, B, C, ..., Z}, how many distinct plates of
8 letters can they create that begin with C or end with G?
(b) How many plates can they create if they each plate can only have a letter appear no more than
once and no plate can contain the string CRASH?
4i2i
i0=
1000
Docsity.com
pf2

Partial preview of the text

Download CMSC 203 Discrete Structures Final Exam - Spring 2006 and more Exams Discrete Structures and Graph Theory in PDF only on Docsity!

CMSC 203 - Discrete Structures - FINAL EXAMIMATION - Spring 2006

1. (a) Use the Laws of Logic to show the BICONDITIONAL and EXCLUSIVE-OR are negations of one another. (b) Find the converse of the following Universal Conditional: All people who like Mathematics get good jobs. (c) Use the rules of inference to show the following is a valid argument: I am rich implies I am happy. My job is fun or I am not happy. I am rich. I do not ride a bicycle implies my job is not fun. ∴ I ride a bicycle 2. (a) Find A × B for the sets A = {0,1} and B = {11, 111, 1111} (b) Using the Properties of Sets, show for any sets A, B and C, (A ∩ B) − C = (A − C) ∩ (B − C). 3. (a) For F = {(1,3), (4,2), (3,7), (7,4), (5,5)}, what Domain and Image make F a bijection? (b) What is the inverse function of F in part (a)?

(c) Find F(G(x)) for the following Real-valued functions: F( x ) = 2( x +2)^ and G( x ) = x − 2.

4. (a) Use the Euclidean Algorithm to find GCD(155, 85).

(b) Find Big-O of the algorithm whose complexity is F( n ) = (3 n^5 )( n^6 + 5 n^7 )(2 n^3 + 3 n + 2).

5. Prove 1 of the 2 Theorems below:

Theorem 1: A set with n elements has 2 n^ subsets. (Hint: Compare to binary strings) Theorem 2: The square root of an irrational is irrational.

6. (a) Find the next 3 terms of the sequence sn = (2 sn -1)( s (^) n -2 )− ( n^2 ) when s 0 = 1 and s 1 = 0.

(b) Evaluate the series:.

7. Prove 1 of the 2 Theorems that follow by Mathematical Induction.

Theorem 1: If Σ = {0,1}, then |Σ n | = 2 n. Theorem 2: Is sn = s (^) n -1 + sn -2 + sn -3 + s (^) n -4 when s 0 = s 1 = s 2 = s 3 = 4 then 4 divides sn , for all n > 4.

8. (a) If a state issues license plates using the 26 letters {A, B, C, ..., Z}, how many distinct plates of 8 letters can they create that begin with C or end with G? (b) How many plates can they create if they each plate can only have a letter appear no more than once and no plate can contain the string CRASH?

4 i^ – 2 i i = 0

1000

Docsity.com

CMSC 203 - Discrete Structures - FINAL EXAMIMATION - Spring 2006

8. (c) How many distinct piles of 500 coins (pennies, nickels, dimes, quarters, half-dollars, and dollars) can I create from a vast quantity of coins, if I must have at least 50 of each coin in every pile? 9. Consider the following sets with corresponding number of elements indicated in each region:

(a) Find P(B ∪ C) (b) Find P(A | (B ∩ C))

10. If UMBC creates a database of information using the fields: Name, Address, Phone, Student ID Number, Major, Hours Completed, GPA which would likely be Primary Keys? 11. (a) Let R = {( a,b) | a,b ∈ {0, 1, 2, 3, 4, 5} and ab MOD 3}. List the ordered pairs in R.

(b) Let Σ be the alphabet {0,1}, and define the relation R on Σ^3 to be such that string, s , relates to string, t , if their densities have the same parity. Show R is an Equivalence Relation. (Note: Parity( s ) = d( s ) MOD 2)

(c) What partition of the Σ^3 does R induce?

12. (a) Find the truth table of the Boolean Polynomial F( x,y,z ) = xy z‘ + x’z (b) Find the Disjunctive Normal Form of the polynomial in (a).

A (^) B

C

U

Docsity.com