1,058 views

1 Answer

3 votes
3 votes
Ans:(b)

Explanation: The DFA's are defined by the set of final states and the transitions. (Assuming there is a designated starting state).

We know transition of DFA's are of the form $\delta(q_i,a)=q_j$. Now given there are 10 states and 5 symbols. $\therefore |Q\times \Sigma|=5\times 10=50$. Now each of these two-tuples can map to any of the 10 states . Therefore there are $10^{50}$ possibilities.

Now the set of final states can be a subset of the 10 states. Therefore total possibilities=$2^{10}$.

Hence, the required answer is $2^{10}\times10^{50}$
edited by

Related questions

3 votes
3 votes
2 answers
1
Hirak asked May 22, 2019
2,371 views
How many 2 state DFA’s with designated initial state can be constructed over the alphabet Σ = {a, b} that accept empty language ϕ ?(a) 4 (b) 16 (c) 20 ...
3 votes
3 votes
3 answers
2
Hirak asked May 22, 2019
1,393 views
How many $2$ state DFA’s with the designated initial state can be constructed over the alphabet over the alphabet $\sum = \{a, b\}$ that accept universal language?$4$$1...
0 votes
0 votes
1 answer
3
dutta18 asked Sep 21, 2022
448 views
What is the Finite Automata( NFA, epsilon-NFA or DFA) for the regular expression (a*ba)* ?