AP EAMCET202022 Sep 2020Morning ShiftMathematicsFunctionsActual
Let f: N N N be a function such that f((1,1))=2 and f((m+1, n))=f((m, n))+2(m+n) and f((m, n+1))=f((m, n))+2(m+n-1), m, n N , then find f(2,2)
Options
- A8
- B7
- C9
- D10
Correct answer
D. 10
Step-by-step solution
Given function f: N N N , such that f(m+1, n)=f(m, n)+2(m+n) and f(m, n+1)=f(m, n)+2(m+n-1) , where f(1,1)=2 . aligned f(2,2) & =f(1+1,2)=f(1,2)+2(1+2) & =f(1,1+1)+6 & =f(1,1)+2(1+1-1)+6 & =f(1,1)+8=2+8=10 aligned