document.write( "Question 298994: The average of a set of 11 numbers is 11. If two numbers are removed the average of the remaining numbers is 10. What is the sum of the two numbers removed? \n" ); document.write( "
Algebra.Com's Answer #214979 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 11*11=121 \n" ); document.write( "11-2=9 \n" ); document.write( "y is the sum of the two numbers removed \n" ); document.write( " (121-y)/9=10 \n" ); document.write( "121-y=90 \n" ); document.write( "y=31 \n" ); document.write( " \n" ); document.write( " |