Divide $32$ into two parts such that if the larger is divided by the smaller, the quotient is $2$ and the remainder is $5$.
Reveal answer
Fill a bubble to check yourself
Divide $32$ into two parts such that if the larger is divided by the smaller, the quotient is $2$ and the remainder is $5$.
Let x be the smaller and y be the larger. x + y = 32. y = 2x + 5. Substitute: x + (2x + 5) = 32 -> 3x = 27 -> x = 9. Then y = 32 - 9 = 23.
Let the smaller part be x, making the larger part 32 minus x. Applying the division algorithm, the larger part equals the divisor multiplied by the quotient plus the remainder, giving the equation 32 minus x equals 2x plus 5. Solving this, 3x equals 27, so x equals 9. Therefore, the smaller number is 9 and the larger number is 23.