InterviewSolution
Saved Bookmarks
| 1. |
For any two given positive integers a and b, there exists unique whole numbers q and r such that a = bq + r, where 0 ≤ r ≤ b.(a) True(b) FalseThis question was addressed to me during an interview for a job.Query is from Euclid’s Division Lemma topic in chapter Real Numbers of Mathematics – Class 10 |
|
Answer» The CORRECT choice is (a) True |
|