m and n are both natural numbers that satisfy these three conditions:
1. [1, n] = n+1
2. [m+1, 1] = [m, 2]
3. [m+1, n+1] = [m, [m+1, n]]
What does [2, n] equal?
I got the answer correct just by adding the two, but I don't understand the problem at all, and if this problem comes up on my final it'll likely be twisted so that you have to unravel it. Can anybody shine some light on how this is supposed to work?
1. [1, n] = n+1
2. [m+1, 1] = [m, 2]
3. [m+1, n+1] = [m, [m+1, n]]
What does [2, n] equal?
I got the answer correct just by adding the two, but I don't understand the problem at all, and if this problem comes up on my final it'll likely be twisted so that you have to unravel it. Can anybody shine some light on how this is supposed to work?
I get it now!
Comment