SOLUTION: The sum of the digits of a two digit number is 12 .if the digits are interchange the number is increased by 36 .find the numbers
Algebra ->
Expressions-with-variables
-> SOLUTION: The sum of the digits of a two digit number is 12 .if the digits are interchange the number is increased by 36 .find the numbers
Log On
You can put this solution on YOUR website! The sum of the digits of a two digit number is 12 .if the digits are interchange the number is increased by 36 .find the numbers
----------------
The increase or decrease from swapping the digits is 9 times the difference of the 2 digits.
----------
so,
x + y = 12
x - y = 36/9 = 4
----------
2x = 16
x = 8, y = 4
---> the number is 48
==================================
w/o using the knowledge of 9 times the difference:
10T + U + 36 = T + 10U
9T - 9U = -36
T - U = -4
T + U = 12
-----------------
2T = 8
etc