This is usually not the place where answers to homework are given...
However, you can try the following things (just thinking out loud, might
not be the best way to do it):
1/ Build a single tape TM that adds 1 to the number written on the tape
(in binary).
2/ Same but in decimal.
3/ Build a TM that substract 1 to the number written on its tape, if it's
bigger than 0.
4/ Build a 2-tapes TM that tells which number (written on both tapes) is
the larger.
5/ Build a multi-tapes (don't know how many) TM that perform substraction
of two numbers (written in 2 tapes) by repeatidly substracting one to both
of them.
6/ Build a multi-tapes TM that read its input, counting the numbers of 0
and 1 on two different tapes and then perform substraction of the two
numbers.
7/ (if needed) fold back the latest TM into a single tape TM.
--
Hypocoristiquement,
Jym.