Discrete Mathematics Week 11 NPTEL

Discrete Mathematics Week 11 NPTEL Assignment Answers

Check and submit Discrete Mathematics Week 11 NPTEL assignment answers here

  1. Which of the following are true?
  • 500n2 < 1500n
  • 5000n2 > n3
  • 300n > 3n2
  • 999n2 < 9n3
  1. How many n-bit binary strings are possible without having consecutive ones?
  • T(n)=T(nāˆ’1)+T(nāˆ’2) such that T(1)=1 and T(2)=1š‘‡(2)=1
  • T(n)=T(n)+T(nāˆ’1) such that T(1)=2)
  • š‘‡(š‘›)=š‘‡(š‘›āˆ’1)+š‘‡(š‘›āˆ’2) such that T(1)=2 and T(2)=3
  • š‘‡(š‘›)=š‘‡(š‘›āˆ’2)+š‘‡(š‘›āˆ’3) such that T(1)=1 and T(2)=3
  1. Let an be a sequence that satisfies the recurrence relation an= 20an-1āˆ’ 25an-2 where a0=4 and a1=14. What are a3 and a4 respectively?
  • 180, 3250
  • 3250, 60500
  • 250, 4625
  • 7950, 168500

These are the Discrete Mathematics Week 11 NPTEL Assignment Answers

4. Which of the following statement(s) is/are true?

I) The solution for the tower of Hanoi is 2n ā€“ 1.

II) The recurrence relation for the tower of Hanoi is š‘‡(š‘›)=2š‘‡(š‘›āˆ’1) + 1 for T1 = 1.

III) Complexity of tower of Hanoi is n2.

  • II and III
  • I II and III
  • I and II
  • I and III

5. Which of the following sequence is correct?

  • š‘‚(log(š‘›)) < š‘‚(log(š‘›^2)) < š‘‚(š‘›) < š‘‚(š‘› log(š‘›)) < š‘‚(š‘›^2)
  • š‘‚(log(š‘›)) < š‘‚(log(š‘›^2)) < š‘‚(š‘›) < š‘‚(š‘›^2) < š‘‚(š‘› log(š‘›))
  • š‘‚(š‘›) < š‘‚(š‘›^2) < š‘‚(log(š‘›)) < š‘‚(log(š‘›^2)) < š‘‚(š‘› log(š‘›))
  • š‘‚(š‘›) < š‘‚(š‘›^2) < š‘‚(log(š‘›)) < š‘‚(š‘› log(š‘›)) < š‘‚(log(š‘›^2))
  • š‘‚(log(š‘›^2)) < š‘‚(š‘› log(š‘›)) < š‘‚(log(š‘›)) < š‘‚(š‘›) < š‘‚(š‘›^2)
  1. Given the sequence {0, 1, 1, 2, 3, 5, 8, 13ā€¦ā€¦} find is the 23rd term this sequence.
  • 17711
  • 46368
  • 75025
  • 28657

These are the Discrete Mathematics Week 11 NPTEL Assignment Answers

  1. Paras is reading a novel that consists of 1000 pages. While he reads the book, his dad calls him for some work. Being in a hurry, he forgets to put the bookmark on the page he was reading, though he remembers the page number. How much minimum effort would Paras require to get back to the page that he last visited, if he uses an efficient searching technique?
  • log(500)
  • log(10000)
  • log(1000)
  • log(1000000)

8. Which of the following is the correct recurrence relation for climbing 20 stairs? Climbing stairs simply means walking on stairs, covering one stair in one step.

  • š‘Ž_{20} = š‘Ž_{19} āˆ’ š‘Ž_{18}
  • š‘Ž_{20} = š‘Ž_{19} + š‘Ž_{17}
  • š‘Ž_{20} = š‘Ž_{20} āˆ’ š‘Ž_{19}
  • š‘Ž_{20} = š‘Ž_{18} + š‘Ž_{19}
  1. What can we say about the following function?

f1(n)=40n^3
f2(n)=50n^2
f3(n)=23n^2+20n
f4(n)=18n^3+5n^2+9n

  • š‘“3(š‘›) is an order n function
  • š‘“2(š‘›) grows faster than f1(n)
  • f4(n) is an order n^3 function
  • š‘“2(š‘›) and f3(n) grow slower than f1(n)

These are the Discrete Mathematics Week 11 NPTEL Assignment Answers

  1. What is the solution of the recurrence relation an= 3š‘Ž(n-1)āˆ’10š‘Ž(n-2)? given that a0=1 and a1=2.
  • an=(20/7)^nāˆ’(6/7)nāˆ’(6/7)š‘›
  • an=(4/7)^nāˆ’(37)nāˆ’(3/7)š‘›
  • an=(3)^nāˆ’(10)^n
  • an=(5)^nāˆ’(āˆ’2)^n


These are the solution of Discrete Mathematics Week 11 NPTEL Assignment Answers

More Discrete Mathematics Weeks Solution: https://progies.in/answers/nptel/discrete-mathematics-solution

More NPTEL Solution: https://progies.in/answers/nptel


These are the Discrete Mathematics Week 11 NPTEL Assignment  Answers
The content uploaded on this website is for reference purposes only. Please do it yourself first.