Question

1. Design an automaton to accept the language ((a²b3)* :k:0})*
0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. Design an automaton to accept the language ((a²b3)* :k:20}).

Please refer to below image for DFA:

Accepting state a Start a q1 92 q3 b b a b a 96 94 a,b a 95 b b DFA

1. Design an automaton to accept the language ((a²b3)* :k:20}).

The language should accepts strings of form

L = {empty string, aabbb, aabbbaabbbb, aabbbaabbbaabbb, ... }

  • q1 : Start state, also accepting state, strings of form  ((a^{2}b^{3}))^{k}: k\geq 0
  • q2:  strings of form  ((a^{2}b^{3}))^{k}a: k\geq 0
  • q3:  strings of form  ((a^{2}b^{3}))^{k}aa: k\geq 0
  • q4:  strings of form  ((a^{2}b^{3}))^{k}aab: k\geq 0​​​​​​​​​​​​​​
  • q5:  strings of form  ((a^{2}b^{3}))^{k}aabb: k\geq 0​​​​​​​​​​​​​​
  • q6: random strings

-------------------------------------

I hope this helps you,

Please rate this answer if it helped you,

Thanks for the opportunity

Add a comment
Know the answer?
Add Answer to:
1. Design an automaton to accept the language ((a²b3)* :k:0})*
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT