document.write( "Question 1046992: John is 28 years older than his son. In two years he will be five times older than his son. How old are both of them now? \n" ); document.write( "
Algebra.Com's Answer #662456 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Now \n" ); document.write( "Let x represent son's age \n" ); document.write( "John (x+28) \n" ); document.write( "In two years... \n" ); document.write( "(x+28) + 2 = 5(x+2) \n" ); document.write( "x + 30 = 5x + 10 \n" ); document.write( "20 = 4x \n" ); document.write( "5 = x , son's age NOW. John is 33. \n" ); document.write( "And..in two years... \n" ); document.write( "35 = 5*7 Checks! \n" ); document.write( " |