In a division problem, the divisor is 10 times the quotient and 5 times the remainder. If the remainder is 46, what is the dividend?
Aptitude
Numbers
Difficulty: Easy
Choose an option
-
A5346
-
B5336
-
C5436
-
D5320
-
ENone of these
Answer
Correct Answer: 5336
Explanation
Given data
- Divisor d = 10 × quotient q
- Divisor d = 5 × remainder r
- Remainder r = 46
Concept / Approach
- From d = 5r, find d. Then from d = 10q, find q. Finally use Dividend = dq + r.
Step-by-step calculationd = 5r = 5 × 46 = 230d = 10q ⇒ q = d / 10 = 230 / 10 = 23Dividend = dq + r = 230 × 23 + 46 = 5290 + 46 = 5336
Validity checkRemainder r = 46 < d = 230, which is valid.
Final Answer5336