Rédigé par des étudiants ayant réussi Disponible immédiatement après paiement Lire en ligne ou en PDF Mauvais document ? Échangez-le gratuitement 4,6 TrustPilot
logo-home
Examen

Discrete Mathematics with Applications, Epp - Complete test bank - exam questions - quizzes (updated 2022)

Vendu
2
Pages
97
Grade
A+
Publié le
27-02-2022
Écrit en
2021/2022

Description: - Test bank with practice exam questions and their answers - Compatible with different editions (newer and older) - Various difficulty levels from easy to extremely hard - The complete book is covered (All chapters) - Questions you can expect to see: Multiple choice questions, Problem solving, essays, Fill in the blanks, and True/False. - This test bank is a great tool to get ready for your next test *** If you have any questions or special request feel free to send a private message

Montrer plus Lire moins

Aperçu du contenu

Discrete Mathematics with Applications, 5th Edition
by Susanna S. Epp

Test Bank Questions

Chapter 1
1. Fill in the blanks to rewrite the following statement with variables: Is there an integer with a
remainder of 1 when it is divided by 4 and a remainder of 3 when it is divided by 7?

(a) Is there an integer n such that n has ?
(b) Does there exist such that if n is divided by 4 the remainder is 1 and if ?

2. Fill in the blanks to rewrite the following statement with variables:
Given any positive real number, there is a positive real number that is smaller.

(a) Given any positive real number r, there is s such that s is .
(b) For any , such that s < r.

3. Rewrite the following statement less formally, without using variables:
There is an integer n such that 1/n is also an integer.

4. Fill in the blanks to rewrite the following statement:
For all objects T , if T is a triangle then T has three sides.

(a) All triangles .
(b) Every triangle .
(c) If an object is a triangle, then it .
(d) If T , then T .
(e) For all triangles T , .

5. Fill in the blanks to rewrite the following statement:
Every real number has an additive inverse.

(a) All real numbers .
(b) For any real number x, there is for x.
(c) For all real numbers x, there is real number y such that .

6. Fill in the blanks to rewrite the following statement:
There is a positive integer that is less than or equal to every positive integer.

(a) There is a positive integer m such that m is .
(b) There is a such that every positive integer.
(c) There is a positive integer m which satisfies the property that given any positive integer
n, m is .

7. (a) Write in words how to read the following out loud {n ∈ Z | n is a factor of 9}.
(b) Use the set-roster notation to indicate the elements in the set.

, 8. (a) Is {5} ∈ {1, 3, 5}?
(b) Is {5} ⊆ {1, 3, 5}?
(c) Is {5} ∈ {{1}, {3}, {5}}?
(d) Is {5} ⊆ {{1}, {3}, {5}}?

9. Let A = {a, b, c} and B = {u, v}. Write a. A × B and b. B × A.
10. Let A = {3, 5, 7} and B = {15, 16, 17, 18}, and define a relation R from A to B as follows: For
all (x, y) ∈ A × B,
y
(x, y) ∈ R ⇔ is an integer.
x
(a) Is 3 R 15? Is 3 R 16? Is (7, 17) ∈ R? Is (3, 18) ∈ R?
(b) Write R as a set of ordered pairs.
(c) Write the domain and co-domain of R.
(d) Draw an arrow diagram for R.
(e) Is R a function from A to B? Explain.

11. Define a relation R from R to R as follows: For all (x, y) ∈ R × R, (x, y) ∈ R if, and only if,
x = y 2 + 1.

(a) Is (2, 5) ∈ R? Is (5, 2) ∈ R? Is (−3) R 10? Is 10 R (−3)?
(b) Draw the graph of R in the Cartesian plane.
(c) Is R a function from R to R? Explain.

12. Let A = {1, 2, 3, 4} and B = {a, b, c}. Define a function G: A → B as follows:

G = {(1, b), (2, c), (3, b), (4, c)}.

(a) Find G(2).
(b) Draw an arrow diagram for G.

13. Define functions F and G from R to R by the following formulas:

F (x) = (x + 1)(x − 3) and G(x) = (x − 2)2 − 7.

Does F = G? Explain.


Chapter 2
1. Which of the following is a negation for “Jim is inside and Jan is at the pool.”

(a) Jim is inside or Jan is not at the pool.
(b) Jim is inside or Jan is at the pool.
(c) Jim is not inside or Jan is at the pool.
(d) Jim is not inside and Jan is not at the pool.
(e) Jim is not inside or Jan is not at the pool.




2

, 2. Which of the following is a negation for “Jim has grown or Joan has shrunk.”

(a) Jim has grown or Joan has shrunk.
(b) Jim has grown or Joan has not shrunk.
(c) Jim has not grown or Joan has not shrunk.
(d) Jim has grown and Joan has shrunk.
(e) Jim has not grown and Joan has not shrunk.
(f) Jim has grown and Joan has not shrunk.

3. Write a negation for each of the following statements:

(a) The variable S is undeclared and the data are out of order.
(b) The variable S is undeclared or the data are out of order.
(c) If Al was with Bob on the first, then Al is innocent.
(d) −5 ≤ x < 2 (where x is a particular real number)

4. Are the following statement forms logically equivalent: p ∨ q → p and p ∨ (∼ p ∧ q)? Include a
truth table and a few words explaining how the truth table supports your answer.

5. State precisely (but concisely) what it means for two statement forms to be logically equivalent.

6. Write the following two statements in symbolic form and determine whether they are logically
equivalent. Include a truth table and a few words explaining how the truth table supports
your answer.

If Sam bought it at Crown Books, then Sam didn’t pay full price.

Sam bought it at Crown Books or Sam paid full price.

7. Write the following two statements in symbolic form and determine whether they are logically
equivalent. Include a truth table and a few words explaining how the truth table supports
your answer.
If Sam is out of Schlitz, then Sam is out of beer.

Sam is not out of beer or Sam is not out of Schlitz.

8. Write the converse, inverse, and contrapositive of “If Ann is Jan’s mother, then Jose is Jan’s
cousin.”

9. Write the converse, inverse, and contrapositive of “If Ed is Sue’s father, then Liu is Sue’s
cousin.”

10. Write the converse, inverse, and contrapositive of “If Al is Tom’s cousin, then Jim is Tom’s
grandfather.”

11. Rewrite the following statement in if-then form without using the word “necessary”: Getting
an answer of 10 for problem 16 is a necessary condition for solving problem 16 correctly.

12. State precisely (but concisely) what it means for a form of argument to be valid.

3

, 13. Consider the argument form:
p →∼ q
q →∼ p
∴ p∨q
Use the truth table below to determine whether this form of argument is valid or invalid.
Annotate the table (as appropriate) and include a few words explaining how the truth table
supports your answer.

p q ∼p ∼q p →∼ q q →∼ p p∨q
T T F F F F T
T F F T T T T
F T T F T T T
F F T T T T F
14. Consider the argument form:
p∧∼q→r
p∨q
q→p
Therefore r.
Use the truth table below to determine whether this argument form is valid or invalid. Annotate
the table (as appropriate) and include a few words explaining how the truth table supports
your answer.

p q r ∼q p∧∼q p∧∼q→r p∨q q→p r
T T T F F T T T T
T T F F F T T T F
T F T T T T T T T
T F F T T F T T F
F T T F F T T F T
F T F F F T T F F
F F T T F T F T T
F F F T F T F T F
15. Determine whether the following argument is valid or invalid. Include a truth table and a few
words explaining why the truth table shows validity or invalidity.
If Hugo is a physics major or if Hugo is a math major, then he needs to take calculus.
Hugo needs to take calculus or Hugo is a math major.
Therefore, Hugo is a physics major or Hugo is a math major.

16. Determine whether the following argument is valid or invalid. Include a truth table and a few
words explaining why the truth table shows validity or invalidity.
If 12 divides 709,438 then 3 divides 709,438.
If the sum of the digits of 709,438 is divisible by 9 then 3 divides 709,438.
The sum of the digits of 709,438 is not divisible by 9.
Therefore, 12 does not divide 709,438.

17. Write the form of the following argument. Is the argument valid or invalid? Justify your
answer.
If 54,587 is a prime number, then 17 is not a divisor of 54,587.
17 is a divisor of 54,587.
Therefore, 54,587 is not a prime number.


4

Infos sur le Document

Publié le
27 février 2022
Nombre de pages
97
Écrit en
2021/2022
Type
Examen
Contient
Questions et réponses

Sujets

$40.99
Accéder à l'intégralité du document:

Mauvais document ? Échangez-le gratuitement Dans les 14 jours suivant votre achat et avant le téléchargement, vous pouvez choisir un autre document. Vous pouvez simplement dépenser le montant à nouveau.
Rédigé par des étudiants ayant réussi
Disponible immédiatement après paiement
Lire en ligne ou en PDF

Reviews from verified buyers

Affichage de tous les avis
1 année de cela

5.0

1 revues

5
1
4
0
3
0
2
0
1
0
Avis fiables sur Stuvia

Tous les avis sont réalisés par de vrais utilisateurs de Stuvia après des achats vérifiés.

Faites connaissance avec le vendeur

Seller avatar
Les scores de réputation sont basés sur le nombre de documents qu'un vendeur a vendus contre paiement ainsi que sur les avis qu'il a reçu pour ces documents. Il y a trois niveaux: Bronze, Argent et Or. Plus la réputation est bonne, plus vous pouvez faire confiance sur la qualité du travail des vendeurs.
TestBanks2022 Harvard University
Voir profil
S'abonner Vous devez être connecté afin de suivre les étudiants ou les cours
Vendu
2168
Membre depuis
4 année
Nombre de followers
1702
Documents
2241
Dernière vente
1 semaine de cela

4.0

350 revues

5
189
4
59
3
46
2
18
1
38

Documents populaires

Récemment consulté par vous

Pourquoi les étudiants choisissent Stuvia

Créé par d'autres étudiants, vérifié par les avis

Une qualité sur laquelle compter : rédigé par des étudiants qui ont réussi et évalué par d'autres qui ont utilisé ce document.

Le document ne convient pas ? Choisis un autre document

Aucun souci ! Tu peux sélectionner directement un autre document qui correspond mieux à ce que tu cherches.

Paye comme tu veux, apprends aussitôt

Aucun abonnement, aucun engagement. Paye selon tes habitudes par carte de crédit et télécharge ton document PDF instantanément.

Student with book image

“Acheté, téléchargé et réussi. C'est aussi simple que ça.”

Alisha Student

Foire aux questions