document.write( "Question 1101128: If a man has parents with average age 70 years, three children with 15 years average age, Both him and wife with average age 40 years, whats the average age of the family? \n" ); document.write( "
Algebra.Com's Answer #715713 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
EXPLANATION:
\n" ); document.write( "An average of several values is the sum of those values divided by the number of values.
\n" ); document.write( "\"average%28couple%29=sum%28couple%29%2F2\" <---> \"sum%28couple%29=2%2Aaverage%28couple%29\" .
\n" ); document.write( "So the sum of the man'd parents' ages is \"2%2A70\" ,
\n" ); document.write( "and the sum of ages of the man and his wife is \"2%2A40\" .
\n" ); document.write( "For the 3 children,
\n" ); document.write( "\"average%28children%29=sum%28children%29%2F3\" <--->
\n" ); document.write( " \"sum%28children%29=3%2Aaverage%28children%29\" .
\n" ); document.write( "so the sum of the children's ages is \"3%2A15\"
\n" ); document.write( "When we add the ages of all \"2%2B2%2B3=7\" family members,
\n" ); document.write( "\"sum%28all%29=sum%28parents%29%2Bsum%28man%2Bwife%29%2Bsum%28children%29\" .
\n" ); document.write( "
\n" ); document.write( "So, the average we can calculate for the whole family is
\n" ); document.write( "
\n" ); document.write( "
\n" );