Download 2012 Exam

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Recurrence relation wikipedia , lookup

Transcript
8004A Semester 2 2012
Page 10 of 20
Extended Answer Section
There are three questions in this section, each with a number of parts. Write your answers
in the space provided below each part. If you need more space there are extra pages at the
end of the examination paper.
1. Twenty books are to be placed in a bookcase with five shelves. The order of books on
each shelf is irrelevant. Suppose that the books are all different.
(a) What is the number of ways to place the books so that each shelf contains four
books?
(2 marks)
(b) What is the number of ways to place the books so that each shelf contains a different
number of books and there are at least two books on each shelf?
(2 marks)
8004A Semester 2 2012
Page 11 of 20
Suppose now that the twenty books are an edition of a two-volume textbook with ten
copies of each volume.
(c) What is the number of ways to place the books on the five shelves so that each shelf
contains at least one copy of each volume?
(3 marks)
(d) What is the number of ways to place the books so that no shelf is empty, each
shelf only contains copies of the same volume and exactly two of the shelves contain
copies of the first volume?
(3 marks)
8004A Semester 2 2012
Page 12 of 20
2. For any values of the Boolean variables x, y, z consider the proposition
∃ a ∈ {0, 1}(xy = az).
The Boolean function f (x, y, z) takes value 1 if the proposition is true and 0 otherwise.
(a) Complete the table of values for the function f (x, y, z).
(2 marks)
(b) Using the previous part or otherwise, show that f (x, y, z) can be represented by a
switching circuit with exactly three switches.
(2 marks)
8004A Semester 2 2012
Page 13 of 20
(c) Recall that the Fibonacci numbers Fn are defined by the recurrence relation
Fn = Fn−1 + Fn−2 for n � 2 with F0 = 0 and F1 = 1. Use mathematical induction
to prove that
F12 + F22 + · · · + Fn2 = Fn Fn+1
for all n � 1.
(3 marks)
8004A Semester 2 2012
Page 14 of 20
(d) The Lucas numbers Ln are defined by the recurrence relation
Ln = Ln−1 + Ln−2 for n � 2 with L0 = 2 and L1 = 1. Find a closed form for the
generating function
∞
�
Ln z n .
L(z) =
n=0
(3 marks)
8004A Semester 2 2012
Page 15 of 20
3. Consider the recurrence relation an = −an−1 + 8 an−2 + 12 an−3, n � 3.
(a) Write the corresponding characteristic equation and verify that one of its roots
equals 3.
(2 marks)
(b) Find all roots of the characteristic equation.
(2 marks)
8004A Semester 2 2012
Page 16 of 20
(c) Show that the particular solution of the recurrence relation subject to the initial
(2 marks)
conditions a0 = a1 = 1 and a2 = 17 is found by an = n(−2)n + 3n .
(d) Find a closed form of the generating function G(z) of the sequence an given in
part (c).
(2 marks)
8004A Semester 2 2012
Page 17 of 20
(e) Show that all solutions of the recurrence relation an = −an−1 + 8 an−2 + 12 an−3,
n � 3, satisfying the additional condition a2 = a1 + 6 a0 are also solutions of a
homogeneous recurrence relation of degree two.
(2 marks)
You may use next pages for your answers
8004A Semester 2 2012
Page 18 of 20
This page may be used if you need more space for your answers
8004A Semester 2 2012
Page 19 of 20
This page may be used if you need more space for your answers
8004A Semester 2 2012
Page 20 of 20
This page may be used if you need more space for your answers
End of Extended Answer Section
This is the last page of the question paper.