

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The solutions to exam 1 of math 213, a university-level mathematics course, taught by prof. I. Kapovich. The solutions cover five problems, including proofs by induction and combinations. Students can use this document to check their answers and understand the solutions to the exam problems.
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Math 213 Exam 1 (Solutions) Prof. I.Kapovich February 22, 2008 Problem 1[20 points] For each of the following statements indicate whether it is true or false. You do not have to explain your answers.
(1) For the set S = {∅, {∅}, {{∅}}} we have |S| = 1. (2) If |A| = m and |B| = n, then the number of all functions from A to B is mn. (3) For every n ≥ r ≥ 1 we have C(n, r) ≤ P (n, r). (4) Whenever E, F are events such that p(E) = 0, then E and F are independent. (5) For every n ≥ 1 the number
∑n i=
(n i
is even. Solution. (1) FALSE. In fact, we have |S| = 3. (2) FALSE. In fact, he number of all functions from A to B is nm. (3) TRUE. Indeed, C(n, r) = P (n, r)/r! and so C(n, r) ≤ P (n, r). (4) TRUE. Indeed, in this case p(E) = 0 and 0 ≤ p(E ∩ F ) ≤ p(E) = 0, so that p(E ∩F ) = 0. Thus 0 = 0·p(F ), that is p(E ∩F ) = p(E)p(F ). (5) TRUE. Indeed,
∑n i=
(n i
= 2n^ is even.
Problem 2[20 points] Prove that for every integer n ≥ 1 we have:
12 − 22 + 3^2 − · · · + (−1)n−^1 n^2 = (−1)n−^1
n(n + 1) 2
Give all the details of your work. Solution. We will prove this statement by induction. Base of Induction. For n = 1 we have 1^2 = 1 = 1(1+1) 2 , as required. Inductive Step. Suppose that n ≥ 1 and that it is known that
(∗) 12 − 22 + 3^2 − · · · + (−1)n−^1 n^2 = (−1)n−^1
n(n + 1) 2 We need to show that
12 − 22 + 3^2 − · · · + (−1)n−^1 n^2 + (−1)n(n + 1)^2 = (−1)n^
(n + 1)(n + 2) 2
By adding (−1)n(n + 1)^2 to both sides of (∗) we get:
12 − 22 + 3^2 − · · · + (−1)n−^1 n^2 + (−1)n(n + 1)^2 = (−1)n−^1
n(n + 1) 2
(−1)n(n + 1)
n 2
= (−1)n(n + 1)
2 n + 2 − n 2
= (−1)n^
(n + 1)(n + 2) 2
as required.
1
2
Problem 3[20 points] A basket contains oranges, apples, pears and grapefruits. How many ways of choosing six pieces of fruit from the basket are there, so that exactly two of the pieces chosen are oranges? Provide a detailed explanation of your answer.
Solution To choose six pieces of fruit containing exactly two oranges we need to pick two oranges from the basket (there is one way of doing that), put them aside and then pick four pieces of fruit out of apples, pears and grapefruits. Therefore the number of ways to choose six pieces of fruit from the basket are there, so that exactly two of the pieces chosen are oranges, is equal to the number of 4-combinations with repetitions out of a set with 3 elements. This number is equal to:
Problem 4[20 points] Find the precise value of
i=1 C(100, i)(−3)
i. Give all the details of your
work.
Solution. By the Binomial Theorem we have (x + y)n^ =
∑n i=
(n i
xn−iyi. Putting n = 100, x = 1, y = −3, we get
i=
n i
1 n−i(−3)i^ =
i=
n i
(−3)i^ =
n 0
i=
C(100, i)(−3)i^ = 1 +
i=
C(100, i)(−3)i.
Therefore ∑^100
i=
C(100, i)(−3)i^ = (1 − 3)^100 − 1 = 2^100 − 1.