=========================preview======================
(COMP170)[2011](s)midterm1~3120^_10053.pdf
Back to COMP170 Login to download
======================================================
HKUST C Department of Computer Science and Engineering
COMP170: Discrete Math Tools for CS C Spring 2011
Midterm Examination 1

Date: Friday, March 11, 2011 Time: 19:00C21:00

Name: Student ID:
Email: Lecture and Tutorial:

Instructions
.
This is a closed book exam. It consists of 12 pages and 7 questions.

.
Please write your name, student ID, email, lecture section and tutorial on this page.

.
For each subsequent page, please write your student ID at the top of the page in the space provided.

.
Please sign the honor code statement on page 2.

.
Answer all the questions within the space provided on the examination paper. You may use the back of the pages for your rough work. The last three pages are scrap paper and may also be used for rough work. Each question is on a separate page. This is for clarity and is not meant to imply that each question requires a full page answer. Many can be answered using only a few lines.

.
Unless otherwise speci.ed you must always explain how you de-rived your answer. A number without an explanation will be considered an incorrect answer.

.
Solutions can be written in terms of binomial coe.cients and falling facto-

rials. For example, 35 + 24 may be written instead of 16, and 53 instead of 60. Calculators may be used for the exam (but are not necessary).

.
Please do not use the nPk and nCk notation. Use nk and nk instead.


Questions 1 2 3 4 5 6 7 Total
Points 12 16 12 15 20 15 10 100
Score

As part of HKUSTs introduction of an honor code, the HKUST Senate has recommended that all students be asked to sign a brief declaration printed on examination answer books that their answers are their own work, and that they are aware of the regulations relating to academic integrity. Following this, please read and sign the declaration below.
I declare that the answers submitted for this examination are my own work.
I understand that sanctions will be imposed, if I am found to have violated the University regulations governing academic integrity.
Students Name:

Students Signature:
Problem 1: [12 pts] Consider the set S11 = {1, 2, 3,..., 10, 11} of 11 integers. In this question, you are asked to count the subsets of S11 with certain properties.
(a)
How many subsets contain exactly 2 even integers and 1 odd integer?

(b)
How many subsets contain equal numbers of odd integers and even integers?

(c)
How many subsets contain at least 2 even integers and at most 3 odd integers?


Solution:
(a) There are 5 even numbers and 6 numbers in S. Thus, the number subsets with exactly 2 even integers and 1 odd integer is
56
= 10 6 = 60
21

.
(b) The answer should be: the number of subsets with 0 odd and even integers, plus the number of subsets with 1 odd and even integer, plus the number of subsets with 2 odd and even integers, . . . , the number of subsets with 5 odd and even integer