Review Problems for Math 310 Midterm 1 with Solutions - Prof. Alexandra Nichifor, Exams of Mathematics

A set of review problems for math 310 midterm 1, including proofs, set theory, inequalities, divisibility, sum of squares, and functions. It also includes solutions and explanations for each problem.

Typology: Exams

Pre 2010

Uploaded on 03/11/2009

koofers-user-ohv
koofers-user-ohv 🇺🇸

9 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 310 : Some Review Problems for Midterm 1
1. Prove that if A,Band Care sets such that CAand CB, then CAB
2. For all real numbers xand y, prove that |x+y|<|x|+|y|.
You may use the definition of |a|, the addition, multiplication and transitivity
laws for inequalities, and all basic arithmetic properties of real numbers.
3. Consider the following ”proof”
THEOREM: For all sets A,Band C, if CABand BC=, then CA.
”PROOF”: Let A={a, b, c, d, e}and B={d, e, f, g}. If CAB, then the elements
of C must be drawn from the list a, b, c, d, e, f, g. But BC=so that Band
Chave no elements in common. Therefore, the elements of Cmust, in fact, be
drawn from the list a, b, c. Since each of these elements is also an element of A, it
follows that CA.
a) What is wrong with this argument?
b) Write a correct proof of this result.
4. Prove that, for all non-negative integers n, 42n+1 + 3n+2 is divisible by 13.
5. Show that the sum of the squares of the first n+ 1 non-negative integers is
n(n+ 1)(2n+ 1)
6.
6. Consider the sybolic statement xR,yR,[(x<y)x2<y2].
a) Is the statement true or false? If true, prove it. If false, give a counterex-
ample.
b) Write the symbolic negation of the statement.
7. Draw up a truth table for the statement (pr)(rq).
8. Let propositions S, W, R and T be defined as follows:
S: The sun shines.
W: The wind blows.
R: The rain falls.
T: The temperature rises.
(i) Translate into English: ¬(WR)S
(ii) Translate into symbols: ”The sun shines and the wind doesn’t blow, and
the temperature rises only if the rain falls.”
(iii) Suppose all of S, W, R, T are true. (Yes, it’s a weird day:)) Decide which
are true: a) (SW)(¬RT)b) (S ¬R)(T ¬W)c) ¬(R ¬T)S
9. Prove that for any sets Aand B,(AB)B=.
10. Does the set S={11/n |nZ+}have a greatest element? Prove your answer.
1
pf3

Partial preview of the text

Download Review Problems for Math 310 Midterm 1 with Solutions - Prof. Alexandra Nichifor and more Exams Mathematics in PDF only on Docsity!

Math 310 : Some Review Problems for Midterm 1

  1. Prove that if A, B and C are sets such that C ⊆ A and C ⊆ B, then C ⊆ A ∩ B
  2. For all real numbers x and y, prove that |x + y|<|x| + |y|. You may use the definition of |a|, the addition, multiplication and transitivity laws for inequalities, and all basic arithmetic properties of real numbers.
  3. Consider the following ”proof” THEOREM: For all sets A, B and C, if C ⊆ A ∪ B and B ∩ C = ∅, then C ⊆ A. ”PROOF”: Let A = {a, b, c, d, e} and B = {d, e, f, g}. If C ⊆ A ∪ B, then the elements of C must be drawn from the list a, b, c, d, e, f, g. But B ∩ C = ∅ so that B and C have no elements in common. Therefore, the elements of C must, in fact, be drawn from the list a, b, c. Since each of these elements is also an element of A, it follows that C ⊆ A. a) What is wrong with this argument? b) Write a correct proof of this result.
  4. Prove that, for all non-negative integers n, 42 n+1^ + 3n+2^ is divisible by 13.
  5. Show that the sum of the squares of the first n + 1 non-negative integers is n(n + 1)(2n + 1) 6
  1. Consider the sybolic statement ∀x ∈ R, ∀y ∈ R, [(x<y) ⇒ x^2 <y^2 ]. a) Is the statement true or false? If true, prove it. If false, give a counterex- ample. b) Write the symbolic negation of the statement.
  2. Draw up a truth table for the statement (p ⇒ r) ∧ (r ⇒ q).
  3. Let propositions S, W, R and T be defined as follows: S: The sun shines. W: The wind blows. R: The rain falls. T: The temperature rises. (i) Translate into English: ¬(W ∧ R) ⇔ S (ii) Translate into symbols: ”The sun shines and the wind doesn’t blow, and the temperature rises only if the rain falls.” (iii) Suppose all of S, W, R, T are true. (Yes, it’s a weird day:)) Decide which are true: a) (S ⇒ W ) ∧ (¬R ∧ T ) b) (S ∨ ¬R) ⇔ (T ∨ ¬W ) c) ¬(R ∨ ¬T ) ∧ S
  4. Prove that for any sets A and B, (A − B) ∩ B = ∅.
  5. Does the set S = { 1 − 1 /n | n ∈ Z+} have a greatest element? Prove your answer.
  1. Let f (x) =

x + 7. a) Find its maximal domain X and list its codomain Y (in the real numbers). b) With the domain and codomain from part a), is f injective? surjective? Prove your claims. c) Write f as a composition of two functions g and h, none of which is the identity. Don’t forget to specify the domain and the range of each. d) Let

j(x) =

f (x), if x ≥ 2 x^2 + c, if x< 2. For what values of c ∈ R is j(x) a well-defined function?

  1. Let f : R → R and g : R → R be two functions and define f + g : R → R by (f + g)(x) = f (x) + g(x). If f and g are injective, is f + g injective? If f and g are surjective, is f + g surjective? If f is bijective, is 2 f = f + f bijective? Prove your claims, or give counterexamples.
  2. Define ”function”. Define ”contrapositive of a statement”. Give examples of each.