GMATPrepNow
Is positive integer k the square of an integer?
1) k = p!, where p is a prime number
2) k + 1 = w² - 2w + 2, where w > 0
IMPORTANT: This question is beyond the scope of the GMAT. That said, most students will encounter GMAT math questions they can't answer (e.g., the above question). So, I'm curious about how you'd handle a question of this nature.
Share your thoughts!!
Interesting one. I'm not entirely sure that it's outside the scope of the GMAT, because you can solve it with just reasoning and basic math. That said, the reasoning is on the tricky side...
For
statement 1, I'd argue that k
can't be the square of an integer. In a square number, every prime factor is repeated an even number of times. For example, 6^2 = 36, and 36 = 2*2*3*3. 5^2 = 25 = 5*5. There won't be any 'solo' prime factors.
But if you take the factorial of a prime number, that prime number (p) will only appear once in the prime factorization of k. So, k can't be a square.
Statement 2: Start by simplifying it with math. Here's what I get:
k + 1 = w² - 2w + 2, where w > 0
k = w² - 2w + 1
k = (w-1)²
This will be the square of an integer if w is an integer, but otherwise, it won't be. And since we don't know whether w is an integer, it's insufficient.
The correct answer is A.