document.write( "Question 751041: a father is 61 and his son is 16 years old.in how many years will the father be twice as old as his son?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #456948 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! father is 61 yrs \n" ); document.write( "and son is 16 yrs \n" ); document.write( "as per conditions in how many years father will be two times son age \n" ); document.write( "let x years after \n" ); document.write( "father =61+x \n" ); document.write( "son = 16+x \n" ); document.write( "61+x= 2(16+x) \n" ); document.write( "61+x =32+ 2x \n" ); document.write( "2x-x=61-32 =29 \n" ); document.write( "yrs\r \n" ); document.write( "\n" ); document.write( "answer after 29 yrs father will be twice of son age \n" ); document.write( " |