document.write( "Question 949083: the sum of the ages of a father and son is 46 years. In 2 years, four times the sun's age will equal the fathers age. What are their present ages? \n" ); document.write( "
Algebra.Com's Answer #579353 by macston(5194)![]() ![]() You can put this solution on YOUR website! F=father's age; S=son's age \n" ); document.write( "F+S=46 years \n" ); document.write( "F=46 years-S \n" ); document.write( "F+2=4(S+2) Substitute for F \n" ); document.write( "(46 years-S)+2=4S+8 Add S to each side \n" ); document.write( "48 years=5S+8 Subtract 8 from each side. \n" ); document.write( "40 years=5S Divide each side by 5. \n" ); document.write( "8 years=S ANSWER 1: The son is 8 years old. \n" ); document.write( "F=46 years-S=46 years-8 years=38 years ANSWER 2: Father is 38 years old. \n" ); document.write( "CHECK: \n" ); document.write( "F+2=4(S+2) \n" ); document.write( "38 years + 2 years=4(8 years+2 years) \n" ); document.write( "40 years=4(10 years) \n" ); document.write( "40 years=40 years \n" ); document.write( " \n" ); document.write( " |