InterviewSolution
Saved Bookmarks
| 1. |
[m] is defined as the greatest integer less than m [m] is defined as the least integer greater than m. f(x, y)={x}+[y] g(x. Y)=[x]-{y} F(f(x, y))={f(x, y)}=[g(x, y)] G(g(x, y))=[f(x, y)]-{g(x, y)} Given that x^(2)=4 and y^(2)=9 and |F(f(x, y))|=|G(g(x, y))| then find the value of x+y: |
|
Answer» `-1` |
|