document.write( "Question 549378: If 27 is added to a two digit number, the result is a number with the same digits, but in reverse order. The sum of the digits is 11. What is the original number?
\n" );
document.write( " Can you please solve this for me step by step? \n" );
document.write( "
Algebra.Com's Answer #357704 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If 27 is added to a two digit number, the result is a number with the same digits, but in reverse order. The sum of the digits is 11. What is the original number? \n" ); document.write( "---- \n" ); document.write( "Let the 2-digit number be 10t+u. \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "10t+u + 27 = 10u+t \n" ); document.write( "t + u = 11 \n" ); document.write( "--------------------- \n" ); document.write( "9t-9u = -27 \n" ); document.write( "t + u = 11 \n" ); document.write( "------------ \n" ); document.write( "t - u = -3 \n" ); document.write( "t + u = 11 \n" ); document.write( "-------------- \n" ); document.write( "Add and solve for \"t\": \n" ); document.write( "2t = 8 \n" ); document.write( "t = 4 \n" ); document.write( "----- \n" ); document.write( "Solve for \"u\": \n" ); document.write( "t + u = 4 \n" ); document.write( "4 + u = 4 \n" ); document.write( "u = 0 \n" ); document.write( "======= \n" ); document.write( "The 2-digit number: \n" ); document.write( "10t + u = 40 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |