Multiple choice Which of the following pairs of regular expressions is equivalent? 1(01)* and (10)*1 x(xx)* and (xx)*x (ab)* and a*b* x* and x* x* Reveal answer Fill a bubble to check yourself A Correct answer