document.write( "Question 184785: Hi,\r
\n" );
document.write( "\n" );
document.write( "The problem is a common one: The ages of a certain father and son are the same with the digits reversed. Nine years ago, the father was twice as old as the son. How old are they now?\r
\n" );
document.write( "\n" );
document.write( "I know what the answer is - that is trivial. I am after an ALGEBRAIC solution, if their is one.\r
\n" );
document.write( "\n" );
document.write( "Thank You,
\n" );
document.write( "Michael L. Giancola
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #138678 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! The ages of a certain father and son are the same with the digits reversed. \n" ); document.write( ": \n" ); document.write( "here is some algebra with a little \"try & see\" \n" ); document.write( "; \n" ); document.write( "Let 10x + y = Father's age \n" ); document.write( "then \n" ); document.write( "10y + x = son's age \n" ); document.write( ": \n" ); document.write( "\"Nine years ago, the father was twice as old as the son.\" \n" ); document.write( "(10x+y) - 9 = 2((10y+x)-9) \n" ); document.write( "10x + y - 9 = 20y + 2x - 18 \n" ); document.write( "10x - 2x = 20y - y - 18 + 9 \n" ); document.write( "8x = 19y - 9 \n" ); document.write( ": \n" ); document.write( " How old are they now? \n" ); document.write( ": \n" ); document.write( "We know that x and y are single digit integers \n" ); document.write( "y = 3 is the only one that will satisfy \n" ); document.write( "8x = 19(3) - 9 \n" ); document.write( "8x = 57 - 9 \n" ); document.write( "8x = 48 \n" ); document.write( "x = 6 \n" ); document.write( "; \n" ); document.write( "Dad is 63, son is 36 \n" ); document.write( ": \n" ); document.write( "Check in the statement: \n" ); document.write( "\" Nine years ago, the father was twice as old as the son.\" \n" ); document.write( "63 - 9 = 2(36 - 9) \n" ); document.write( "54 = 2(27) \n" ); document.write( " |