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 "10a#
Let the second digit be #b#

Then the number is #ab# Note: this is not #axxb#

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

Considering the actual value

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

Using Equation(1) substitute for #b# in Equation(2)

#10a+(7-a)=12a-2#

#11a+7=12a-2#

#color(red)(a=5)#

From Equation(1)

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