MathStudent1999
Junior Member
- Joined
- Mar 18, 2012
- Messages
- 76
A function A(x,y) is defined by the following rules:
A(0,n) = n+1
A(m, 0) = A(m-1, 1)
A(m, n) = A(m-1, A(m, n-1))
for m and n natural numbers.
A(2,3)= k where k is a whole number. Find the value of k.
I just plugged 2, and 3 into the third formula and kept of simplifying. 10 came out at the end. Is there a easier way to do this problem?
A(0,n) = n+1
A(m, 0) = A(m-1, 1)
A(m, n) = A(m-1, A(m, n-1))
for m and n natural numbers.
A(2,3)= k where k is a whole number. Find the value of k.
I just plugged 2, and 3 into the third formula and kept of simplifying. 10 came out at the end. Is there a easier way to do this problem?
Last edited: