reviewing for my final, I think its the numbers of a's and b's must be the same by using c, since in 2 we push a c for every a we see, and in 3 we pop a c for every b we read with a c still on the top of the stack. We can only accept if we see the $ symbol, which would only happen if the # of a's = the # of b's.
But I always seem to miss the little things, so if someone can confirm or deny my attempt it would be great