document.write( "Question 637357: The average age of 30 care home residents was 77. The next day four 73 year olds move in while one resident moves out. The average age of the residents is now 76. How old was the resident who moved out assuming nobody had a birthday that day. \n" ); document.write( "
Algebra.Com's Answer #401578 by god2012(113)![]() ![]() You can put this solution on YOUR website! Let the sum of the ages of 30 people be 'X'. \n" ); document.write( "Therefore , avg age of 30 people = X/30 = 77 . \n" ); document.write( "OR X = 30 * 77 = 2310 \n" ); document.write( "When 4 new people joins, Sum of ages = X + 4*73= 2310 + 292 = 2602. \n" ); document.write( "When 1 person leaves the group, Let his age be 'Y' years \n" ); document.write( "Total number of home residents = 30 + 4 -1 = 33 \n" ); document.write( "new average = (2602 - Y)/33 = 76. \n" ); document.write( "OR Y = 2602 - (33 * 76).\r \n" ); document.write( "\n" ); document.write( "Y = 94 years \n" ); document.write( " \n" ); document.write( " |