1,573 views

1 Answer

5 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

Position:
Show:

Related questions

0 0 votes
0 0 answers
281
281 views
Ashish Roy 1 asked Jul 15, 2018
281 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 0 votes
1 answers 1 answer
938
938 views
srishtipandey420 asked Jul 5, 2024
938 views
Hello! the answer to above question is option b , however, according to me, the complemented machine can also accept option c because after going to the non-final (middle...
0 0 votes
2 answers 2 answers
2.8k
2.8k views
Abhipsa asked Jan 21, 2019
2,775 views
Is this language regular? If yes, how?L = {wxwR | x, w ϵ {0, 1}*}wR is reverse of string w. Thank you!
0 0 votes
2 2 answers
1.6k
1.6k views
sripo asked Jan 1, 2019
1,638 views
Can anyone explain how S2 is false,I did not understand their logic.