1,065 views
0 votes
0 votes

Consider the following NFA:-

How many final states required in the equivalent DFA?

2 Answers

1 votes
1 votes

regular expression of given language = (a+b)* ba (a+b)* {every string contains "ba" as sub string}

In general, |w| length sub string contain |w|+1 states in DFA

Hence, 3 states are required in which one is final state.

edited by

Related questions

2 votes
2 votes
1 answer
1
rahul sharma 5 asked Nov 9, 2017
962 views
Minimum number of states in DFA where:, Number of a's and Number of b's are even and epsilon is not accepted.Langugae is defined over {a,b}
0 votes
0 votes
2 answers
2
Manuj_og asked May 2, 2023
226 views
on seeing a dfa how can we predict the number of states in it?
0 votes
0 votes
1 answer
3
Dknights asked Nov 19, 2022
327 views
can we solve it with a minimum of 4 states?
0 votes
0 votes
2 answers
4
aditi19 asked Dec 14, 2018
1,556 views
Given following NFAfind the minimal equivalent DFA