document.write( "Question 1169861: A number of two digits exceeds twice the sum of its digits by 26. If the
\n" );
document.write( "digits are interchanged, the resulting number exceeds the given number
\n" );
document.write( "by 18. Find the number. \n" );
document.write( "
Algebra.Com's Answer #794693 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "A solution using formal algebra.... \n" ); document.write( "x = tens digit \n" ); document.write( "y = units digit \n" ); document.write( "10x+y = original number \n" ); document.write( "10y+x = original number with digits reversed \n" ); document.write( "(1) \n" ); document.write( "(2) \n" ); document.write( "Use (2) to find y in terms of x: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Substitute \"x+2\" for \"y\" in (1): \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: the number is 10x+y = 46 \n" ); document.write( "The first calculation above shows that, when a 2-digit number is subtracted from the same number with the digits reversed, the result is always a multiple of 9. If a formal algebraic solution is not required (for example, in a timed math contest where a quick solution is wanted), you can use this fact along with trial and error to quickly find the answer. \n" ); document.write( "Since the difference in this case is 18, we know the difference between the digits is 2; and since the number with the digits reversed is greater than the given number, we know the units digit is 2 more than the tens digit. \n" ); document.write( "So the possible 2-digit numbers are 13, 24, 35, 46, 57, 68, and 79. \n" ); document.write( "Then simply find which of those satisfies the condition that the number exceeds twice the sum of its digits by 26. \n" ); document.write( " \n" ); document.write( " |