InterviewSolution
Saved Bookmarks
| 1. |
If p,q,r,s be the distinct integers such that : f(p, q, r, s)=" maximum of "(p, q, r, s) g(p, q, r, s)="minimum of "(p, q, r, s) h(p, q, r, s)=" remainder when "-xxq" is divided by "rxxs" if "pxxq gt r xx s. =" remainder when "rxxs" is divided by" pxxq if r xxs gt pxxq Also, the same operations are valid with two variable functions of the form f(p,q) Also a function fgh(p, q, r, s) =f(p, q, r, s)xxg(p, q, r, s)xxh(p, q, r, s) What is the value of h(fg(2, 5, 7, 3), 9)? |
|
Answer» 5 |
|