

InterviewSolution
Saved Bookmarks
1. |
A number when divided by 61 gives 27 as quotient and 32 as remainder. Find the number. |
Answer» Given: Divisor = 61, Quotient = 27, Remainder = 32 To Find: Dividend As per Euclid’s lemma, we have Dividend = (divisor x quotient) + remainder Dividend = (61 × 27) + 32 = 1679 Therefore, dividend is 1679. |
|