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 #788169 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "I won't do yours for you but I'll do one exactly like it, step by step. You\r\n" ); document.write( "can use it as a model to do yours by.\r\n" ); document.write( "\r\n" ); document.write( "So instead of your problem, I'll do this one:\r\n" ); document.write( " \n" ); document.write( "Find a two digit number such that six times the tens digit is 8 less than \n" ); document.write( "four times the units digits, and three times the number is 23 greater than the \n" ); document.write( "number obtained by reversing the digits. \n" ); document.write( " \r\n" ); document.write( "The tens digit is t\r\n" ); document.write( "The units digit is u\r\n" ); document.write( "The number is 10t+u\r\n" ); document.write( "The number obtained by reversing the digits is 10u+t\r\n" ); document.write( "\r\n" ); document.write( "(1) 6t = 4u - 8\r\n" ); document.write( "(2) 3(10t+u) = (10t+u) + 23\r\n" ); document.write( "\r\n" ); document.write( "Simplify the equation (2)\r\n" ); document.write( "\r\n" ); document.write( " 30t + 3u = 10u + t + 23\r\n" ); document.write( " \r\n" ); document.write( "Subtract 10u from both sides\r\n" ); document.write( "\r\n" ); document.write( " 30t - 7u = t + 23\r\n" ); document.write( "\r\n" ); document.write( "Subtract t from both sides\r\n" ); document.write( "\r\n" ); document.write( "(3) 29t - 7u = 23\r\n" ); document.write( "\r\n" ); document.write( "Now solve equation (1) for t\r\n" ); document.write( "\r\n" ); document.write( "(1) 6t = 4u - 8\r\n" ); document.write( "\r\n" ); document.write( "Divide both sides by 6\r\n" ); document.write( "\r\n" ); document.write( "(4) t = (4u-8)/6\r\n" ); document.write( "\r\n" ); document.write( "Substitute in equation (3)\r\n" ); document.write( "\r\n" ); document.write( "(3) 29t - 7u = 23 \r\n" ); document.write( " \r\n" ); document.write( "29(4u-8)/6 - 7u = 23\r\n" ); document.write( "\r\n" ); document.write( "Multiply through by 6\r\n" ); document.write( "\r\n" ); document.write( " 29(4u-8) - 42u = 138 \r\n" ); document.write( "\r\n" ); document.write( " 116u-232 - 42u = 138\r\n" ); document.write( "\r\n" ); document.write( " 74u - 232 = 138\r\n" ); document.write( "\r\n" ); document.write( "Add 232 to both sides\r\n" ); document.write( "\r\n" ); document.write( " 74u = 370\r\n" ); document.write( "\r\n" ); document.write( "Divide both sides by 74\r\n" ); document.write( "\r\n" ); document.write( " u = 5 \r\n" ); document.write( "\r\n" ); document.write( "Substitute in equation (4)\r\n" ); document.write( "\r\n" ); document.write( "(4) t = (4u-8)/6\r\n" ); document.write( "\r\n" ); document.write( " t = [4(5)-8]/6\r\n" ); document.write( "\r\n" ); document.write( " t = [20-8]/6\r\n" ); document.write( "\r\n" ); document.write( " t = 12/6\r\n" ); document.write( "\r\n" ); document.write( " t = 2\r\n" ); document.write( "\r\n" ); document.write( "So t = tens digit = first digit = 2\r\n" ); document.write( "and u = units digit = second digit = 5\r\n" ); document.write( "\r\n" ); document.write( "So the two digit number is 25.\r\n" ); document.write( "\r\n" ); document.write( "Now use this as a model to do yours by.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |