document.write( "Question 1163926: Find a two digit number such that three times the tens digit is 2 less than
\n" );
document.write( "twice the units digits and twice the number is 20 greater than the number
\n" );
document.write( "obtained by reversing the digits \n" );
document.write( "
Algebra.Com's Answer #788262 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Here is a very different method for solving the problem.... \n" ); document.write( "Let t and u be the tens and units digits, respectively. Then we are told \n" ); document.write( " \n" ); document.write( "Solve that single equation for t and use logical reasoning to find possible values for t and u, knowing that they are both positive single-digit integers. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Since t has to be a positive integer, and since 2 is not divisible by 3, (u-1) must be positive and divisible by 3. \n" ); document.write( "That means there are only two possible values for u: 4 and 7. \n" ); document.write( "That in turn leads to only two possible values for the 2-digit number: 42 and 74. \n" ); document.write( "Only one of those satisfies the other condition of the problem. \n" ); document.write( " \n" ); document.write( " |