164k views
2 votes
The difference between a two-digit number and the reverse of the number is 18. What could the original number be if the reversed number is also a two-digit number? List all possibilities.

pls answer by sunday february 12, 12:00 p.m. , pacific standard time!

User Mirrh
by
6.9k points

1 Answer

2 votes

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.

User Morion
by
7.7k points