#OK to post homework #Nicholas DiMarzio, 10/25/21, Assignment 14 # Problem 4 # RevOpTr(108, 3); [108, 792, 693, 594, 495, 495] RevOpTr(784, 3); [784, 396, 594, 495, 495] RevOpTr(991, 3); [991, 792, 693, 594, 495, 495] RevOpTr(411, 3); [411, 297, 693, 594, 495, 495] RevOpTr(338, 3); [338, 495, 495] Here we see that 495 is a fixed point. RevOpTr(1027, 4); [1027, 7083, 8352, 6174, 6174] RevOpTr(7872, 4); [7872, 5994, 5355, 1998, 8082, 8532, 6174, 6174] RevOpTr(4485, 4); [4485, 4086, 8172, 7443, 3996, 6264, 4176, 6174, 6174] Here we see that 6174 is the fixed point.