Prove or disprove P!=NP.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of function toupper() with and example code?

645


Explain the difference between structs and unions in c?

567


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3973


What will be your course of action for a push operation?

657


What is the difference between typedef and #define?

533






What are the different types of data structures in c?

593


How is a macro different from a function?

648


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

569


Suggesting that there can be 62 seconds in a minute?

590


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1245


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

1793


What are called c variables?

569


Tell me when would you use a pointer to a function?

598


The file stdio.h, what does it contain?

658


What is the importance of c in your views?

585