vrajesh.dave wrote:
Is positive integer n divisible by 3?
(1) n^2/36 is an integer
(2) 144/n^2 is an integer
OA: A
Can someone please walk me through this one.
nitin's solution, above, is good.
regarding statement (2):
if you see a statement that implies a SMALL NUMBER OF POSSIBILITIES, then you should just
enumerate all the possibilities.
statement 2 is just 1, 2, 3, 4, 6, 12. this is something you could figure out fairly quickly. (you should DEFINIELY have all the perfect squares up to 144 committed to memory; preferably, in fact, you'll know all of them up to 25^2 = 625.)
if you find that list, it's pretty clear that 1, 2, 4 are "no"s and 3, 6, 12 are "yes"s. therefore #2 is insufficient.