retagged by
700 views
1 votes
1 votes
$L = \left \{ a^nb^mc^p : n+m+p > 5 \right \}.$
retagged by

3 Answers

3 votes
3 votes
Lets think about its complementary language which is :

anbmcp : n + m + p <= 5

As we know n + m + p <= 5 will have finite no. of solutions which can be found as :

n + m + p + d = 5 [Where d is dummy variable]

So no. of solutions will be : 4-1+5C5 = 8C5 = 56..As this is finite,so is complementary language.

N we know finite language is regular so the complementary language is regular.

Also by closure properties we know that regular languages are closed under complementation.

Hence the original language which is given should be regular.
2 votes
2 votes
L={a^nb^mc^p:n+m+p>5}

∑* - {a^nb^mc^p:n+m+p<=5}

regular-finite( which is regular )

regular-regular

regular is closed under intersection and complement . so result is regualar

correct me if i am wrong .
0 votes
0 votes
It is a Regular language because It shows all the strings whose length is greater than 5.

Related questions

1 votes
1 votes
1 answer
1
rexritz asked Oct 8, 2023
259 views
$L =\left \{ w(w^{R})^{*}: w\in(a,b)^{*} \right \}.$Is this language regular?
0 votes
0 votes
2 answers
2
rohan.1737 asked Aug 17, 2018
756 views
Is there any way to check whether a language is regular or not without using Pumping lemma?
2 votes
2 votes
1 answer
3
vivekpinto07 asked Jun 24, 2016
7,744 views
Which of the following is/are not regularA)strings of 0's whose length is a perfect squareB)set of all palindromes made up of 0's & 1'sC)Strings of 0's whose length is pr...
2 votes
2 votes
1 answer
4
saxena0612 asked Jan 9, 2018
573 views
Which of the following languages are regular?