InterviewSolution
Saved Bookmarks
| 1. |
The divisor is 25 times the quotient and 5 times the remainder. If the quotient is 16, the dividend is:1). 64002). 64803). 4804). 960 |
|
Answer» From given data- QUOTIENT is 16 and the divisor is 25 times the quotient ⇒ Divisor = 25 × 16 = 400 Also, divisor is 5 times the remainder ⇒ Remainder = divisor/5 ⇒ Remainder = 400/5 = 80 We know that, DIVIDEND = quotient × divisor+ remainder ⇒ Dividend = 16 × 400+ 80 ⇒ Dividend = 6480 |
|