InterviewSolution
Saved Bookmarks
| 1. |
If[x] read as the greatest ingeger less than or equal to x, {x} is the least integer greater than interger less than or equal to x, {x} is the least interger greater than or equal to x. Further, f(x, y) = [x] + {y} and g(x, y) = {x}- {y} and P (x,y) = f(x , y) +g(x,y) and Q (x,y) = f(x,y) -g(x,y) If x = 16 and y = 25 then the value of P(x, y) + Q(x,y) is: |
|
Answer» 90 |
|