edited by
1,523 views

1 Answer

0 votes
0 votes
S->AB|AS,  A->a/aA,  B->b (b will appear exactly  once so option A,C, D are out)

S->AB->ab (smallest string )

or

S->AB->aAb->aaAb...   and so on  aa*b

or S->AS->AAS->AAAS.... so on  aa*b

option B is the ans

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
2 answers
2
go_editor asked Mar 27, 2020
12,171 views
The number of edges in a complete graph with $N$ vertices is equal to :$N (N−1)$$2N−1$$N−1$$N(N−1)/2$
0 votes
0 votes
0 answers
3
go_editor asked Mar 27, 2020
334 views
Which of the following is not true ? A−B=A ∩ ~ B
0 votes
0 votes
0 answers
4
go_editor asked Mar 27, 2020
257 views
If $(a^2−b^2)$ is a prime number where a and b $\in$ N, then :$a^2−b^2=3$$a^2−b^2=a−b$$a^2−b^2=a+b$$a^2−b^2=5$