Bunuel
If m and n are distinct prime numbers, what is the remaindered when the positive difference between their product and their sum is divided by 4 ?
(1) Both m! and n! are multiples of 4.
(2) Neither m^n nor n^m is a multiple of 4.
S1:"Both m! and n! are multiples of 4"
If m and n are distinct prime numbers and m! and n! are multiples of 4 then m and must be >=5 [m not equal n and m and are prime]
The smallest prime number possible is 5.
We know any prime greater than 3 can be written in the form 6k+1 OR 6k-1. [k=integer > 0] and [m and n both are >=5]
Consider below cases:
Case 1 m=6K1+1 and n=6K2+1Thus m*n-(m+n)=36*K1*K2+6K1+6K2+1-6K1-6K2-2=36*K1*K2-1. -> This when divided by 4 leaves a reminder 4-1=3
Case 2 m=6K1-1 and n=6K2+1Thus m*n-(m+n)=36*K1*K2-6K1-6K2+1+6K1+6K2-2=36*K1*K2-1. -> This when divided by 4 leaves a reminder 4-1=3
Case 3 m=6K1-1, n=6K2+1Thus m*n-(m+n)=36*K1*K2+6K1-6K2-1+6K1+6K2=36*K1*K2+12K1 - 1 -> This when divided by 4 leaves a reminder 4-1=3
In each case reminder is 3. So statement is SUFFICIENT
S2:
"Neither m^n nor n^m is a multiple of 4."
What this statement indirectly tells us is that m and n cannot be 2, since 2 raised to higher powers will always be divided by 4.
As part of derivation of S1 we have seen if m and n are greater than 3 the given expression always gives a reminder of 3.
Now ALL prime numbers except 2 are ODD numbers. If we find the reminder of the expression divided by 4 using two odd numbers we can deduce the same conclusion for prime numbers as well.
CaseLet m=2p+1 and n=2q+1 [p and q are integers >0]
Thus m*n - (m+n)=(2p+1)*(2q+1)-2p-2q-2=4pq-1 -> This when divided by 4 leaves a reminder 4-1=3
This will be true for any prime which is not equal to 2
Thus this statement too is SUFFICIENT.
Ans D