Consider the following statements,

  • I. N3/2 < NlogN < NlogN < 2N
  • II. (logN)2 = log2N
  • III. logN * logN = log2N
  • IV. N21/30 < N3 < eN < 4N

Which of the following statements are is not True?
(A) I, II and III
(B) II, III and IV
(C) I and III
(D) All are correct.


Answer: (C)

Explanation:

  • I. NlogN > N3/2 > NlogN > 2N
  • II. (logN)2 = log2N
  • III. logN * logN = log log N
  • IV. N21/30 < N3 < eN < 4N

Therefore, only statement I and III are False.

So, option (C) is correct.

Quiz of this Question


  • Last Updated : 20 Nov, 2018

Share your thoughts in the comments