Saved Bookmarks
| 1. |
Solve the following for x, where |x| is modulus function, [x] is the greatest integer function, {x} is a fractional part function.[x – 2] + [x + 2] + {x} = 0 |
|
Answer» [x – 2] + [x + 2] + {x} = 0 ∴ [x] – 2 + [x] + 2 + {x} = 0 ∴ [x] + x = 0 …..[{x} + [x] = x] ∴ x = 0 |
|