1,140 views

1 Answer

5 votes
5 votes

Option d

L1 gives a is multiple 3 . And any number of b's.

L1= {aaa,aaaaaa,aaaaaaaaa....}

L2 gives a is multiple of 2

L2={aa,aaaa,aaaaaa.......}

L1 intersection L2= { a^6,a^12.....} ----> multiple of 6

Related questions

0 votes
0 votes
0 answers
1
Ashish Roy 1 asked Jul 15, 2018
90 views
Let r1=(b*ab*ab*ab*)* , r2=(b*ab*ab*)*. What is L(r1) intersection L(r2)?a) (b*ab*ab*ab*)*b) (b*ab*ab*)*c) (b*ab*ab*)^6d) (b*ab*ab*ab*ab*ab*ab*)*
0 votes
0 votes
2 answers
2
Abhipsa asked Jan 21, 2019
1,555 views
Is this language regular? If yes, how?L = {wxwR | x, w ϵ {0, 1}*}wR is reverse of string w. Thank you!
0 votes
0 votes
0 answers
4