This document presents proofs that three languages are not regular using the pumping lemma. It first proves that the language {a^n b^n | n >= 0} is not regular by picking the string "abba" and showing it cannot be pumped. It then proves that the language {w | the number of a's is not equal to the number of b's} is not regular, again by picking a string and showing it cannot be pumped. Finally, it proves that the language of strings with an equal number of 1's and 0's is not regular using a similar pumping argument.