document.write( "Question 405444: father was 8 more than 6 times his son's age. 10 years ago the sum of their age is 44. how old his son now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #286352 by robertb(5830)![]() ![]() You can put this solution on YOUR website! father = 6s + 8 \n" ); document.write( "son = s\r \n" ); document.write( "\n" ); document.write( "(s-10) + (6s + 8 - 10) = 44 \n" ); document.write( "s-10 + 6s - 2 = 44 \n" ); document.write( "7s -12 = 44 \n" ); document.write( "7s =56 \n" ); document.write( "s = 8 years old, the age of the son. \n" ); document.write( " |