document.write( "Question 1147810: Terry is Sherrys mother. Terry’s age and Sherrys age have the same digits but in reverse order. In 13 years, Terry will be twice as old as Sherry. How old is Sherry now? \n" ); document.write( "
Algebra.Com's Answer #769142 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Terry is Sherry's mother. Terry’s age and Sherry's age have the same digits but in reverse order.
\n" ); document.write( " :
\n" ); document.write( "let a = Terry's 10 digit
\n" ); document.write( "let b = Terry's unit digit
\n" ); document.write( "then
\n" ); document.write( "10a+b = Terry's age
\n" ); document.write( "and
\n" ); document.write( "10b+a = Sherry's age\r
\n" ); document.write( "\n" ); document.write( "\" In 13 years, Terry will be twice as old as Sherry.\"
\n" ); document.write( "10a+b + 13 = 2(10b+a+13)
\n" ); document.write( "10a+b + 13 = 20b + 2a + 26
\n" ); document.write( "10a - 2a = 20b - b + 26 - 13
\n" ); document.write( "8a = 19b + 13
\n" ); document.write( "Divide by 8
\n" ); document.write( "a = \"19%2F8\"b + \"13%2F8\"
\n" ); document.write( "we know that a & b are single digit integers therefore could only be:
\n" ); document.write( "a = 4, b = 1 which is :(19/8 + 13/8) = (32/8) = 4
\n" ); document.write( "Terry is 41, Sherry is 14
\n" ); document.write( ":
\n" ); document.write( " How old is Sherry now? 14
\n" ); document.write( "
\n" ); document.write( "
\n" );