Bunuel
If a and b are different nonzero integers, what is the value of b?
(1) \(a^b = ab\)
(2) \(a^b - a^{b - 1} = 2\)
Kudos for a correct solution.
MANHATTAN GMAT OFFICIAL SOLUTION:(1) SUFFICIENT: If b=1, then a can be any number whatsoever, because a^1 and a(1) will always be the same number. Therefore the issue is to determine whether b can be any number other than 1.
The given equation can be rephrased. Divide both sides by a, giving a^{b-1}=b.
First, consider the case in which b is positive.
If b=2, then this equation reduces to a^1=2, so that a=2; however, this case can be disregarded, because a and b are not allowed to be the same.
If b=3 or more, the equation is a^2=3, a^3=4, a^4=5, etc. None of these equations have integer solutions.
What if b is negative?
If b=-1, then a^{-2}=-1, which is impossible! Something raised to an even power cannot be negative.
If b=-2 or less, then we have a^{-3}=-2, a^{-4}=-3, etc. These equations are all impossible. If the power is even, then the expression can’t be negative. If the power is odd, the resulting value of a will be a fraction.
This rules out every case except b=1. The statement is sufficient.
(2) NOT SUFFICIENT: To find cases that simplify this equation, it is helpful to factor it. Pull an a^{b-1} out of both terms on the right side: a^{b-1}(a-1)=2. (If you’re not sure why what’s the right factorization, write out the steps yourself; that’ll be a great test of your knowledge of exponent rules).
Now test some cases:
If a=3 and b=1, then the expression is 3^0(3-1)=1(2)=2.
If a=1 and b=-2, then the expression is -1^{-3}(-1-1)=(-1)(-2)=2.
There are at least two possibilities for b, so this statement can’t be sufficient. It turns out that if a=-1 and b= any even number, you’ll get 2 as the answer (not sure why? test some even numbers to see whether you can figure out the rule). Therefore, b can be 1 or any even number.
The correct answer is A.