document.write( "Question 585773: A father is 50 years old and his son is 22 years old. In how many years will
\n" );
document.write( "the father be twice as old as his son? \n" );
document.write( "
Algebra.Com's Answer #373482 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! A father is 50 years old and his son is 22 years old. In how many years will \n" ); document.write( "the father be twice as old as his son? \n" ); document.write( "======================= \n" ); document.write( "Let t = the number of years \n" ); document.write( "In t years, the father will be 50 + t and the son will be 22 + t \n" ); document.write( "If the father is twice as old as the son, we can write \n" ); document.write( "50 + t = 2(22 + t) \n" ); document.write( "Solve for t: \n" ); document.write( "50 + t = 44 + 2t \n" ); document.write( "t = 6 \n" ); document.write( "In 6 years the father will be twice as old \n" ); document.write( "Check: 56 = 2*28 \n" ); document.write( " |