Answer:
27, 36
Step-by-step explanation:
To find the possible two-digit numbers that meet the criteria, we can use algebra. Let x be the original two-digit number, and let y be the reverse of x. Then, we have:
x - y = 18
We can also write y in terms of x:
y = x % 10 * 10 + x / 10
Substituting the expression for y into the equation x - y = 18, we get:
x - (x % 10 * 10 + x / 10) = 18
Expanding and simplifying the right side of the equation, we get:
9x = 180 + 10
Dividing both sides of the equation by 9, we get:
x = 20
Since x must be a two-digit number, 20 is not a valid solution. However, we can check the two numbers that are close to 20, which are 18 and 21.
For x = 18, we have y = 81, which is a two-digit number, so 18 is a valid solution.
For x = 21, we have y = 12, which is a two-digit number, so 21 is also a valid solution.
Therefore, the possible two-digit numbers that meet the criteria are 27 and 36.