Question 1096585
<br>There are two distinct possible approaches to solving this problem:<br>
(1) Use algebra to find what 2-digit numbers have the property that the number is 3 more than 4 times the sum of its digits, and find which one of those numbers satisfies the property that adding 18 to the number produces a number which has the same digits in reverse order; or<br>
(2) Finding the 2-digit numbers which have the property  that adding 18 to the number produces a number which has the same digits in reverse order, and finding the one for which the number is 3 more than 4 times the sum of its digits.<br>
If you know the right number trick, the second option will get you to the answer much faster than the first.  But both methods are valid; and taking a look at both of them can be useful exercises.  So...<br>
(1) using algebra....<br>
If the 2-digit number has tens digit x and units digit y, then the value of the 2-digit number is 10x+y.  We want that to be equal to 3 more than 4 times the sum of x and y:
{{{10x+y = 4(x+y)+3}}}
{{{10x+y = 4x+4y+3}}}
{{{6x = 3y+3}}}
{{{2x = y+1}}}
{{{y = 2x-1}}}<br>
We can easily list the combinations of x and y values that satisfy this equation and in which x and y are both single digits:
x=1 --> y=1 --> the 2-digit number is 11
x=2 --> y=3 --> the 2-digit number is 23
x=3 --> y=5 --> the 2-digit number is 35
x=4 --> y=7 --> the 2-digit number is 47
x=5 --> y=9 --> the 2-digit number is 59<br>
Of those 2-digit numbers, there is only one which, when 18 is added to it, produces a 2-digit number with the two digits reversed: 35+18 = 53.<br>
So the 2-digit number we are looking for is 35.<br>
(2) the alternative method...<br>
If you have a 2-digit number, and adding 18 to the number produces a 2-digit number with the digits reversed, then the number has a tens digit which is 2 less than the units digit.  The 2-digit numbers with this property are
13  24  35  46  57  68  79<br>
Checking these to find which of them has the property that the number is 3 more than 4 times the sum of its digits, we see that the only one satisfying that property is 35.<br>
So again by this method the number we are looking for is 35.