document.write( "Question 775976: The combined ages of a father and his twin daughters is 54. The father was 24 when the twins were born. How old is each person? \n" ); document.write( "
Algebra.Com's Answer #473271 by tanjo3(60)![]() ![]() ![]() You can put this solution on YOUR website! Le n be the age of one of the daughters. Then, their father's age is give by (54 - 2n). \n" ); document.write( " \n" ); document.write( "Then, we can write: \n" ); document.write( "24 + n = 54 - 2n \n" ); document.write( "3n = 30 \n" ); document.write( "n = 10\r \n" ); document.write( "\n" ); document.write( "The daughters are 10 years old and the father is 34. \n" ); document.write( " |