a two digit number such that its product of digits is 16. when 54 is subtracted from the number, the digits are interchanged.find the number.
Answers
SOLUTION:
Let the two digit number be 10x + y
Given : product of its digits(xy) = 16
xy = 16...................(1)
When 54 is subtracted from the number, the digits interchange their places
10x + y - 54 = 10y + x
10x + y - 10y - x = 54
9x - 9y = 54
9(x - y) = 54
x - y = 54/9
x - y = 6
x = 6 + y……………….(2)
Put this value of x in eq 1.
xy = 16
(6 + y)y = 16
6y + y² = 16
y² + 6y - 16 = 0
y² + 8y - 2y - 16 = 0
[By middle term splitting]
y(y + 8) - 2(y + 8) = 0
(y - 2 ) ( y + 8) = 0
(y - 2 ) = 0 or ( y + 8) = 0
y = 2 or y = - 8
Since, a digit can't be negative, so y ≠ - 8.
Therefore , y = 2
Put this value of y in eq 1,
xy =16
x× 2 = 16
x = 16/2 = 8
x = 8
Required number = 10x + y
= 10(8) + 2
= 80 + 2
Required number = 82
Hence, the Required two digit number is 82.
HOPE THIS ANSWER WILL HELP YOU...
Answer:
Hence, the two-digit number is 82, and the number with interchanged digits is 28.
Step-by-step explanation:
Given - 2 digit number, with the digits' product as 16.
To find - the number
Let, x be 1 digit, and y be the other digit.
Now, we can represent the number as .
Also, we know that
Equations -
→ equation 1
→ equation 2
Solving the 2 equations as follows, we get
equation 2 →
substituting equation 1 in 2, we get
solving further, this equation can be simplified as
so, x is either 8 or -2.
because we're considering positive integers, we take
therefore, by substituting the value of x in equation 1, we get
thus, the first number is 82, and the interchanged number is 28.
#SPJ2