0
12kviews
Design a finite stat machine to determine whether tennary number divisible by 5
1 Answer
1
1.3kviews

A tennary system has 3 aphabets

$\sum ={0,1,2}$

Base of tennary number is 3

There are 5 possible remainder on divide by 5

20 state associated with 0

21 state associated with 1

22 state associated with 2

23 state associated with 3

24 state associated with 4

enter image description here

State transition table

enter image description here

Please log in to add an answer.