InterviewSolution
Saved Bookmarks
| 1. |
Solve 23x < 100 when (i) x is a natural number, (ii) x is an integer. |
|
Answer» 23x < 100 23x/23 < 100/23 (i.e.,) x > 4.3 (i) x = 1, 2, 3, 4 (x ∈ N) (ii) x = …. -3, -2, -1, 0, 1, 2, 3, 4 (x ∈ Z) |
|