document.write( "Question 1033605: A father is three times as old as his son, and his daughter is 3 years younger than the son.If the sum if their ages 3 years ago was 63 years, find the present age of the father. \n" ); document.write( "
Algebra.Com's Answer #648270 by addingup(3677)![]() ![]() You can put this solution on YOUR website! f = 3s \n" ); document.write( "d = s-3 \n" ); document.write( "f-3+s-3+d-3 = 63 substitute for f and d per above equalities: \n" ); document.write( "3s-3+s-3+s-3-3 = 63 \n" ); document.write( "5s-12 =63 \n" ); document.write( "5s = 75 \n" ); document.write( "s = 15 This is how old the son is. \n" ); document.write( "f = 3(15)= 45 \n" ); document.write( "d = 15-3 = 12 \n" ); document.write( " \n" ); document.write( " |