CSC
Company
if f(x,0)=x+1
f(o,y)=y
f(x,y)=f(f(x,0),f(2*x-1))
then find f(1,1),f(2,3),f(3,0)
Read Solution (Total 1)
-
- f(1,1) = f(f(1,0),f(2)), f(2) is not valid. Similarly F(2,3) is also invalid
f(3,0) is 4 - 13 years agoHelpfull: Yes(0) No(2)
CSC Other Question