document.write( "Question 1080685: 1.) The average of 7 numbers is 5. If the average of first six of these numbers is 4, the seventh number is?\r
\n" );
document.write( "\n" );
document.write( "2.) Three years ago the average age of a family of 5 member was 27 years. On the addition of a child to the family, the present average age of the family is still 27 years. Find the present age of the child.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #694880 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1.) The average of 7 numbers is 5. \n" ); document.write( " If the average of first six of these numbers is 4, the seventh number is? \n" ); document.write( "let n = the 7th number \n" ); document.write( " \n" ); document.write( "24 + n = 7 * 5 \n" ); document.write( "n = 35 - 24 \n" ); document.write( "n = 11 is the 7th number \n" ); document.write( "; \n" ); document.write( " 2.) Three years ago the average age of a family of 5 member was 27 years. \n" ); document.write( "let A = average of the 5 people now \n" ); document.write( "then 3 yrs ago \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Cancel the 5 and you have: \n" ); document.write( " A - 3 = 27 \n" ); document.write( " A = 30 yrs is their present average age \n" ); document.write( ": \n" ); document.write( "\"On the addition of a child to the family, the present average age of the family is still 27 years.\" \n" ); document.write( "let c = the age of the additional child \n" ); document.write( " \n" ); document.write( "multiply both sides by 6 \n" ); document.write( "150 + c = 162 \n" ); document.write( "c = 162 -150 \n" ); document.write( "c = 12 yrs is the present age of the child. \n" ); document.write( " |