InterviewSolution
Saved Bookmarks
| 1. |
If x is a positive integer and 20x |
|
Answer» CORRECT answer is (c) {1,2,3,4} For explanation I would say: 20X<100 Dividing by 20 on both sides, x< (100/20) => x<5 Since x is a POSITIVE INTEGER so x = 1,2,3,4. |
|