document.write( "Question 562331: The average age of 5 children is 8 years. If the age of the father be included, the average is
\n" );
document.write( "increased by 7 years. Find the age of the father. \n" );
document.write( "
Algebra.Com's Answer #364546 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The average age of 5 children is 8 years. If the age of the father be included, the average is \n" ); document.write( "increased by 7 years. Find the age of the father. \n" ); document.write( "Let S = the sum of the children's ages \n" ); document.write( "The average of the 5 children's ages = 8 = S/5 -> S = 40 \n" ); document.write( "Let the father's age = f \n" ); document.write( "The average, including the father = 8 + 7 = 15 = (S+f)/6 \n" ); document.write( "Since S=40, we have \n" ); document.write( "15 = (40+f)/6 \n" ); document.write( "f = 90 - 40 = 50 \n" ); document.write( "So the father is 50 years old\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |