document.write( "Question 568962: A man is 41 years old and his son is 9.In how many years will be the father be three times as old as his son? \n" ); document.write( "
Algebra.Com's Answer #367246 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! f = 41\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s = 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f + x = 3(s + x) ___ 41 + x = 3(9 + x) ___ 41 + x = 27 + 3x ___ 14 = 2x \n" ); document.write( " |