Solveeit Logo

Question

Question: Divide \(32\) into two parts such that if the larger is divided by the smaller, the quotient is \(2\...

Divide 3232 into two parts such that if the larger is divided by the smaller, the quotient is 22 and the remainder is 55.
(A) The smaller number is 66 and the larger number is 3030.
(B) The smaller number is 99 and larger number is 2323.
(C) The smaller number is 88 and the larger number is 1414.
(D) The smaller number is 33 and the larger number is 1919.

Explanation

Solution

Hint : We know that if xx and yy are two parts of the number zz then we can write x+y=zx + y = z. We will use this information and given data. Also we will use the division algorithm to solve this problem. We will get two linear equations. Then, we will use a simple elimination method to solve those equations.

Complete step-by-step answer :
We know that if xx and yy are two parts of the number zz then we can write x+y=zx + y = z. We will use this information and given data. Also we will use the division algorithm to solve this problem. We will get two linear equations. Then, we will use a simple elimination method to solve those equations.

So, the correct answer is “Option C”.
In the given problem, we need to find two parts of the number 3232 such that the larger part is divided by the smaller part then the quotient will be 22 and remainder will be 55. For this, let us assume that the larger part of the number 3232 is xx and the smaller part of the number 3232 is yy. As we assume that xx and yy are two parts of the number 3232, we can write x+y=32(1)x + y = 32 \cdots \cdots \left( 1 \right).
It is given that when the larger part xx is divided by the smaller part yy then the quotient is 22 and remainder is 55. Note that when xx is divided by yy then xx is called dividend and yy is called divisor. Division algorithm states that Dividend == (Divisor ×\times Quotient) ++ Remainder. So, by using division algorithm and given information we can write
x=(y×2)+5x = \left( {y \times 2} \right) + 5
x=2y+5\Rightarrow x = 2y + 5
x2y=5(2)\Rightarrow x - 2y = 5 \cdots \cdots \left( 2 \right)
Let us solve the equations (1)\left( 1 \right) and (2)\left( 2 \right) to find values of xx and yy. Let us subtract equation (2)\left( 2 \right) from equation (1)\left( 1 \right). So, we can write
(x+y)(x2y)=325\left( {x + y} \right) - \left( {x - 2y} \right) = 32 - 5
x+yx+2y=27\Rightarrow x + y - x + 2y = 27
3y=27\Rightarrow 3y = 27
y=273\Rightarrow y = \dfrac{{27}}{3}
y=9\Rightarrow y = 9
Now we will substitute the value y=9y = 9 in equation (1)\left( 1 \right) and simplify the obtained equation. So, we can write
x+9=32x + 9 = 32
x=329\Rightarrow x = 32 - 9
x=23\Rightarrow x = 23
Hence the required parts are 2323 and 99. Hence, we can say that the larger part of the number 3232 is 2323 and the smaller part of the number 3232 is 99 such that when the larger part is divided by the smaller part then the quotient is 22 and remainder is 55. Hence, option B is correct.

So, the correct answer is “Option C”.

Note : In the given problem, we need to find values of two unknown variables. So, we need only two equations. We can solve two linear equations by using a simple elimination method. To find values of nn unknowns, we need nn equations.