262 views
0 votes
0 votes
Let ‘r’ be a regular expression, then which of the following statements is/are TRUE for every 'r'?

S1: There exists 'x' which satisfies property r + x = x.
S2: There exists 'x' which satisfies property r.x = x

1 Answer

0 votes
0 votes

Conncatanation with Φ is Φ. (r.Φ=Φ)

Both option ate true

 

Related questions

1 votes
1 votes
1 answer
1
himgta asked Jul 13, 2018
292 views
A) ba*B) a*bC)b+a*bD)None
2 votes
2 votes
1 answer
2
himgta asked Jul 8, 2018
1,839 views
Which one of the Regular Expression given defines the same language as defined by R = (a + b)* (aa + bb) (a + b)* ?(a) (a (ba)* + b (ab)*) (a + b)*(b) (a (ba)* + b (ab)*)...
0 votes
0 votes
2 answers
3
Tushar Dhoot asked Apr 8, 2017
564 views
L1= aibic (i>=0)L2= abici (i>=0)What is L1 intersection L2 ?
0 votes
0 votes
0 answers
4
Tushar Dhoot asked Apr 5, 2017
144 views
Que 8