Solveeit Logo

Question

Question: A two-digit number is four times the sum of its digits. If the digits are reversed, the new number b...

A two-digit number is four times the sum of its digits. If the digits are reversed, the new number becomes kk times the sum of the digits. What is the value of kk?

A

8

B

10

C

5

D

7

Answer

7

Explanation

Solution

Let the two-digit number be represented by 10t+u10t + u, where tt is the tens digit and uu is the units digit. The sum of the digits is t+ut + u.

Given that the two-digit number is four times the sum of its digits: 10t+u=4(t+u)10t + u = 4(t + u) 10t+u=4t+4u10t + u = 4t + 4u 6t=3u6t = 3u 2t=u2t = u

When the digits are reversed, the new number becomes 10u+t10u + t. This new number is kk times the sum of the digits: 10u+t=k(t+u)10u + t = k(t + u)

Substitute u=2tu = 2t into the second equation: 10(2t)+t=k(t+2t)10(2t) + t = k(t + 2t) 21t=3kt21t = 3kt

Since tt is a non-zero digit, divide both sides by 3t3t: 7=k7 = k

Therefore, the value of kk is 7.