document.write( "Question 1058733: The sum of the digits of a 2-digit number is 15. The digits
\n" ); document.write( "are reversed when 27 is subtracted from given number.
\n" ); document.write( "What is the the two-digit number?
\n" ); document.write( "

Algebra.Com's Answer #673837 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
The sum of the digits of a 2-digit number is 15. The digits
\n" ); document.write( "are reversed when 27 is subtracted from given number.
\n" ); document.write( "What is the the two-digit number?
\n" ); document.write( "
\r\n" );
document.write( "The tens digit = t\r\n" );
document.write( "The units digit = u\r\n" );
document.write( "The number = 10t+u\r\n" );
document.write( "The number reversed = 10u+t\r\n" );
document.write( "\r\n" );
document.write( "The sum of the digits of a 2-digit number is 15.  \r\n" );
document.write( "\r\n" );
document.write( "t+u = 15\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The digits are reversed when 27 is subtracted from given number.\r\n" );
document.write( "\r\n" );
document.write( "10t+u - 27 = 10u+t\r\n" );
document.write( "\r\n" );
document.write( "Which simplifies to\r\n" );
document.write( "\r\n" );
document.write( "9t-9u = 27\r\n" );
document.write( "\r\n" );
document.write( "or dividing through by 9\r\n" );
document.write( "\r\n" );
document.write( "t-u = 3\r\n" );
document.write( "\r\n" );
document.write( "Adding the two equations:\r\n" );
document.write( "\r\n" );
document.write( "t+u = 15\r\n" );
document.write( "t-u =  3\r\n" );
document.write( "--------\r\n" );
document.write( " 2t = 18\r\n" );
document.write( "  t =  9\r\n" );
document.write( "\r\n" );
document.write( "Substituting in\r\n" );
document.write( "\r\n" );
document.write( "t+u = 15\r\n" );
document.write( "9+u = 15\r\n" );
document.write( "  u =  6\r\n" );
document.write( "\r\n" );
document.write( "The number is \"tens digit, units digit\" or 96.\r\n" );
document.write( "\r\n" );
document.write( "Checking the sum of the digits is 9+6=15.\r\n" );
document.write( "\r\n" );
document.write( "Subtracting 27 from 96 give 96-27 = 69.\r\n" );
document.write( "\r\n" );
document.write( "That's 96 with the digits reversed.\r\n" );
document.write( "\r\n" );
document.write( "So the answer is correct.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );