This question tests the concepts of odd even , exponents and prime factorization :
question stem :
If a, b and c are integers, is a even?
Statement number 1 :
(1) 15^a=9^b25^c
We need to do a prime factorization and represent the two sides of the equation as power of prime numbers.
(3*5)^a = 3^2b * 5^2c
=> 3^a * 5^a = 3^2b * 5^2c
We compare RHS and LHS
a = 2b, a = 2c
Hence statement 1 is sufficient to conclude that a is even .We can eliminate options B,C,E . From this point the answer is either A or D.We have 50% probability to choosing the right option in case of time constraint .
Next , coming to statement number two
(2) 4^(a+5)=64^(b+1)
=> 2 ^ (2a+10) = 2 ^ (6b+6) [4 is 2^2, 64 is 2^6 ]
comparing LHS and RHS
2a+10 = 6b+6
=> 2a = 6b -4
=> a = 3b -2
lets place some variables of b to check what we values we result we get for a
when b=1 , a=1
when b=2 , a=4
when b=3, a=7
Hence statement 2 is insufficient .
Finally , the correct option is A .