document.write( "Question 888285: The sum of the ages of a father and his son is 45 years. Five years ago, the product of their ages was 34. Find the age of the son and Father.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The sum of the present ages of the father and the son is 56 years. 4 years hence, the son’s age will be 1/3 that of the father. What are the present ages of the father and the son? \n" );
document.write( "
Algebra.Com's Answer #537334 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let f = father's age \n" ); document.write( "let s = son's age \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ":\r \n" ); document.write( "\n" ); document.write( "The sum of the ages of a father and his son is 45 years. \n" ); document.write( "f + s = 45 \n" ); document.write( "s = (45-f) \n" ); document.write( ": \n" ); document.write( " Five years ago, the product of their ages was 34. \n" ); document.write( "(f-5)*(s-5) = 34 \n" ); document.write( "replace s with (45-f) \n" ); document.write( "(f-5)*(45-f-5) = 34 \n" ); document.write( "(f-5)*(-f+40) = 34 \n" ); document.write( "FOIL \n" ); document.write( "-f^2 + 40f + 5f - 200 - 34 = 0 \n" ); document.write( "-f^2 + 45f - 234 = 0 \n" ); document.write( "Multiply by -1 \n" ); document.write( "f^2 - 45f + 234 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(f-39)(f-6) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "f = 39 yrs is fathers age, other solution unreasonable \n" ); document.write( "Find son's age \n" ); document.write( "s = 45 - 39 \n" ); document.write( "s = 6 yrs is the son's age \n" ); document.write( ": \n" ); document.write( "Confirm this; 5 yrs ago, 34 * 1 = 34 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "The sum of the present ages of the father and the son is 56 years. \n" ); document.write( "f + s = 56 \n" ); document.write( "f = (56 - s) \n" ); document.write( ": \n" ); document.write( "4 years hence, the son’s age will be 1/3 that of the father. \n" ); document.write( "s + 4 = \n" ); document.write( "multiply both sides by 3 \n" ); document.write( "3(s + 4) = f + 4 \n" ); document.write( "3s + 12 = f + 4 \n" ); document.write( "3s = f + 4 - 12 \n" ); document.write( "3s = f - 8 \n" ); document.write( "replace f with (56-s) \n" ); document.write( "3s = 56 - s - 8 \n" ); document.write( "3s + s = 48 \n" ); document.write( "4s = 48 \n" ); document.write( "s = 48/4 \n" ); document.write( "s = 12 yrs is son's age \n" ); document.write( "I'll let you find father's age, check solution in given statements\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " What are the present ages of the father and the son? \n" ); document.write( " |