For the following regular expression:
a*b*c*
over the alphabet { a b c }
Given the following words: ab and a
Report whether they are in the same equivalency class or not and justify your answer.