Suppose that a function M(n), where n is a +ve integer, is defined by
M(n) = n - 10 for n > 100
M(n) = M(M(n +11) for n ≤ 100
How many solutions does the equation M(n) = 91 have?
M(n) = n - 10 for n > 100
M(n) = M(M(n +11) for n ≤ 100
How many solutions does the equation M(n) = 91 have?