kad
If m and n are positive integers, is \(m^n\) < \(n^m\)?
(1) m = \(\sqrt{n}\)
(2) n > 5
Let's discuss the relation between \(m^n\) and \(n^m\) when m and n are positive integers. To differentiate m from n, I say m is the smaller of the two except where they are equal.
Look at the pattern now:
Say m = 1
n = 1: \(1^1 = 1^1\)
n = 2: \(1^2 < 2^1\)
n = 3: \(1^3 < 3^1\)
and so on...
Say m = 2
n = 2: \(2^2 = 2^2\)
n = 3: \(2^3 < 3^2\)
n = 4: \(2^4 = 4^2\) (m^n was less than n^m above but here they are equal so m^n should become greater from now on)
n = 5: \(2^5 > 5^2\)
n = 6: \(2^6 > 6^2\)
You see that the difference between m^n and n^m is increasing in every step.)
Say m = 3
n = 4: \(3^4 > 4^3\) (m^n is already greater than n^m)
n = 5: \(3^5 > 5^3\)
n = 6: \(3^6 > 6^3\)
You see that the difference between m^n and n^m is increasing in every step.)
Say m = 4
n = 5: \(4^5 > 5^4\) (m^n is already greater than n^m)
n = 6: \(4^6 > 6^4\)
n = 7: \(4^7 > 7^4\)
You see that the difference between m^n and n^m is increasing in every step.)
I hope you see the pattern. Let's forget about the cases where m = 1 and m = n.
In every case except m = 2, \(m^n > n^m\)
When m = 2, \(2^3 < 3^2\) and \(2^4 = 4^2\). Thereafter, \(m^n > n^m\)
It is a good idea to remember these relations.
Let's look at the question now.
Is \(m^n\) < \(n^m\)?
(1) m = \(\sqrt{n}\)
First of all, both m and n are integers so n must be a perfect square. Also, m will be smaller than n except when both are equal to 1.
m = 1/2/3/4/5/6 etc
n = 1/4/9/16/25/36 etc
If m = 1 and n = 1, we know \(m^n = n^m\)
If m = 2 and n = 4, we know \(m^n = n^m\)
For all other cases, we know that \(m^n > n^m\)
Hence the answer to the question is 'No'. Sufficient.
(2) n > 5
If m = 1, 1^6 < 6^1
If m = 2, 2^6 > 6^2
Not sufficient.
Answer (A)