[PDF] [PDF] Exam in Discrete Mathematics ANSWERS

11 jui 2014 · Is the compound proposition in question 1 a tautology? Answer: No a b c d e f g



Previous PDF Next PDF





[PDF] Discrete Mathematics Problems - University of North Florida

This booklet consists of problem sets for a typical undergraduate discrete mathematics own, without the temptation of a solutions manual These problems On a multiple choice test with 100 questions and 5 answers per ques - tion, how 



[PDF] Exam in Discrete Mathematics ANSWERS

11 jui 2014 · Is the compound proposition in question 1 a tautology? Answer: No a b c d e f g



[PDF] free pdf version - Discrete Mathematics - An Open Introduction

2 jan 2019 · Before we can begin answering more complicated (and fun) problems, we must lay down some foundation We start by reviewing mathematical 



[PDF] Discrete Mathematics Exam 1 Solutions

16 oct 2014 · (a) Count the number of possible ways to answer all the questions on that test Solution Each question has four possible answers so there are 



[PDF] CS201A: Math for CS I/Discrete Mathematics - CSE - IIT Kanpur

23 nov 2017 · Answer all 8 questions It has 4 pages + 1 page for the standard normal distribution table 2 Please start each answer to a question on a fresh 



[PDF] Discrete Mathematics Multiple Choice Questions With Answers

17 août 2017 · and answers pdf , discrete mathematics solved mcqs computer science solved, engineering mathematics multiple choice questions answers, 



[PDF] Sample Exam Paper - University of Kent

Candidates may not attempt more than ONE question from each of the TWO questions in sections B and C MA 304 Discrete Mathematics – p 1/6 Page 2 MA304 



[PDF] Discrete Structures Final exam sample questions - Cornell CS

Justify your answer Solution Alice transmits ak mod m to Bob, who then computes (ak)k−1 mod m Because Bob mis-



[PDF] Notes on Discrete Mathematics - Computer Science

31 déc 2020 · cs yale edu/homes/aspnes/classes/202/notes-2013 pdf xxi Introduction This is a course on discrete mathematics as used in Computer Science It's Answers to these questions are summarized by a probability, a number

[PDF] discrete mathematics springer pdf

[PDF] discrete time fourier series coefficients calculator

[PDF] discrete time fourier series matlab code

[PDF] discrete time fourier transform matlab code

[PDF] discriminant negatif racine complexe

[PDF] discriminant négatif solution complexe

[PDF] discuss physical evidence of service servicescape and ambiance

[PDF] discuss the characteristics of oral language

[PDF] disk cleanup windows 7 cmd

[PDF] disk cleanup windows 7 download

[PDF] disk cleanup windows 7 stuck

[PDF] disk cleanup windows 7 system files

[PDF] disk cleanup windows 7 takes forever

[PDF] disk cleanup windows 7 temporary files

[PDF] disk cleanup windows 7 windows update cleanup

[PDF] Exam in Discrete Mathematics ANSWERS

Exam in Discrete Mathematics

First Year at The TEK-NAT Faculty

June 11th, 2014, 9.00-13.00

ANSWERS

Part I ("regular exercises")

Exercise 1 (6%).

Find the expansion of(2xy)4using The Binomial Theorem.

Answer:16x432x3y+24x2y28xy3+y4

Exercise 2 (8%).

Find witnesses proving thatf(x) =2x3+x2+5 isO(x3).

Exercise 3 (12%).

1. Use the Eu clideanalgorithm to find the gr eatestcommon divisor of 46 and 21.

Answer:1

2. Find integ erssandtsatisfying that gcd(46,21) =s46+t21.

Answer: s=5,t=11

3.

Determine all integers xsuch that

x2(mod 46)andx1(mod 21).

Answer: x232(mod 966)

Page 1 of 7

Exercise 4 (9%).

Prove by induction that

nå i=1(4i+1) =2n2+3n, for every positive integern.

Exercise 5 (6%).

1. Constr ucta t ruthtable for the compound pr oposition(p^ :q)!(r_q).

Answer:p q r(p^ :q)!(r_q)T T TT

T T FT

T F TT

T F FF

F T TT

F T FT

F F TT

F F FT

2. Is the compo undpr opositionin question 1 a tautology?

Answer:No.a

b c d e f g h i jkm nFigure 1: A graphGconsidered in Exercise 6.

Page 2 of 7

Exercise 6 (10%).

A graphGwith 13 edges is shown in Figure 1. The edges ofGhave weights given by the following tableEdgeabcdefghijkmn

Weight1133645624272

1. Use Prim"s algorithm to find a minimum spanning tr eeSinG. Write the edges ofSin the order in which they are added toSby Prim"s algorithm. (If there is more than one possible solution then write only one of them.)

One possible solution:a, b, i, n, k, c, e

2. Use Kr uskal"salgorithm to find a minimum spanni ngtr eeTinG. Write the edges ofTin the order in which they are added toTby Kruskal"s algorithm. (If there is more than one possible solution then write only one of them.)

One possible solution:a, b, i, k, n, c, e

Exercise 7 (9%).

LetA=fa,b,c,dgand letR=f(a,b),(b,c),(c,d),(d,b)gbe a relation onA. 1.

Draw the dir ectedgraph r epresentingR.

Answer:b

cda2.Determine the transitive closur eRofR.

Answer:

R

Page 3 of 7

3.Determine a matrix MRrepresentingR.

Answer:

2 6

640 1 1 1

0 1 1 1

0 1 1 1

0 1 1 13

7 75

Exercise 8 (10%).

A setSis defined recursively by

Basis step:02S

Recursive step:ifa2Sthena+32Sanda+52S.

1.

Determine the set S\ fa2Zj0

Answer:f3,5,6,8,9,10,11g

2.

Pr ovethat e veryinteger a8 is contained inS.

Page 4 of 7

Part II ("multiple choice" exercises)

Exercise 9 (10%).

Letf(x) = (x2+5x+3)(x+2logx),forx>0.Answerthefollowing5true/false exercises

1.f(x)isO(x4).

TrueFalse

2.f(x)isO(x3).

TrueFalse

3.f(x)isO(x2).

TrueFalse

4.f(x)isO(x3logx).

TrueFalse

5.f(x)isO(x2logx).

TrueFalse

Page 5 of 7

Exercise 10 (6%).

LetA=f1,3,5gandB=f3,4,5gbe sets.

1.

What is the car dinalityof the power set P(A[B)

48163264

2.

Which of the following ar eelements of AB?

f1,3g(1,3)(4,5)(5,5)

Exercise 11 (8%).

Consider the following algorithm:

Proceduresum(n: positive integer)

s:=0 fori:=1ton .forj:=1toi . s:=s+j returns 1. Suppose that pr oceduresum is started with input n=4. Then what num- ber is returned by the algorithm?

10204045

2. The worst -casetime complexity of pr oceduresum is:

O(n)O(nlogn)O(n3/2)O(n2)

Page 6 of 7

Exercise 12 (6%).

Let M R=2 6

66641 0 0 1 1

0 1 0 0 0

1 0 1 1 1

1 0 1 1 0

0 0 1 0 13

7 7775
exercises

1.Ris reflexive.

TrueFalse

2.Ris symmetric.

TrueFalse

3.Ris antisymmetric.

TrueFalse

Page 7 of 7

quotesdbs_dbs2.pdfusesText_2