$$x \equiv b (100)$$ $$x \equiv b^2 (35)$$ $$x \equiv 3b - 2 (49)$$
If I was pressed for an answer I would say this system was unsolvable. If $x \equiv b(100)$ the $x = b + 100t$. Then $b + 100t \equiv b^2 (35)$ which would imply that $100t \equiv b^2-b(35)$. The problem here is 100 is an invertible element in mod(35). Is this line of thought correct?