InterviewSolution
Saved Bookmarks
| 1. |
If f:R to R is defined as f(x+y)=f(x)+f(y) AA x,y in R and f(1) = 7, find sum_(r=1)^(n)f(r ). |
|
Answer» `(7N)/(2)` |
|