There is a two digit number where the sum of the digits is 7. The actual value of the number is such that it equals 12 times the first digit minus 2. What is the number?

1 Answer
Feb 20, 2017

52

Explanation:

Let the first digit be a" "->" actual value is "10aa actual value is 10a
Let the second digit be bb

Then the number is abab Note: this is not axxba×b

Sum of the digits is:
a+b=7" " =>" " b=7-aa+b=7 b=7a Equation(1)

Considering the actual value

color(green)(10a+b)=12a-210a+b=12a2 Equation(2)
" "color(green)(uarr)
color(green)("The actual value")The actual value

Using Equation(1) substitute for bb in Equation(2)

10a+(7-a)=12a-210a+(7a)=12a2

11a+7=12a-211a+7=12a2

color(red)(a=5)a=5

From Equation(1)

a+b=7" "=>color(red)( b=2)a+b=7 b=2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The number is 5252