Edit: reading above my solution is definitely not the best ... anyway some takeaways:
It's not ideal to assume b=a+1, it could be b=a-1 (doesn't matter here since it just means one is E, other is O so divisible by 2 but it could be an issue in another problem)
Also, even not knowing what bunuel stated about prime factor 7 being in b, it is irrelevant because we're only looking for divisibility by 3,5
a and b are consecutive positive integers means b = a+1
a(a+1) = 30x,
a(a+1)/30 = x
Question: is a(a+1) / 3*2*5?
(1) a^2 is divisible by 25Try values: a=25, a+1 = 26
(5*5) * (2*13 ) / 3*2*5?
No, there isn't a factor of 3 in numerator
a = 125, a+1 = 126
(5*5*5) * (2*3*3*7) / 3*2*5?
Yes, enough factors of everything
Not sufficient.
(2) 63 is a factor of b^2Try values: a+1 = 63, a= 62
(3*3*7) * (2*31) / 3*2*5?
No, there isn't a factor of 5 in numerator
(a+1) = 126 , a = 125
From 1) we know this gives a Yes.
Not sufficient.
(3)The same example satisfies both 1) and 2), sufficient.