Hello everyone. Please, help me with my university task. This about Turing machine: Given the number X (X>2) in the quaternary number system. Build two Turing machines: the first one should solve the problem of multiplying a quaternary number by 410, the second one should solve the problem of subtracting 210 from a given quaternary number. If zero is obtained when subtracting in the highest digit, replace it with an empty character. Using the composition of the constructed Turing machines to solve two problems: calculations Y1 = 4X – 2 and Y2 = (X – 2)*4.