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

Write a progarm to find the length of string using switch case?

0 Answers   TCS,


What are the different types of pointers?

4 Answers   HCL, TCS,


What is the role of && operator in a program code?

0 Answers  


How pointer is benefit for design a data structure algorithm?

2 Answers  


What is string function in c?

0 Answers  






#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


What is pointers in c with example?

0 Answers  


What is the acronym for ansi?

0 Answers  


we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4

1 Answers  


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Categories