Prove or disprove P!=NP.

Answers were Sorted based on User's Feedback



Prove or disprove P!=NP...

Answer / star

This is one of unsolved problems in theory of computation!
Thus,we can't say (yet or at all...)is P!=NP.

Is This Answer Correct ?    7 Yes 1 No

Prove or disprove P!=NP...

Answer / arpita

p=2, n=5
p!=np
2!=5*2
2!=2
hence prooved.

p=1,n=1
p!=np
1!=1*1
but 1=1
hence disprooved.

Is This Answer Correct ?    5 Yes 4 No

Prove or disprove P!=NP...

Answer / arpita

p=2, n=5
p!=np
2!=5*2
2!=10
hence prooved.

p=1,n=1
p!=np
1!=1*1
but 1=1
hence disprooved.

Is This Answer Correct ?    2 Yes 3 No

Prove or disprove P!=NP...

Answer / rohit

suppose
if
p=5,
np=5
or
np=6
!=(it is the sign of not equal to)
so
if np and p are same the answer is false
and when the np and p are different the the answer is true

Is This Answer Correct ?    0 Yes 2 No

Prove or disprove P!=NP...

Answer / vadivelt

My Assumption would be.,

N = Some no
P = Some no
NP -> does not mean multiplication of N and P. Just it
means two different numbers.

So my answer is.,
4! = 4*3*2*1

ie.,
4! = 24 so,
P! = NP
Hence proved..

Here P = 4, N = 2.

Is This Answer Correct ?    3 Yes 17 No

Post New Answer

More C Interview Questions

What are header files and what are its uses in C programming?

0 Answers  


c program to arrange digits in a no in ascending and descending order

1 Answers  


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


what is the difference between c and c++?

7 Answers  






who is the founder of c

19 Answers   College School Exams Tests, HP,


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


List some of the dynamic data structures in C?

0 Answers  


what is data structure

5 Answers   Maveric, TCS,


What is default value of global variable in c?

0 Answers  


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Categories