The sum of the digits of a two digits number is 7 . When the digits are reserved then number is decreased by 9.find the number.
and answer is 43
Answers
Given :
• The sum of the digits of a two digits number is 7 .
• When the digits are reserved then number is decreased by 9.
To calculate :
• The original number.
Calculation :
Let the original number be 10a + b.
According to the question :
a + b = 7
[ Since, sum of the digits of a two digits number is 7.]
So,
a + b = 7
b = 7 - a . . . . . . . . . . . ( Eq. 1 )
Also, according to the question :
10b + a = 10a + b - 9 . . . . . . ( Eq. 2 )
[ Since, when the digits are reserved then number is decreased by 9. ]
Calculating the value of 'a' :
Now, substitute the value of b from the equation 1 in the equation 2 in order to find the value of digit a.
10b + a = 10a + b - 9
10 (7-a) + a = 10a + ( 7 - a ) - 9
70 - 10a + a = 10a + 7 - a - 9
70 - 9a = 9a - 2
70 + 2 = 9a + 9a
72 = 18a
a =
Calculating the value of 'b' :
Now, substitute the value of a the equation 1 in order to find the value of digit b.
b = 7 - a
b = 7 - 4
Calculating the original number :
→ Original number = 10a + b
Substitute the value of a and b.
Original number = 10(4) + 3
Original number = 40 + 3
Therefore, the number is 43.