InterviewSolution
Saved Bookmarks
| 1. |
The divisor is 50 times the quotient and 10 times the remainder. If the quotient is 32, what is the dividend?1). 510002). 513603). 610004). 61520 |
|
Answer» QUOTIENT = x/50 Remainder = x/10 x/50 = 32 ⇒ x = 1600 The number/dividend is (Divisor × Quotient) + Remainder Number = x2/50 + x/10 Dividend = (16002/50) + 1600/10 = 51360 |
|