document.write( "Question 1100820: A family consist of a mother, a father, and some children. The average age of the family is 20, the father is 48 years old, and the average age of the mother and children is 16.How many children are in the family? \n" ); document.write( "
Algebra.Com's Answer #715353 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A family consist of a mother, a father, and some children.
\n" ); document.write( " The average age of the family is 20, the father is 48 years old, and the average age of the mother and children is 16.
\n" ); document.write( "How many children are in the family?
\n" ); document.write( ":
\n" ); document.write( "let c = no. of children\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%2848+%2B+16%28c%2B1%29%29%2F%28c%2B2%29+=+20\"
\n" ); document.write( "48 + 16c + 16 = 20(c+2)
\n" ); document.write( "64 + 16c = 20c + 40
\n" ); document.write( "64 - 40 = 20c - 16c
\n" ); document.write( "24 = 4c
\n" ); document.write( "c = 24/4
\n" ); document.write( "c = 6 children in the family
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check:
\n" ); document.write( "\"%2848+%2B+16%287%29%29%2F8\" = 20
\n" ); document.write( "\"%2848+%2B+112%29%2F8\" = 20
\n" ); document.write( "
\n" );