Case Study 1 of Newspaper Vending Machine DFA Finite Automata
Suppose you need to design a Deterministic Finite Automata for Newspaper Vending Machine. You need to insert only three coins. Suppose our language has three alphabets {1,2 5}. Detail of coins: You have only three types of coins.- Coin of 1 Rupee
- Coin of 2 Rupee
- Coin of 5 Rupee

Case Study 2 of Newspaper Vending Machine DFA Finite Automata
Suppose you need to design a Deterministic Finite Automata for Newspaper Vending Machine. You need to insert only three coins. Suppose our language has three alphabets {1,2 5}. Detail of coins: You have only three types of coins.- Coin of 1 Rupee
- Coin of 2 Rupee
- Coin of 5 Rupee
Strings must be accepted by machine : L = {25, 115, 125, 225, 1125, 1222, 1225…..}
Strings must be rejected by machine: L = {1, 2, 5, 11, 12, 15, 22, 111, 112, 55, 155, etc …}