document.write( "Question 79557This question is from textbook
\n" );
document.write( ": A daughter is 28 years younger than her father. In 5 years, the father will be 3 times as old as the daughter. How old is each now? \n" );
document.write( "
Algebra.Com's Answer #57097 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A daughter is 28 years younger than her father. In 5 years, the father will be 3 times as old as the daughter. How old is each now? \n" ); document.write( "--------- \n" ); document.write( "NOW DATA: \n" ); document.write( "Father Age = x yrs ; Daughter Age = x-28 \n" ); document.write( "---------------- \n" ); document.write( "5 Yrs. from NOW DATA: \n" ); document.write( "Father Age = x+5 yrs ; Daughter Age = (x-28+5)=x-23 \n" ); document.write( "------------- \n" ); document.write( "EQUATION: \n" ); document.write( "x+5 = 3(x-23) \n" ); document.write( "x+5 = 3x-69 \n" ); document.write( "2x=74 \n" ); document.write( "x=37 (Father's age NOW) \n" ); document.write( "x-28= 9 (daughter's age NOW) \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |