Arithmetic · real student question

Find the two-digit number whose digits add to 7 and whose number of tens minus its number of units is 43 times smaller than the number itself.

Question

Find the two-digit number whose digit sum equals 77, and for which the difference between the number of tens and the number of units is 4343 times smaller than the number itself.

Step-by-step solution

  1. Give the digits names and write the number in place-value form. Let aa be the tens digit and bb the units digit, with 1a91\le a\le 9 and 0b90\le b\le 9. The number itself is

    N=10a+b,N=10a+b,

    not abab — this expansion is what turns a digit puzzle into ordinary algebra.

  2. Translate both sentences into equations. The digit sum gives a+b=7a+b=7. 'The difference aba-b is 4343 times smaller than NN' means NN is 4343 times as large as that difference:

    10a+b=43(ab).10a+b=43(a-b).

  3. Simplify the second equation.

    10a+b=43a43b  44b=33a  4b=3a.10a+b=43a-43b\ \Longrightarrow\ 44b=33a\ \Longrightarrow\ 4b=3a.

    Dividing by the common factor 1111 is what makes the relationship readable: the digits are in the ratio a:b=4:3a:b=4:3.

  4. Combine with the digit-sum condition. From 4b=3a4b=3a we get a=4b3a=\tfrac{4b}{3}, and substituting into a+b=7a+b=7:

    4b3+b=7  7b3=7  b=3,a=4.\frac{4b}{3}+b=7\ \Longrightarrow\ \frac{7b}{3}=7\ \Longrightarrow\ b=3,\qquad a=4.

  5. Assemble and verify the number. The number is N=10(4)+3=43N=10(4)+3=43. Check both conditions: the digit sum is 4+3=74+3=7; the digit difference is 43=14-3=1, and 43÷1=4343\div 1=43, so the difference really is 4343 times smaller. A brute-force scan of all two-digit numbers confirms 4343 is the only solution.

Answer

N=43N=43

Need to solve a different problem like this? Open the solver →