document.write( "Question 260224: The tens digit of a two-digit number exceeds its units digit by 4. The number exceeds twice the number obtained by reversing the digits of the original number by 10. What is the original number? \n" ); document.write( "
Algebra.Com's Answer #191670 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The tens digit of a two-digit number exceeds its units digit by 4. The number exceeds twice the number obtained by reversing the digits of the original number by 10. What is the original number?
\n" ); document.write( "----------------------
\n" ); document.write( "Let the number be 10t+u
\n" ); document.write( "---
\n" ); document.write( "Equations:
\n" ); document.write( "t = u +4
\n" ); document.write( "10t+u = 2(10u+t)+10
\n" ); document.write( "--------------------------
\n" ); document.write( "Simplify the 2nd equation:
\n" ); document.write( "8t-19u = 10
\n" ); document.write( "t = u + 4
\n" ); document.write( "----------------
\n" ); document.write( "Substitute for \"t\" and solve for \"u\":
\n" ); document.write( "8(u+4) - 19u = 10
\n" ); document.write( "-11u + 32 = 10
\n" ); document.write( "-11u = -22
\n" ); document.write( "u = 2
\n" ); document.write( "----
\n" ); document.write( "Since t = u+4, t = 6
\n" ); document.write( "========================
\n" ); document.write( "Original Number: 10t+u = 62
\n" ); document.write( "==============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );