Discrete Structures Test #2 SII 2001

1)      Draw a line to connect each equivalent statement:

a)      (A Ç B) È Æ               A È Ac

b)      A Ç Ac                                 A - Bc

c)      A - B                           Æ

d)              U                                     A Ç Bc

 

2)      Reduce A È (B Ç Cc )c È C :





3)      List all the elements in the power set of B = {0, 1}:

a)     


b)      What is the cardinality of P(A), where |A| = 7.


4)      Determine , a-3 = 1, a-2 = 0, a-1 = 0, a0 = 0, a1 = 0, a2 = 1, a3 = 1, a4 = 1.






5)      T/F

a)      {4} Í {{2}, {4}, {6}}

b)      4 Î {n | n = 2k, "k Î Z}

c)      4 Î {{2}, {4}, {6}}

d)      {4} Î P({1, 2, 3, 4})

e)      {4} Í P({1, 2, 3, 4})

f)        {4} Í {2, 4, 6}

 

6)      Write out the symbolic representation of the Quotient-Remainder Theorem. Given any integer n and any positive integer d, there exist integers q and r such that:



7)      Use the geometric series formula to find an explicit formula:



8)      List the first three terms of the sequence ci = (-1) i+1 / 2 i+1, for all integers i ³ 0:



9)      Given the Java integer: 1100 0010 0000 0011 1000 0001 1001 0100

a)      Hexadecimal Representation:

b)      Decimal Value:


10)   Convert 188.0937510 to octal and to binary:




11)  Consider the Java bytes A = 1010 1010, B = 0101 0101. Convert their sum,
A + B,  to decimal:




12)  The sum of the first 150 integers is:



13)   Prove: The product of an even integer and an odd integer is even.


14)  Use mathematical induction to prove that 1 + 3 + 5 + … + (2n - 1) = n2, for all integers n ³ 1.
























15)  Circle the letter corresponding to any of the following relations that are Second Order Linear Homogeneous with Constant Coefficients:

a)      ak = (k - 1)ak - 1 + 2ak - 2

b)      bk = 8bk - 1 - 16bk - 2

c)      ck = 3ck - 2 + 1

d)      dk = 4dk - 2

16)  Pick one of the SOLHCC recurrence relations from problem 15 and determine its explicit formula given that term0 = 1 and term1 = 2.
Characteristic equation: t2 - At - B = 0. Distinct Roots Theorem: an = Crn + Dsn. Single Root Theorem: an = Crn + Dnrn. Quadratic equation: .

a)      Explicit Formula:

b)      term2 =

c)      term3 =