3. (25 points) Write regular expressions for the following languages:
L={w | w {a,b}* and either begins or ends with ba}
(1) (2) (3) (4) (5)
L={w | w {0,1}* and w begins with 110, ends with 01, and contains the substring 11}
L3 ={w | w {0,1}* and every odd position of w is 0}
L4 = {w | w {p, q}* and w has an odd number of p's or exactly three q's}
L5={w | w {a,b,c,...,z}* and w does not end with asu}