InterviewSolution
Saved Bookmarks
| 1. |
If a and b are positive integers, then the solution of the equation ax = b will always be a(a) positive number (b) negative number (c) 1 (d) 0 |
|
Answer» (a) positive number The solution of the given equation ax = b x = b/a |
|