InterviewSolution
Saved Bookmarks
| 1. |
A decimal number 'm' (say) can be expressed as m=1+D where lrarr integer part and Drarr decimal part, 0leDlt1 and [m]= greatest integer less than or equal to m if 0ltDlt0.5 Hence, f(x, y)={{:([x+y]if0ltDlt0.5),({x+y} if 0.5leDlt1),((x+y)" otherwise"):} "Also,"F(f(x, y))=-f(x, y) "and"G(f(x, y))=-F(f(x, y)) What is the vlaue of the following f(G(f(1.2,1.3))), f(F(f(0, 1))), G(g,(0.8,0.4)))? |
|
Answer» 1 |
|