document.write( "Question 628267: Tommy is twice as old as Billy. If in two years the sum of their age is 79. How old is Tommy and Billy? \n" ); document.write( "
Algebra.Com's Answer #395499 by MrLarame(2)![]() ![]() ![]() You can put this solution on YOUR website! If Tommy is twice as old as Billy, then we can use variables to represent their ages like this: \n" ); document.write( "B = Billy's Age \n" ); document.write( "B * 2 = Tommy's Age\r \n" ); document.write( "\n" ); document.write( "Then, if their two ages add up to be 2 years less than 79, we can write the whole question in \"math language\" as: \n" ); document.write( "B + B*2 = 79 - 2\r \n" ); document.write( "\n" ); document.write( "Now we simplify, since 1B added to 2B's is 3B's, we get: \n" ); document.write( "3B = 77\r \n" ); document.write( "\n" ); document.write( "If 3 B's is 77, then 1 B would be 1/3 of 77, or 77/3.\r \n" ); document.write( "\n" ); document.write( "B (Billy's age) is 25 2/3 or 25 years and 8 mos. \n" ); document.write( "Since Tommy is twice that old, his age is 50 years and 16 months or 51 years and 4 mos. \n" ); document.write( " |