InterviewSolution
Saved Bookmarks
| 1. |
Consider a real valued function f(x) satisfying 2f(xy)=(f(x))^(y)+(f(y))^(x) AA x , y in R and f(1)=a where a != 1 then (a-1)sum_(i=1)^(n) f(i)= |
|
Answer» `a^(n+1)+a` |
|