Multiple choice Which of the following pairs of regular expressions is not equivalent? (ab)* a and a (ba)* (a + b)* and (a* + b)* (a* + b)* and (a + b)* None of the above Reveal answer Fill a bubble to check yourself D Correct answer