document.write( "Question 950678: A Father is 30 yeras older than his son however he will be only thrice as old as the after 5 years what is father's present age? \n" ); document.write( "
Algebra.Com's Answer #580541 by macston(5194)![]() ![]() You can put this solution on YOUR website! S=son's age; F=father's age=S+30 \n" ); document.write( "F+5=3(S+5) Substitute for F. \n" ); document.write( "(S+30)+5=3S+15 Subtract S from each side. \n" ); document.write( "35=2S+15 Subtract 15 from each side. \n" ); document.write( "20=2S Divide each side by 2. \n" ); document.write( "10=S ANSWER 1: The son is 10 years old. \n" ); document.write( "F=S+30=10+30=40 ANSWER 2: The father is 40 years old. \n" ); document.write( "CHECK: \n" ); document.write( "F+5=3(S+5) \n" ); document.write( "40+5=3(10+5) \n" ); document.write( "45=3(15) \n" ); document.write( "45=45 \n" ); document.write( " |