InterviewSolution
Saved Bookmarks
| 1. |
Solve the following equations (where `[*]` dentoes greatest integer function and `{*}` represent fractional part function) `(i) 2[x]+3[x]=4x-1` `(ii) 4[x]=x+{x}` `(iii) [x]+2{-x}=3x` |
| Answer» Correct Answer - `(i) x in phi ``(ii) {0}` `(iii) {0,2//5,-1//5}` | |