A two digit number is such that the product of its digits is 35. When 18 is added to the number, the digits interchange their places. Find the number
Answers
Answer: Numbers are 57 and 75.
Step-by-step explanation:
Let the unit digit be 'x'
Let the ten's digit be 'y'.
Original number will be
On interchanging of digits,
Let unit's digit be 'y'.
Let ten's digit be 'x'.
New number will be
According to question,
Product of digit of two digit number = 35
So, it becomes,
If we add 18 to the number the new number obtained is number formed by interchange of digits.
Put the value of eq(2) in Eq(1).
x=-7 will be rejected.
So, x=5 and
Hence, original number will be
New number will be
Therefore, Numbers are 57 and 75.
→Given←
A two-digit number is such that the product of its digits is 35. If 18 is added to the number, the digits interchange their places.
→To Find←
The number by elimination method.
→Solution←
Let one of the digits be x, and the other digit is y.
A/q, product of the digits is 35.
⇒ xy = 35 . . .(i)
Now, when 18 is added, the number gets interchanged.
⇒ 10x + y + 18 = 10y + x
⇒ 10x - x + 18 = 10y - y
⇒ 9x + 18 = 9y
⇒ 9x - 9y = -18
⇒ 9(x - y) = -18
⇒ x - y = -2 . . . (ii)
Solving eq. (i) and eq. (ii) :-
In (ii),
x + 2 = y
Putting this value in eq. (i) :-
xy = 35
⇒ x(x + 2) = 35
⇒ x² + 2x - 35 = 0
⇒ x² -5x + 7x - 35 = 0
⇒ x(x - 5) + 7(x - 5) = 0
⇒ (x - 5)(x + 7) = 0
⇒ (x - 5) = 0 or (x + 7) = 0
⇒x = 5 or x = -7
The negative value is rejected. So, x = 5.
Putting x = 5 in eq.(i) :-
5y = 35
⇒ y = 35/5
⇒ y = 7