document.write( "Question 240593: My son is completely unclear how to solve this age problem.
\n" );
document.write( "4 years ago Tom was twice as old as John. 4 years from now, John will be 3/4 Tom's age. How old are they now? \n" );
document.write( "
Algebra.Com's Answer #176258 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 4 years ago Tom was twice as old as John. 4 years from now, John will be 3/4 Tom's age. How old are they now? \n" ); document.write( "--------------------------------------- \n" ); document.write( "Let Tom's age NOW be \"t\". \n" ); document.write( "Let John's age NOW be \"j\". \n" ); document.write( "-------------------------------- \n" ); document.write( "4 years ago Equation: \n" ); document.write( "4 years ago Tom was twice as old as John. \n" ); document.write( "(t-4) = 2(j-4) \n" ); document.write( "---------------------- \n" ); document.write( "4 years from now Equation: \n" ); document.write( "John will be (3/4) Tom's age. \n" ); document.write( "(j+4) = (3/4)(t+4) \n" ); document.write( "============================ \n" ); document.write( "So use those two equations to solve for \"t\" and for \"j\". \n" ); document.write( "t-4 = 2j-8 \n" ); document.write( "j+4 = (3/4)t + 3 \n" ); document.write( "--------------------------- \n" ); document.write( "t = 2j-4 \n" ); document.write( "j = (3/4)t - 1 \n" ); document.write( "----------------------- \n" ); document.write( "Substitute for \"t\" and solve for \"j\": \n" ); document.write( "j = (3/4)(2j-4)-1 \n" ); document.write( "j = (3/2)j-3-1 \n" ); document.write( "(1/2)j = 4 \n" ); document.write( "j = 8 (John's age NOW) \n" ); document.write( "---------------- \n" ); document.write( "Substitute into t = 2j-4 to solve for \"t\": \n" ); document.write( "t = 2*8-4 = 12 (Tom's age NOW) \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |