document.write( "Question 132371: A family consists of a father, mother and some children. The mean age of the family is 18 years. Without the 38 year old father the mean age of the family decreases to only 14. How many children are there in the family? \n" ); document.write( "
Algebra.Com's Answer #96732 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
Let take n=number of children
\n" ); document.write( " h= sum of the ages of mother and children
\n" ); document.write( "then\r
\n" ); document.write( "\n" ); document.write( "(38+h)/(n+2) = 18
\n" ); document.write( "h/n+1 = 14
\n" ); document.write( "then
\n" ); document.write( "h=14(n+1)
\n" ); document.write( "then
\n" ); document.write( "38+14(n+1)=18(n+2)
\n" ); document.write( "then\r
\n" ); document.write( "\n" ); document.write( "38+14+14n=18n+36
\n" ); document.write( "-4n=-16
\n" ); document.write( "then
\n" ); document.write( "n=4\r
\n" ); document.write( "\n" ); document.write( "R: there are 4 children in the family\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );