document.write( "Question 227172: The average of 7 numbers is 39. Two of the numbers whose sum is 83 are removed. What is the average of the remaining numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #168892 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The average of 7 numbers is 39. Two of the numbers whose sum is 83 are removed. What is the average of the remaining numbers? \n" ); document.write( "-------------- \n" ); document.write( "The sum is the avg x the # of members = 39*7 = 273 \n" ); document.write( "(273 - 83) = 190 \n" ); document.write( "There are now 5 numbers, so the avg is 190/5 = 38 \n" ); document.write( " |